diff --git a/README.md b/README.md index bcf2e70..74fb6ad 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # sargraph -This is a simple python tool that uses sysstat (sar) to plot cpu and ram usage. +This is a simple python tool that uses "sysstat" ("sar") and "gnuplot" to plot cpu and ram usage. Usage: ``` $ python sargraph.py [session_name] [command] [arg] ``` -Background use (requires screen): +Background use (requires "screen" tool): ``` $ python sargraph.py chart start @@ -32,6 +32,6 @@ $ python sargraph.py ``` -(c) 2019 Antmicro +Copyright (c) 2019-2020 Antmicro Licensed under Apache License.