From 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 29 Dec 2014 00:34:16 +0800 Subject: restructured the project --- examples/cpu.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 examples/cpu.sh (limited to 'examples/cpu.sh') diff --git a/examples/cpu.sh b/examples/cpu.sh new file mode 100755 index 0000000..0487b6f --- /dev/null +++ b/examples/cpu.sh @@ -0,0 +1,8 @@ +#!/bin/bash +export JMNAME='CPU' +export JTYPE='linegraph' +function trigger { +$CLIENT --add "$JID" $(python -c $'import psutil\nimport time\nprint " ".join([str(i) for i in psutil.cpu_percent(1, True)])') +} +export -f trigger +./monitor_daemon.sh -- cgit v1.2.3-70-g09d2