This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
projects:load_logger [2020/04/19 21:17] neil |
projects:load_logger [2020/11/18 06:17] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **Retired project**. This had it's uses for some of my more esoteric systems (that only had busybox for example) but I've sinced moved to an infrastructure that all supports [[https://collectd.org/|collectd]]. | ||
| + | |||
| ====== Load logger ====== | ====== Load logger ====== | ||
| A simple bash script to log the datetime and system load to a file every minute. I wanted something that didn't rely on having any other programs installed (though it does rely on the /proc/ filesystem and some basic utilities like free, ps, awk, bc). | A simple bash script to log the datetime and system load to a file every minute. I wanted something that didn't rely on having any other programs installed (though it does rely on the /proc/ filesystem and some basic utilities like free, ps, awk, bc). | ||