• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to set monthly traffic limit from commandline using /usr/local/psa/bin/domain ?

S

SvetoslavM

Guest
I need to set monthly traffic limit for a domain.
How can I do that ?

This is from docs and it's not about monthly bandwidth limits.

-traffic-bandwidth
<number> Limits the network use.
Unlimited is set to -1.
Available since Plesk 8.3.
To limit the maximum network
use on the domain example.com
to 500 KB/S:
# ./domain -u example.com
-traffic-bandwidth 500
 
Back
Top