Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Traffic accounting through proc

221 bytes removed, 21:46, 12 January 2013
removed /etc/init.d/vz update-cron part (not implemented anymore)
# cat << EOF >> /etc/crontab
*/5 * * * * root /path/to/script/vz_direct_traffic_log */30 * * * * root /path/to/script/vz_direct_traffic_render
EOF
 
Alternatively, use the cron system of OpenVZ
 
# cat << EOF > /etc/vz/cron/vz-traffic.sh
*/5 * * * * /path/to/script/vz_direct_traffic_log
*/30 * * * * /path/to/script/vz_direct_traffic_render
EOF
# /etc/init.d/vz update-cron
To check the output of this later run:
Anonymous user