projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
af0b326
6db2e26
)
Merge pull request #312 from jazzmes/libvirt-mem-usage
author
Pierre-Yves Ritschard
<pyr@spootnik.org>
Thu, 31 Jul 2014 21:49:35 +0000
(23:49 +0200)
committer
Pierre-Yves Ritschard
<pyr@spootnik.org>
Thu, 31 Jul 2014 21:49:35 +0000
(23:49 +0200)
Included memory usage per VM
1
2
src/libvirt.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/libvirt.c
index
7f75d24
,
8eec9aa
..
b0c694a
---
1
/
src/libvirt.c
---
2
/
src/libvirt.c
+++ b/
src/libvirt.c
@@@
-537,9
-477,9
+560,9
@@@
lv_read (void
/* cpu map = */ NULL, /* cpu map length = */ 0);
if (status < 0)
{
- ERROR (
"libvirt
plugin: virDomainGetVcpus failed with status %i.",
+ ERROR (
PLUGIN_NAME "
plugin: virDomainGetVcpus failed with status %i.",
status);
- free (vinfo);
+
s
free (vinfo);
continue;
}