2022-10-02 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.16.0: Use tui-rs for terminal mode.
2022-08-28 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.15.3: Update procfs to version 0.14.
2022-03-16 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.15.2: Update strum to version 0.24.
2021-12-12 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.15.1: Update procfs to version 0.12.
2021-10-17 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.15.0: Support vsys metric for shared memory segment
2021-06-30 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.14.0: Option to show/hide the table borders
2020-12-22 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.13.0: Use columns of equal size if the screen is wide enough.
2020-12-20 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.12.2: Fix system CPU time.
2020-12-19 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.12.1: Upgrade to procfs 0.12 and use CpuTime from KernelStats.
2020-10-25 Laurent Pelecq <lpelecq+oprs@circoise.eu>
* Version 0.12.0: For merged targets, display the number of processes instead of the group id.
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.