aboutsummaryrefslogtreecommitdiffstats
path: root/stress-clients.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-08stress: Improve the stress test scriptsJosé Bollo1-48/+78
The improvement was able to track the bug SPEC-2163 by launching: - ./stress-server.sh --ws --valgrind - ./stress-clients.sh --null --count 20 Bug-AGL: SPEC-2163 Change-Id: I04634f0e98ab7a28df7c1d34ecc0d9c1faf43d57 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-06-13afb-client-demo: Add option -e/--echoJosé Bollo1-1/+1
This option prints the command sent in the same way that it prints the received actions. Change-Id: I55d74f7b8645185f93e3b163cb772c8eb515fad0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-14improve stress test outputsJosé Bollo1-1/+1
Change-Id: I86b62cfa2b6da6963d1014ae4362ea5f7338c736 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-04-11Refactor stress testJosé Bollo1-0/+65
Stress test now has 2 parts: the server part and the client part. Change-Id: I24e46060a1a710381476157f4fb4e8ad32370a5e Signed-off-by: José Bollo <jose.bollo@iot.bzh>