Stats: Requests per/day

#1
Hi,

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?

Thanks
 

NiteWave

Administrator
#6
walked through the process ...

just follow the instruction:
Code:
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.
 
Top