aboutsummaryrefslogtreecommitdiff
path: root/top.sh
diff options
context:
space:
mode:
Diffstat (limited to 'top.sh')
-rwxr-xr-xtop.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/top.sh b/top.sh
deleted file mode 100755
index 55288b8..0000000
--- a/top.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-export JMNAME='TOP'
-export JTYPE='listgraph'
-function trigger {
- top -bn1 -S | tail -n +8 | head -n 10 | awk '{ print $1, $2}' | $CLIENT --alter "$JID"
-}
-export -f trigger
-./monitor_daemon.sh