pdweb.https component
The pdweb.https statistics component
gathers information about
WebSEAL HTTPS communication. The following list describes the types
of available information:
- reqs
- The total number of HTTPS requests received.
- max-worker
- The maximum time that is used by a single worker thread to process an HTTPS request.
- total-worker
- The total time that is used by all worker threads that process HTTPS requests.
- max-webseal
- The maximum time that is used to process a single HTTPS 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 HTTPS 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.https component:
#pdadmin> server task default-webseald-instance stats get pdweb.https
reqs : 0
max-worker : 0.000
total-worker : 0.000
max-webseal : 0.000
total-webseal : 0.000