Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaigalos/dstat
Query systemd units quickly from the command line.
https://github.com/mihaigalos/dstat
Last synced: 3 days ago
JSON representation
Query systemd units quickly from the command line.
- Host: GitHub
- URL: https://github.com/mihaigalos/dstat
- Owner: mihaigalos
- Created: 2022-12-02T19:15:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T11:45:45.000Z (6 months ago)
- Last Synced: 2024-10-13T00:28:23.340Z (about 1 month ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dstat
[![crates.io](https://img.shields.io/crates/d/dstat.svg)](https://crates.io/crates/dstat)
Query systemd units quickly from the command line.
![resume example](screenshots/dstat.png)
## Why?
Single command taking in a list of services to show if they're active or not.
Best put in `~/.bashrc`, `~/.profile` or `~/.zshrc` to auto-execute on login.
## Installation
### Building from source
```bash
$ cargo install dstat
```