diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`. |