2020-08-23 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.11.3: Fix issue #1 (https://github.com/lparcq/procmon-oprs/issues/1)
2020-08-02 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.11.2: Keep the counters of dead processes when merging as they can't decrease unlike gauges.
2020-07-26 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.11.1: Fix crash when targets are merged. Metrics of type counter can decrease.
2020-07-19 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.11.0: In terminal mode, underline values when they change.
2020-06-28 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.10.1: Use nanosleep to interrupt pause on signal. Fix display bug in text mode.
2020-06-27 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.10.0: Add option --merge to monitor a group of processes of the same name.
Rename option -y as -e (--every)
2020-06-26 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.9.0: Fix rrd export and add graph export.
2020-06-23 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.8.1: Fix delay when killing (Ctrl-C) the process in text mode.
2020-06-22 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.8.0: Option export-size and export-count limit the number and size of files in CSV.
Option export-count is used instead of export-size to set the number of rows of a RRD.
2020-06-21 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.7.1: Fix help in command and readme.
* Version 0.7.0: Use light-ini instead of config to reduce size.
Command line options have changed.
2020-06-19 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.6.0: Replace clap with argh to save compile time and size.
Option -m has been removed. Metrics are positional arguments.
2020-06-15 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.5.0: Export to Round Robin Database.
2020-06-12 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.4.2: Change option for the metric format.
2020-06-07 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.4.1: Add a timer class to have more accurate ticks.
2020-05-31 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.4.0: Add export to CSV. One file per process.