diff options
author | Alastair Poole <netstar@gmail.com> | 2018-10-17 10:46:27 +0100 |
---|---|---|
committer | Alastair Poole <netstar@gmail.com> | 2018-10-17 10:46:27 +0100 |
commit | 94ddb257057fb8bf910211b129413b48fb5e9ec2 (patch) | |
tree | b44580e055f34fb0791b12e1ae8c9fe677a2750b | |
parent | evisum: add tingle command-line helper. (diff) | |
download | evisum-94ddb257057fb8bf910211b129413b48fb5e9ec2.tar.gz |
evisum: fix notes and readme.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ Evisum 0.2.0 * Add command-line utility (tingle) to complement evisum. - * Fix object destruction befor exitting main loop. + * Fix object destruction before exitting main loop. * Add variable unit display (K, M and G). * Minor refactoring. @@ -32,6 +32,9 @@ $ make PREFIX=/opt install NOTES +You can press 'k', 'm', 'g' to display results in KB, MB of GB +respectively. + The plan is to rewrite the whole program to log system information over time to disk so we can do nice things with E and displaying system information (not duplicating loads of code). |