blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
ProcessListItem
Interface ProcessListItem
Process row.
interface
ProcessListItem
{
cpu
:
number
;
memory
:
string
;
pid
:
number
;
command
:
string
;
status
?:
string
;
}
Index
Properties
cpu
memory
pid
command
status?
Properties
cpu
cpu
:
number
CPU percent.
memory
memory
:
string
Memory text.
pid
pid
:
number
Process id.
command
command
:
string
Process command/name.
Optional
status
status
?:
string
Process status.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cpu
memory
pid
command
status
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Process row.