dagz_zb

Crates.iodagz_zb
lib.rsdagz_zb
version0.1.0
created_at2025-06-07 12:11:55.165216+00
updated_at2025-06-07 12:11:55.165216+00
descriptionCLI to Dagz Accelered CI Platform
homepage
repositoryhttps://github.com/autodag-dev/opendagz
max_upload_size
id1703956
size56,899
(xirafa)

documentation

README

OpenDAGz

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 time

A 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.

Requirements

  • 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.

Installation

Commit count: 11

cargo fmt