X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fturbostat.c;h=80650dff38539c781bf106a2cdcc462ceaaf3300;hb=363bd0300297144a29b58cc813b23d9353525178;hp=499eba9b8d163664a45bd6f8a0b64824489a161d;hpb=eff671de53617304a17957aad9d2c7cf13d7eaf7;p=collectd.git 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))