From: Michael Tremer Date: Sat, 11 Jul 2026 12:08:56 +0000 (+0000) Subject: graphs: memory: Add empty line so total usage is easier to read X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88ca08595a1801d7c77fb85b42b07c9dacae0b00;p=telemetry.git graphs: memory: Add empty line so total usage is easier to read Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/memory.c b/src/daemon/graphs/memory.c index 9a46280..6a11b36 100644 --- a/src/daemon/graphs/memory.c +++ b/src/daemon/graphs/memory.c @@ -72,6 +72,8 @@ static int memory_render(td_ctx* ctx, td_graph* graph, PRINT_EMPTY_LABEL(args); PRINT_CAMM(args, FIELD_PERCENT("mem_used"), NULL, PERCENTAGE); + PRINT_EMPTY_LINE(args); + DRAW_AREA_OUTLINE_WITH_LABEL(args, "buffers", NULL, COLOR_BUFFERS, STACKED, _("Buffers")); PRINT_CAMM(args, "buffers", NULL, BYTES, BYTES_UNIT);