Skip to content

bandwidth.php

An utility updates bandwidth for all VPSes on the slave node

Options

Option Parameter Description
--nodeid Numeric ID of a slave node Mandatory
--bandwidth in bytes New bandwidth value Mandatory

Example

php bandwidth.php --nodeid=4 --bandwidth=107374182400

*107374182400 bytes = 100GB

Back to top