From: Vincent Brillault Date: Tue, 19 May 2015 08:51:05 +0000 (+0200) Subject: Turbostat: Use the 'count' gauge to count SMIs X-Git-Tag: collectd-5.5.0~24^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=363bd0300297144a29b58cc813b23d9353525178 Turbostat: Use the 'count' gauge to count SMIs --- diff --git a/src/turbostat.c b/src/turbostat.c index 499eba9b..80650dff 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -570,7 +570,7 @@ submit_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) /* SMI */ if (do_smi) - turbostat_submit(name, "current", NULL, t->smi_count); + turbostat_submit(name, "count", NULL, t->smi_count); /* submit per-core data only for 1st thread in core */ if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))