nice mod to sort the files / dirs by name before dumping them.
[feisty_meow.git] / database / configuration / cron / process_check.crontab
diff --git a/database/configuration/cron/process_check.crontab b/database/configuration/cron/process_check.crontab
new file mode 100644 (file)
index 0000000..e4ee8cb
--- /dev/null
@@ -0,0 +1,11 @@
+
+SHELL=/bin/bash
+
+# m h dom mon dow command
+
+USER=fred
+
+# a crontab for periodically dumping the process state.
+* * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/processes/show_hot_ones.sh) &>>/home/$USER/zz_hot_processes.log 
+
+