Crates.io | sysquery |
lib.rs | sysquery |
version | 0.8.0 |
source | src |
created_at | 2023-10-13 18:17:50.509957 |
updated_at | 2023-10-13 18:17:50.509957 |
description | A tool to find large files, get system information, expensive processes, and get network input and outputs. |
homepage | |
repository | https://github.com/rustaceanrob/sysquery |
max_upload_size | |
id | 1002537 |
size | 41,207 |
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.
npm install -g sysquery
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