From: Sebastien GODARD Date: Sun, 19 Apr 2020 06:45:19 +0000 (+0200) Subject: sadf: XML: Remove "per" attribute for memory activity X-Git-Tag: v12.3.3~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb39572f8d5af8deca87b9fd087c9723d183d885;p=sysstat sadf: XML: Remove "per" attribute for memory activity All memory statistics are not "per second" values. So remove this attribute from the XML output. Signed-off-by: Sebastien GODARD --- diff --git a/xml_stats.c b/xml_stats.c index 9b81d39..2f6f74d 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -489,7 +489,7 @@ __print_funct_t xml_print_memory_stats(struct activity *a, int curr, int tab, *smc = (struct stats_memory *) a->buf[curr]; unsigned long long nousedmem; - xprintf(tab, ""); + xprintf(tab, ""); if (DISPLAY_MEMORY(a->opt_flags)) {