/my-sys-CLI

Get info about your system and manage OS resources with this CLI Application(Made with Nodejs)

Primary LanguageJavaScriptMIT LicenseMIT

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.

NPM REPO

Go to NPM

Screenshots

1 2 3

Version Changes

> v1.0.6
- Error fetcher error handling corrected.