Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Traffic accounting through proc

93 bytes removed, 21:46, 12 January 2013
removed /etc/init.d/vz update-cron part (not implemented anymore)
rrd_path=/var/lib/rrd
www_path=/var/www/html/traf
 
# Clear out the old index, otherwise you end up with a repeating index. This would also be a good place to put a header.
rm ${www_path}/index.html
cd $rrd_path
*/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 * * * * root /path/to/script/vz_direct_traffic_log
*/30 * * * * root /path/to/script/vz_direct_traffic_render
EOF
# /etc/init.d/vz update-cron
To check the output of this later run:
Anonymous user