From ca814cc1f40fd3e2e60773dae88e350193d42765 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 9 Jul 2018 15:18:19 +0200 Subject: [PATCH] Update description field for memory activity A_MEMORY activity may consist only of memory *or* swap statistics, not necessarily both of them. Description field in struct activity is used as an entry in the table of contents displayed by "sadf -g" (SVG output). Signed-off-by: Sebastien GODARD --- activity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.c b/activity.c index 2ecddc0..067ca8f 100644 --- a/activity.c +++ b/activity.c @@ -345,7 +345,7 @@ struct activity memory_act = { .f_json_print = json_print_memory_stats, .f_svg_print = svg_print_memory_stats, .f_raw_print = raw_print_memory_stats, - .desc = "Memory and swap utilization", + .desc = "Memory and/or swap utilization", #endif .name = "A_MEMORY", .g_nr = 9, -- 2.50.0