From fafe605b2930b5cfbefeaa1c44c2d1fd9b51f7dd Mon Sep 17 00:00:00 2001 From: Peter Gielda Date: Sun, 3 May 2020 13:54:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.