pdweb.authn component
The pdweb.authn statistics component
gathers information about
WebSEAL authentication. The following list describes the types of
available information:
- pass
- The total number of successful authentications.
- fail
- The total number of failed authentications.
- pwd exp
- The total number of authentication attempts that were made with an expired password.
- max
- The maximum time for a single authentication process.
- avg
- The average time for a single authentication process.
- total
- The total time for all authentication processing.
The following example shows the output from
a stats get command
for the pdweb.authn component:
#pdadmin> server task default-webseald-instance stats get pdweb.authn
pass : 2
fail : 1
pwd exp : 0
max : 0.178
avg : 0.029
total : 0.382