Monitor process states totals
[khatus.git] / bin / khatus_sensor_procs
diff --git a/bin/khatus_sensor_procs b/bin/khatus_sensor_procs
new file mode 100755 (executable)
index 0000000..7083d81
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+
+ps -eo pid,state,rss,command ww --no-headers | "$dir_bin"/khatus_parse_ps
This page took 0.02206 seconds and 4 git commands to generate.