my-sys
v1.0.7
Published
Get info about your system and manage os resources
Downloads
5
Readme
Install my-sys
npm i -g my-sys
USAGE
my-sys Options
Options:
--help Show help [boolean]
--version Show version number [boolean]
--cpu, --cpuInfo Get you CPU Details [boolean]
--mem, --sysMem Get total system memory [boolean]
--currOS, --CURROS Get info about current OS [boolean]
--gp, --getPriority Get Priority [number]
--sp, --setPriority Set Priority [Requires root permission] [number]
--pid Process ID [use with --sp] [number]
--kv, --kernelV Get current kernel version
Requires node verion 13.11.x or greater [boolean]
--kill Kill a specific process. --kill PID [number]
--err Get details about most common linux error codes [number]
NOTE
- This CLI app is still under development phase.
Screenshots
Version Changes
> v1.0.7
- added screenshots in readme
> v1.0.5
- Error fetcher error handling corrected.