#networking #system-information #file #file-explorer #system

bin+lib sysquery

A tool to find large files, get system information, expensive processes, and get network input and outputs

1 unstable release

0.8.0 Oct 13, 2023

#531 in Command-line interface

Download history 6/week @ 2024-02-22 7/week @ 2024-02-29 10/week @ 2024-03-28 46/week @ 2024-04-04 5/week @ 2024-04-11

61 downloads per month

MIT license

19KB
283 lines

Sysquery

Sysquery is a CLI tool to get information about your system. With the first release of this CLI tool, you can scan for large files in your working directory, get a system digest of what the current resources are on your machine, check what processes are running, and check where network traffic is occurring.

Installation

npm install -g sysquery

Usage

Pick the n largest files in your directory to be returned: sysquery largefiles <NUM_FILES>

Display the n most expensive processes by memory: sysquery process

Show system information: sysquery digest

For more commands: sysquery --help

Dependencies

~2–10MB
~96K SLoC