Chapter 10, Configuring the Server for Performance
231
The perfdump Utility
Tuning
There are two ways to tune the thread limit: through editing the
magnus.conf
file and through the Server Manager.
If you edit the
magnus.conf
file,
RqThrottleMinPerSocket
is the
minimum value and
RqThrottle
is the maximum value.
The minimum limit is a goal for how many threads the server attempts to keep
in the
WaitingThreads
state. This number is just a goal. The number of
actual threads in this state may go slightly above or below this value. The
default value is 48. The maximum threads represents a hard limit for the
maximum number of active threads that can run simultaneously, which can
become a bottleneck for performance. The default value is 512.
If you use the Server Manager, follow these steps:
1.
Go to the Preferences tab.
2.
Click the Performance Tuning link.
3.
Enter the desired value in the Maximum simultaneous requests field.
For additional information, see the online help for the Performace Tuning page.
The perfdump Utility
The
perfdump
utility is a service function built into Enterprise Server. It
collects various pieces of performance data from the web server internal
statistics and displays them in ASCII text.
To install
perfdump
, you need to make the following modifications in
obj.conf
in the
netscape/server4/https-
server_name
/config
directory:
1.
Add the following object to your
obj.conf
file (after the default object):
<Object>
ppath="/usr/netscape/server4/docs/.perf"
Service fn="service-dump"
</Object>
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...