Applicable to:
- SolusVM
Question
How often does the SolusVM update bandwidth statistics for VPSs?
Answer
Bandwidth data for VPSs is collected every 10 minutes. The update time is based on the cron task settings in /etc/cron.d/solusvm_traffic_accounting
file on the SolusVM Master node:
# cat /etc/cron.d/solusvm_traffic_accounting
...
*/10 * * * * root /usr/bin/php /usr/local/solusvm/system/bandwidth_collect.php --mode=collect >/dev/null 2>&1
...
Comments
0 commentsPlease sign in to leave a comment.