Questions tagged [siege]

Siege is an http/https regression testing and benchmarking utility.

Siege is an http/https regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. It lets the user hit a web server with a configurable number of concurrent simulated users.

51 questions
0
votes
2 answers

Node.js -bash: siege: command not found

I am using Mac OS X, on terminal i did: $ sudo npm install node-siege to install siege. And i can see node-siege folder created and installed in my folder. But when i run anything with siege, it gives me -bash: siege.config: command not found not…
John
  • 983
  • 1
  • 13
  • 31
0
votes
1 answer

Node.js (express) Terminal Log really slow? How to run Siege?

I am brand new to Node.js, and trying to figure out a few things: 1.) When i run the server on node.js(connect to localhost database and do an insert function to the db), not sure why the console.log won't appear for quite a while. Sometimes up to…
John
  • 983
  • 1
  • 13
  • 31
0
votes
0 answers

How to improve node.js express + mongodb performance

How to improve this code, because whenever I run siege command siege -d0 -c 100 http://localhost/destinations/list, the cpu usage shoot up to 100%? Is there any thing that I might be doing wrong? /** * GET /destinations */ exports.list =…
hrusli
  • 283
  • 3
  • 14
0
votes
1 answer

Siege on Cygwin

I have installed Cygwin on my win7 machine.Now I am trying to install siege tool and install openssl for testing https urls. I read https://superuser.com/questions/144990/how-to-install-siege-on-cygwin .But I not able to do this. Steps are not clear…
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
1 answer

Siege benchmarking

I need to benchmark apache website in linux server. I have configured Siege and it works fine.. When I run siege on local host I get transaction rate ie 625.00 trans/sec command is : siege -b -c 200 -r 10 http://localhost When I run same siege on…
Vinod HC
  • 1,557
  • 5
  • 20
  • 38
-2
votes
2 answers

Siege to capture only final statistics

I have a requirement to capture final statistics of siege benchmark tool. what I have tried is siege -c2 -t10s http://127.0.0.1:3000/ > siege.log 2>&1 but siege.log has many HTTP/1.1 200 0.00 secs: 16 bytes ==> GET / aswel with it. All i…
Arun G
  • 1,678
  • 15
  • 17
1 2 3
4