Apache Handle有多少用户?

时间:2021-05-07 00:58:27

When users are increase then Apache needs to restart.but I don't know how many users at that time. I have multiple sites on Apache. So I want to check how many users can handle Apache.

当用户增加时,Apache需要重新启动。但我不知道当时有多少用户。我在Apache上有多个站点。所以我想检查有多少用户可以处理Apache。

I have used Apache benchmark

我使用过Apache基准测试

ab -n 100  -c 10 http://www.example.com

but it gives only requests/second and how many seconds require for 100 request.

但它只提供请求/秒,以及100请求需要多少秒。

1 个解决方案

#1


It depends on the resources apache has available. Apache will run until it runs out of RAM, CPU, DISK or NETWORK.

这取决于apache可用的资源。 Apache将运行,直到RAM,CPU,DISK或NETWORK用完为止。

#1


It depends on the resources apache has available. Apache will run until it runs out of RAM, CPU, DISK or NETWORK.

这取决于apache可用的资源。 Apache将运行,直到RAM,CPU,DISK或NETWORK用完为止。