Y
Y
Yan Zhabin2012-10-30 14:26:54
linux
Yan Zhabin, 2012-10-30 14:26:54

Web server testing?

What are some ways to test server load in Python or Node.JS, such as the number of max connections before the first crash? The server is running locally, OS is Ubuntu 12.04.1 LTS.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander, 2012-10-30
@MikeLP

Of the special load tools, I would note Jmeter and tsung . In the case of a powerful server, of course, tsung is better.

V
vsespb, 2012-10-30
@vsespb

There is Apache Benchmark (but there are even more advanced utilities)

B
bagyr, 2012-10-30
@bagyr

You can also kick github.com/yandex-load/yandex-tank . The ability to increase RPS before everything goes wrong is definitely there.

A
Alexey Akulovich, 2012-10-31
@AterCattus

Here you can also do kernel tuning for a large number of open descriptors, buffers, etc. Here's an example .

S
Sergey, 2012-11-06
@seriyPS

If you need the simplest but most productive benchmark , try WRK github.com/seriyps/wrk
can use all processor cores and uses a faster HTTP parser).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question