projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff671d
)
Turbostat: Use the 'count' gauge to count SMIs
author
Vincent Brillault
<git@lerya.net>
Tue, 19 May 2015 08:51:05 +0000
(10:51 +0200)
committer
Vincent Brillault
<git@lerya.net>
Tue, 19 May 2015 08:51:05 +0000
(10:51 +0200)
src/turbostat.c
patch
|
blob
|
history
diff --git
a/src/turbostat.c
b/src/turbostat.c
index
499eba9
..
80650df
100644
(file)
--- 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, "c
urre
nt", NULL, t->smi_count);
+ turbostat_submit(name, "c
ou
nt", NULL, t->smi_count);
/* submit per-core data only for 1st thread in core */
if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))