ClusterMania
10-31-2001, 03:25 PM
4:42pm up 4:12, 2 users, load average: 0.77, 1.71, 1.73
273 processes: 272 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: 15.9% user, 21.3% system, 0.0% nice, 62.7% idle
Mem: 517368K av, 513060K used, 4308K free, 635728K shrd, 31260K buff
Swap: 131536K av, 4640K used, 126896K free 348920K cached
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
21475 admin 10 0 1192 1192 868 R 0 10.2 0.2 0:11 top
705 root 15 0 4688 2596 2452 S 0 0.6 0.5 0:09 httpd
20988 httpd 2 0 4880 2800 2492 S 0 0.6 0.5 0:00 httpd
21642 httpd 1 0 4872 2792 2492 S 0 0.6 0.5 0:00 httpd
20643 httpd 1 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
20852 httpd 2 0 4880 2800 2488 S 0 0.5 0.5 0:00 httpd
21241 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21247 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21379 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21411 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21415 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21489 httpd 1 0 4892 2824 2452 S 0 0.5 0.5 0:00 httpd
624 root 1 0 2188 1912 672 S 0 0.3 0.3 0:05 named
20747 httpd 1 0 4880 2800 2492 S 0 0.3 0.5 0:00 httpd
20763 httpd 1 0 5044 2976 2608 S 0 0.3 0.5 0:00 httpd
21170 httpd 1 0 4880 2812 2460 S 0 0.3 0.5 0:00 httpd
How can I get my server to handle more clients? Can the raq3i do more processes?
Heres my settings and it won't go any higher without crashing. I am scared to rebuild the kernel.
>MinSpareServers 25
>MaxSpareServers 50
>
># Number of servers to start --- should be a reasonable ballpark figure.
>
>StartServers 50
>
># Limit on total number of servers running, i.e., limit on the number
># of clients who can simultaneously connect --- if this limit is ever
># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW.
># It is intended mainly as a brake to keep a runaway server from taking
># Unix with it as it spirals down...
>
>MaxClients 256
>
># MaxRequestsPerChild: the number of requests each child process is
># allowed to process before the child dies.
># The child will exit so as to avoid problems after prolonged use when
># Apache (and maybe the libraries it uses) leak. On most systems, this
># isn't really needed, but a few (such as Solaris) do have notable leaks
># in the libraries.
>
>MaxRequestsPerChild 0
273 processes: 272 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: 15.9% user, 21.3% system, 0.0% nice, 62.7% idle
Mem: 517368K av, 513060K used, 4308K free, 635728K shrd, 31260K buff
Swap: 131536K av, 4640K used, 126896K free 348920K cached
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
21475 admin 10 0 1192 1192 868 R 0 10.2 0.2 0:11 top
705 root 15 0 4688 2596 2452 S 0 0.6 0.5 0:09 httpd
20988 httpd 2 0 4880 2800 2492 S 0 0.6 0.5 0:00 httpd
21642 httpd 1 0 4872 2792 2492 S 0 0.6 0.5 0:00 httpd
20643 httpd 1 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
20852 httpd 2 0 4880 2800 2488 S 0 0.5 0.5 0:00 httpd
21241 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21247 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21379 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21411 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21415 httpd 2 0 4880 2800 2492 S 0 0.5 0.5 0:00 httpd
21489 httpd 1 0 4892 2824 2452 S 0 0.5 0.5 0:00 httpd
624 root 1 0 2188 1912 672 S 0 0.3 0.3 0:05 named
20747 httpd 1 0 4880 2800 2492 S 0 0.3 0.5 0:00 httpd
20763 httpd 1 0 5044 2976 2608 S 0 0.3 0.5 0:00 httpd
21170 httpd 1 0 4880 2812 2460 S 0 0.3 0.5 0:00 httpd
How can I get my server to handle more clients? Can the raq3i do more processes?
Heres my settings and it won't go any higher without crashing. I am scared to rebuild the kernel.
>MinSpareServers 25
>MaxSpareServers 50
>
># Number of servers to start --- should be a reasonable ballpark figure.
>
>StartServers 50
>
># Limit on total number of servers running, i.e., limit on the number
># of clients who can simultaneously connect --- if this limit is ever
># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW.
># It is intended mainly as a brake to keep a runaway server from taking
># Unix with it as it spirals down...
>
>MaxClients 256
>
># MaxRequestsPerChild: the number of requests each child process is
># allowed to process before the child dies.
># The child will exit so as to avoid problems after prolonged use when
># Apache (and maybe the libraries it uses) leak. On most systems, this
># isn't really needed, but a few (such as Solaris) do have notable leaks
># in the libraries.
>
>MaxRequestsPerChild 0
