pdweb.threads component

The pdweb.threads statistics component gathers information about WebSEAL worker thread activity. Its report is the overall thread usage statistics that include not just request traffic, but all the worker threads for the WebSEAL process.

WebSEAL, version 6.0, and later can be configured to use multiple interfaces. Each separately configured interface can use a separate worker thread pool. The thread pool has the same name as the specified interface.

Alternatively, all configured interfaces can share worker thread pool. The default WebSEAL interface configuration uses the default name to differentiate between that interface and the corresponding thread pool, from other separately configured interfaces. The default WebSEAL interface configuration is defined under the [server] stanza. A separately configured WebSEAL interface (defined under the [interfaces] stanza) uses the specified name. The pdweb.threads component is always enabled by default and cannot be disabled. The following list describes the types of available information:

The following example shows the output from a stats get command for the pdweb.threads component. The example assumes that no additional WebSEAL interface is configured:

#pdadmin> server task default-webseald-instance stats get pdweb.threads
active   : 0
total    : 50
'default' active : 0
'default' total : 50

Parent topic: WebSEAL components and activity types