From 4f1ea2198073976bd94fc4f9dfa299f3bd8f5b6c Mon Sep 17 00:00:00 2001 From: Florian Fida Date: Wed, 9 Feb 2011 19:46:33 +0100 Subject: [PATCH] Initial version --- plugins/other/multicpu | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100755 plugins/other/multicpu diff --git a/plugins/other/multicpu b/plugins/other/multicpu new file mode 100755 index 00000000..e0015c03 --- /dev/null +++ b/plugins/other/multicpu @@ -0,0 +1,72 @@ +#!/usr/bin/php + $value) echo "$process.value $value\n"; + echo "multigraph multicpu_cnt\n"; + foreach($result_cnt as $process => $value) echo "$process.value $value\n"; +