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

Hello benschmaus! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

Hi! I am migrationBot Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...

Fix by checking if client and client.destroy exists, else don't run destroy.

Hi In my test file when I increase the num of users I was getting the warning that "WARN: Error during HTTP request: Error: ECONNREFUSED, Could not contact DNS servers"...

Is targetRps per user or overall?

**Failure** `npm install nodeload` fails with `npm ERR! Error: ENOENT, open 'C:\Users\Hans\AppData\Local\Temp\npm-1340271001668\1340271001668-0.7088631778024137\package\results-2012-02-01T05:32:46.827Z-stats .log'` **Error** `verbose unpack C:\Users\Hans\AppData\Local\Temp\npm-1340271990814\1340271990814-0.479529005009681\tmp.tgz` failed to unpack the file `results-2012-02-01T05:32:46.827Z-stats.log` **Fault** Colons (`:`) in the name of...

'client.request()' is used in five of the /examples files and breaks the current nodeJS (v0.8.9). Example: requestGenerator: function(client) { return client.request('GET', "/" + Math.floor(Math.random()*8000), { 'host': 'localhost' }); } terminal...

0 down vote favorite I wrote and ran a node.js program (such as : hello.js or others) on my linux server with ip address 62.x.x.x with basic content : var...

Hi , I am new node.js , i wrote a node-http-proxy server and it works very well but it is not included cached feature to memcached any webpages that visited....

Hi, when i try to create my proxy server with connect-cache and connect middleware , i get an error : ^ Error: socket hang up at createHangUpError (http.js:1092:15) at Socket.onend...