| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | structured compute basics (#714) | Stefan Boberg | 2026-02-18 | 2 | -0/+40 |
| | | | | | | | | | | this change adds the `zencompute` component, which can be used to distribute work dispatched from UE using the DDB (Derived Data Build) APIs via zenserver this change also adds a distinct zenserver compute mode (`zenserver compute`) which is intended to be used for leaf compute nodes to exercise the compute functionality without directly involving UE, a `zen exec` subcommand is also added, which can be used to feed replays through the system all new functionality is considered *experimental* and disabled by default at this time, behind the `zencompute` option in xmake config | ||||
| * | statsd for cas (#511) | Dan Engelbrecht | 2023-11-06 | 1 | -7/+2 |
| | | | | | * separate statsd interfaces so they can be accessible to zenstore * statsd for cas | ||||
| * | statsd metrics reporting (#496) | Stefan Boberg | 2023-10-25 | 2 | -0/+49 |
| added support for reporting metrics via statsd style UDP messaging, which is supported by many monitoring solution providers this change adds reporting only of three cache related metrics (hit/miss/put) but this should be extended to include more metrics after additional evaluation | |||||