blessed-components - v1.20.0
    Preparing search index...

    Interface ProcessListItem

    Process row.

    interface ProcessListItem {
        cpu: number;
        memory: string;
        pid: number;
        command: string;
        status?: string;
    }
    Index

    Properties

    cpu: number

    CPU percent.

    memory: string

    Memory text.

    pid: number

    Process id.

    command: string

    Process command/name.

    status?: string

    Process status.