diff --git a/Python/stress-testing/README.md b/Python/stress-testing/README.md
index 73edadc195ff4e89c1b03ed3c7916f4e9378cb1b..fa56b27df2aff1415c485c2a85c5ff795a55f76f 100644
--- a/Python/stress-testing/README.md
+++ b/Python/stress-testing/README.md
@@ -7,3 +7,9 @@ Steps:
     - Works on LXPLUS for example
 - Edit ```clientapp_name``` and ```audience``` in ```get_api_token.py``` depending on your target (dev, qa, prod)
 
+Usage:
+```
+stress_testing.py -c <countchannels> -n <count notifications>
+    -c <countchannels> : number of test channels to create
+    -n <countnotifications> : number of test notifications to send per channel
+```
\ No newline at end of file