Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aburdulescu/ruse

Run process and display its rusage
https://github.com/aburdulescu/ruse

Last synced: 2 days ago
JSON representation

Run process and display its rusage

Awesome Lists containing this project

README

        

# ruse

Run process and display its [rusage](https://man7.org/linux/man-pages/man2/getrusage.2.html).

## Build and Install

Download zig 0.13: https://ziglang.org/download/

Then build and install it to somewhere in your PATH:

```
zig build -Doptimize=ReleaseFast -p ~/.local
```