Chapter 10, Configuring the Server for Performance
239
Using perfdump Statistics to Tune Your Server
enabled
If the cache is disabled, the rest of this section is not displayed.
Tuning
To disable the server cache, add the following line to the
obj.conf
file:
Init fn=cache-init disable=true
CacheEntries <CurrentCacheEntries /
MaxCacheEntries>
The number of current cache entries and the maximum number of cache
entries. A single cache entry represents a single URI.
Tuning
To set the maximum number of cached files in the cache, add the following
line to the
obj.conf
file:
Init fn=cache-init MaxNumberOfCachedFiles=xxxxx
CacheSize <CurrentCacheSize / MaxCacheSize>
The current size of the cache in bytes and the maximum size of the cache in
bytes. The default size is 10MB, and the cache cannot insert new entries once
that size is reached.
Tuning
To set the maximum size of the cache (in kilobytes), add the following line to
the
obj.conf
file:
Init fn=cache-init MaxTotalCachedFileSize=xxxxx
Hit Ratio <CacheHits / CacheLookups (Ratio)>
The hit ratio value tells you how efficient your site is. The hit ratio should be
above 90%. If the number is 0, you need to optimize your site. See the
troubleshooting section for more information on how to improve your site.
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 ...