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>
.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,