https://github.com/clarketm/systemstat
Command line utility for displaying process and system information
https://github.com/clarketm/systemstat
binary executable golang psutil system system-information system-status
Last synced: 9 months ago
JSON representation
Command line utility for displaying process and system information
- Host: GitHub
- URL: https://github.com/clarketm/systemstat
- Owner: clarketm
- License: apache-2.0
- Created: 2017-07-26T22:08:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T05:15:34.000Z (about 8 years ago)
- Last Synced: 2025-03-28T00:44:05.371Z (10 months ago)
- Topics: binary, executable, golang, psutil, system, system-information, system-status
- Language: Go
- Homepage:
- Size: 9.59 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [systemstat](https://godoc.org/github.com/clarketm/systemstat)
Command line utility for displaying process and system information.
```shell
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](https://github.com/shirou/gopsutil) by [shirou](https://github.com/shirou).