]> git.ipfire.org Git - collecty.git/commitdiff
graphs: memory: Add empty line so total usage is easier to read
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jul 2026 12:08:56 +0000 (12:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jul 2026 12:08:56 +0000 (12:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graphs/memory.c

index 9a462805358f843d506a110ff3c89075d5d104ad..6a11b3695fabe68f868ecdb5f36e6a70ed1d80ee 100644 (file)
@@ -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);