]> granicus.if.org Git - sysstat/commitdiff
Update description field for memory activity
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 9 Jul 2018 13:18:19 +0000 (15:18 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 9 Jul 2018 13:18:19 +0000 (15:18 +0200)
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 <sysstat@users.noreply.github.com>
activity.c

index 2ecddc0f04ca160f64e884c67189de9d5f0a483b..067ca8fd5059d5c4e7859a295e0986844bf66b86 100644 (file)
@@ -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,