Is there an easy way to get statistics of how many requests per day LiteSpeed is serving? On the real-time stats page in the web console I do see a total number of requests, however is this per day or how is it measured?
final step: create a cron job to update web server stats 1 time / per minute.
run "crontab -e", add following line:
* * * * * $PHP_BIN $DEST_DIR/ls_stats/update.php
once you run ls_stats/update.php once, those .rrd files will be created.