From 1857dab6088cdf2f0800ca51a799fecdc36570c2 Mon Sep 17 00:00:00 2001 From: ormancey <emmanuel.ormancey@cern.ch> Date: Tue, 5 Oct 2021 15:12:13 +0200 Subject: [PATCH] stress test scripts --- Python/stress-testing/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python/stress-testing/README.md b/Python/stress-testing/README.md index 73edadc..fa56b27 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 -- GitLab