Chapter 10, Configuring the Server for Performance
235
Using perfdump Statistics to Tune Your Server
basis. If you use the
obj.conf
method, the 512 threads are allocated equally
to each of the defined virtual servers. For example, if you had two servers, each
would have 256 threads available. This is less efficient. To maximize
performance in this area, use the
virtual.conf
method. You can also
configure the listen-queue size in the Performance Tuning page of the Server
Manager.
Address
This field contains the base address that this listen socket is listening to. For
most sites that are not using hardware virtual servers, the URL is:
http://INADDR_ANY:80
”
The constant value “INADDR_ANY” is known internally to the server that
specifies that this listen socket is listening on all IP addresses for this machine.
Tuning
This setting is not tunable except as described above.
ActiveThreads
The total number of “threads” (HTTP sessions) that are in any state for this
listen socket. This is equal to
WaitingThreads
+
BusyThreads
. This setting
is not tunable.
WaitingThreads
The number of “threads” (HTTP sessions) waiting for a new TCP connection for
this listen socket.
Tuning
This is not directly tunable, but it is loosely equivalent to the
RqThrottleMinPerSocket
. See “Thread limits <min/max>” on page 236.
BusyThreads
The number of “threads” (HTTP sessions) actively processing requests which
arrived on this listen socket.
Summary of Contents for Netscape Enterprise Server
Page 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Page 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Page 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Page 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Page 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Page 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Page 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Page 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Page 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Page 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Page 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Page 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Page 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Page 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Page 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Page 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Page 504: ...504 Netscape Enterprise Server Administrator s Guide ...