Chapter 10, Configuring the Server for Performance
257
Common Performance Problems
The best way to tell if your server is being throttled is to look at the
WaitingThreads
count. If this number is getting close to 0 or is 0, then the
server is not accepting new connections right now. Also check to see if the
number of
ActiveThreads
and
BusyThreads
are close to their limits. If so,
the server is probably limiting itself.
Tuning
See “About RqThrottle” on page 229 .
Cache Not Utilized
If the cache is not utilized, your server is not performing optimally. Since most
sites have lots of GIF or JPEG files (which should always be cacheable), you
need to use your cache effectively.
Some sites, however, do almost everything through CGIs, shtml, or other
dynamic sources. Dynamic content is generally not cacheable and inherently
yields a low cache hit rate. Don’t be too alarmed if your site has a low cache hit
rate. The most important thing is that your response time is low. You can have
a 0% cache hit rate and still have very good response time. As long as your
response time is good, you may not care that the cache hit rate is low.
Checking
Begin by checking your Hit Ratio. This is the percentage of times the cache was
used with all hits to your server. A good cache hit rate is anything above 50%.
Some sites may even achieve 98% or higher.
In addition, if you are doing a lot of CGI or NSAPI calls, you may have a low
cache hit rate.
Tuning
If you have custom NSAPI functions (nametrans, pathcheck, etc), you may have
a low cache hit rate. If you are writing your own NSAPI functions, be sure to
see the programmer’s guide for information on making your NSAPI code
cacheable as well.
Содержание 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 ...