Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustaceanrob/sysquery
a tool to find large files, get system information, find expensive processes, and get network input and outputs
https://github.com/rustaceanrob/sysquery
Last synced: 13 days ago
JSON representation
a tool to find large files, get system information, find expensive processes, and get network input and outputs
- Host: GitHub
- URL: https://github.com/rustaceanrob/sysquery
- Owner: rustaceanrob
- License: mit
- Created: 2023-10-13T18:56:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T18:55:00.000Z (about 1 year ago)
- Last Synced: 2024-12-09T01:40:21.317Z (23 days ago)
- Language: Rust
- Size: 37.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### 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
`cargo install sysquery`
### Usage
Pick the `n` largest files in your directory to be returned:
`sysquery largefiles `Show system information:
`sysquery digest`For more commands:
`sysquery --help`