[Pkg-ganeti-devel] [ganeti] 43/165: Add a constant for the xentop command
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Aug 11 13:53:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository ganeti.
commit f64fb862570e32ac55a178254b4ef36f4dbd1b92
Author: Klaus Aehlig <aehlig at google.com>
Date: Mon Feb 16 16:07:17 2015 +0100
Add a constant for the xentop command
Calling xentop is a tool-stack--independent way of
obtaining CPU usage data of instances. Add a constant
for the name of this tool.
Signed-off-by: Klaus Aehlig <aehlig at google.com>
Reviewed-by: Hrvoje Ribicic <riba at google.com>
---
src/Ganeti/Constants.hs | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Ganeti/Constants.hs b/src/Ganeti/Constants.hs
index 3988a29..86a05ae 100644
--- a/src/Ganeti/Constants.hs
+++ b/src/Ganeti/Constants.hs
@@ -4771,6 +4771,11 @@ cpuavgloadBufferSize = 150
cpuavgloadWindowSize :: Int
cpuavgloadWindowSize = 600
+-- * Xen cpu load collector
+
+xentopCommand :: String
+xentopCommand = "xentop"
+
-- * Monitoring daemon
-- | Mond's variable for periodical data collection
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list