| Crates.io | dagz_zb |
| lib.rs | dagz_zb |
| version | 0.1.0 |
| created_at | 2025-06-07 12:11:55.165216+00 |
| updated_at | 2025-06-07 12:11:55.165216+00 |
| description | CLI to Dagz Accelered CI Platform |
| homepage | |
| repository | https://github.com/autodag-dev/opendagz |
| max_upload_size | |
| id | 1703956 |
| size | 56,899 |
Dagz.run is building an Accelerated CI Platform. OpenDagz is the community project by Dagz, providing several tools and libraries for the benefit of the developers community.
Currently OpenDagz provides:
zb timeA time(1) substitude that prints the entire command tree and relevant performance metrics.
It is useful to analyze the behavior of complex build systems.
Current supported on Linux, with MacOS support underway.
zb time uses ptrace(2) to track child processes and resources. This should work most of the time.
Consult ptrace(2) man page if you're hitting permission errors.
For precise CPU measurements, a modern Linux kernel with schedstat enabled (). This should work most of the time.
You can download the latest releases from: https://github.com/autodag-dev/opendagz/releases
Alternatively, install using cargo::
cargo install dagz_zb