nodeload icon indicating copy to clipboard operation
nodeload copied to clipboard

HTTP load/traffic generator and benchmark tool built on Node.js

Results 17 nodeload issues
Sort by recently updated
recently updated
newest added

Hi while using nodeload accross many servers (dstributed onto EC2 instances), I saw strange bandwidth collapsing although my scenario was a simple "ramp up". After investigating, the collapsing was caused...

I'm very new to nodeload. I'm impressed with nodeload to perform single process benchmark of my application. Then, I want to do a clustered test. I read about the doc,...

How can i customize Test Result page without modify module files(from my code) For example add legend to Histogram ?

hi, perhaps I didn't understand this part of the doc (nodeload.md) ? ``` // Specify one of: numUsers: 10, // 1. numUsers: number of virtual users concurrently // executing therequest...

Hi, am trying to perform a test of a webserver using requestLoop. The flow is like this: Threre is a MAIN_REQUEST: \* If success: I need to wait some time...

Hi, When i run the quick start sample https://github.com/benschmaus/nodeload/blob/master/doc/nodeload.md, i have the next error : ``` node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ TypeError:...

I was checking this out (very cool tool) for testing some HTTPS stuff were doing... I didn't see any explicit support for it mentioned anywhere, so I played around with...