Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```