ReplaceFiles: false
ReplaceInterval: 1 milliseconds
HitOrder: false
CacheFileContent: true
TransmitFile: false
MaxAge: 3600 seconds
MaxFiles: 600000 files
SmallFileSizeLimit: 500000 bytes
MediumFileSizeLimit: 1000001 bytes
BufferSize: 8192 bytes
CopyFiles: false
Directory for temporary files: /tmp
Hash table size: 1200007 buckets
You can include a query string when you access the URI. The following values are recognized:
■
?list
: Lists the files in the cache.
■
?
refresh=
n
: Causes the client to reload the page every
n
seconds.
■
?restart
: Causes the cache to be shut down and then restarted.
■
?start
: Starts the cache.
■
?stop
: Shuts down the cache.
If you choose the
?list
option, the file listing includes the file name, a set of flags, the current
number of references to the cache entry, the size of the file, and an internal file ID value. The
flags are as follows:
■
C
: File contents are cached.
■
D
: Cache entry is marked for delete.
■
E
:
PR_GetFileInfo()
returned an error for this file.
■
I
: File information (size, modify date, and so on) is cached.
■
M
: File contents are mapped into virtual memory.
■
O
: File descriptor is cached (when
TransmitFile
is set to
true
).
■
P
: File has associated private data (should appear on
shtml
files).
■
T
: Cache entry has a temporary file.
■
W
: Cache entry is locked for write access.
Thread Pool Information
If you are using the default settings, threads from the default thread pool process the request.
However, you can also create custom thread pools and use them to run custom NSAPI
functions. By default, Web Server creates one additional pool, named
NativePool
. In most
cases, the native thread pool is only needed on the Windows platform. For more information on
thread pools, see
“Understanding Threads, Processes, and Connections” on page 40
.
Using Monitoring Data to Tune Your Server
Chapter 2 • Tuning Sun Java System Web Server
65
Summary of Contents for Sun Java System Web Server 7.0
Page 9: ...Figures FIGURE 2 1 Web Server Connection Handling 40 9 ...
Page 10: ...10 ...
Page 18: ...18 ...
Page 38: ...38 ...
Page 84: ...84 ...
Page 100: ...100 ...