Skip to content

Command line utility for displaying process and system information

License

Notifications You must be signed in to change notification settings

clarketm/systemstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line utility for displaying process and system information.

NAME:
    systemstat – display system information.

SYNOPSIS:
    systemstat [ opts... ]

OPTIONS:
    -h, --help          # print usage.
    -a, --all           # same as -c, -d, -m, -n, -p.
    -c, --cpu           # print cpu info.
    -d, --disk          # print disk info.
    -m, --mem           # print memory info.
    -n, --net           # print network info.
    -p, --proc          # print process info.
    -v, --version       # print version number.

EXAMPLES:
    systemstat -a       # list all system info.

Credits

This tools wouldn't be possible without the exceptional process and system monitoring library gopsutils by shirou.