sample_load is an extremely flexible load logger. Not only when and how samples of the load are logged but also the output format is configurable. It uses a buffer (of configurable size) to temporarily store samples, to minimize the overhead of writing to a file.Changes:Logging of memory-in-use (physical/swap) was added. A bug which prevented the program from logging when the output-file didn't exist at startup was fixed.
