summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c838e55..9255340 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,4 @@ git clone https://github.com/asija3/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`.