cyber-system-stats
v1.2.1
Published
A little executable that displays system information.
Downloads
6
Readme
cyber-system-stats
A little package that displays system information.
Install with npm i -g cyber-system-stats
Usage
Run systemstats
to see the system time, uptime, memory, and disk usage.
Options
--storage <path>
: Adds an additional storage meter for<path>
. This option can be used multiple times.--padding <size>
: Sets the width of the label column to<size>
, defaults to24
.--barlength <size>
: Sets the width of bar meters to<size>
, defaults to30
.--separate
: Adds blank line separators between sections.--nopublicip
: Skips fetching the public IP from ipify.org.--dtformat <format>
: Sets the format of the date and time to<format>
. Defaults toYYYY-MM-DD H:mm:ss
. See Day.js Format for details.