pdweb.http component
The pdweb.http statistics component
gathers information about WebSEAL
HTTP communication. The following list describes the types of available
information:
- reqs
- The total number of HTTP requests received.
- max-worker
- The maximum time that is used by a single worker thread to process an HTTP request.
- total-worker
- The total time that is used by all worker threads that process HTTP requests.
- max-webseal
- The maximum time that is used to process a single HTTP request - measured inside the worker thread, after the request headers are read, and eliminating connection setup overhead.
- total-webseal
- The total time that is used to process all HTTP requests - measured inside the worker threads, after the request headers are read, and eliminating connection setup overhead.
The
following example shows the output from a stats get command
for the pdweb.http component:
#pdadmin> server task default-webseald-instance stats get pdweb.http
reqs : 0
max-worker : 0.000
total-worker : 0.000
max-webseal : 0.000
total-webseal : 0.000