python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Caused by: java.io.IOException: No connection found to cluster
Hello working on microservices, when doing a stress test on start Hazelcast working fine but after some load client is shutting down exception came and Caused by: java.io.IOException: No connection fo...

Hamza Shahid Ali
Votes: 0
Answers: 1
Looking to Maximize CPU Utilization with a python benchmarking program using concurrent.futures
I have been working on developing a synthetic benchmarking program in python in order to stress-test the CPU in various systems for a class project. I have based my approach on Mersenne primality test...
Jordan RIchard
Votes: 0
Answers: 0
Load testing an api locally, vs in a deployed testing environment
We have an expressJS API utilising mongoDB Atlas which will be deployed live to AWS.
We want to stress and load test this API before users begin using it.
The question is whether to perform the load t...

Thomas Fox
Votes: 0
Answers: 2
how to use stress-ng to stress memory
I need to stress memory to about 50% of system memory bandwidth capacity(say 3000MT/s is system memory bandwidth capacity).
is this the right command for it?
stress-ng -vm 2 --vm-bytes 10% -t 10
Milan
Votes: 0
Answers: 1