From: Michael Tremer Date: Wed, 29 Oct 2025 16:36:36 +0000 (+0000) Subject: graphs: processor: Show the current usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1ad860ebaa3580854968fcb664b2d9be0e7c2f;p=telemetry.git graphs: processor: Show the current usage Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/processor.c b/src/daemon/graphs/processor.c index bc24dc7..76e6829 100644 --- a/src/daemon/graphs/processor.c +++ b/src/daemon/graphs/processor.c @@ -79,7 +79,7 @@ static int processor_render(td_ctx* ctx, // Show the total usage PRINT_LABEL(args, _("Total")); - PRINT_CAMM(args, "usage", NULL, PERCENTAGE); + PRINT_CAMM(args, FIELD_PERCENT("usage"), NULL, PERCENTAGE); PRINT_EMPTY_LINE(args);