Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aburdulescu/ruse
- Owner: aburdulescu
- License: mit
- Created: 2025-01-02T17:18:30.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:24:35.000Z (9 days ago)
- Last Synced: 2025-01-02T18:28:35.244Z (9 days ago)
- Language: Zig
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```