From ba1a172d1e4da7f8cebcb56eeaecc0eb9cdec5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Fri, 20 Sep 2019 19:38:16 +0200 Subject: fixed username to sijanec changed my usernMe on github --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9255340..ea38a6c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Creates an Apache log by constantly requesting server-status on an Apache server. Stores log into SQLite3 database. Used on http://razor.arnes.si/~asija3/dnevnik.php usage: ``` -git clone https://github.com/asija3/server-status-logger +git clone https://github.com/sijanec/server-status-logger cd server-status-logger ./server-status-logger.php http://example.example/server-status sqlite3.db ``` note: this program by default with zero sleep time between requests uses the whole cpu (core). That is an appropriate behaviour for most servers, since you will have to request server-status very quickly to capture all requests. If you have only one CPU (core), consider threading with `systemd` or limiting cpu percentage with `cpulimit`. + -- cgit v1.2.3