F <scheduler>,TSO,DISPLAY,STATS
results in the following output in the CMDTASK DD statement of the scheduler address space:
SLR0040I =============================================== Server Statistics =============================================== SLR0041I Submit Count ......... 0 times Stop Count ......... 7 times Communicate Count ......... 1 times Error Count ......... 0 times
The lines in SLR0041I have the following meaning:
Column | Meaning |
---|---|
Submit count | Number of times any user server address space was started. |
Stop count | Number of times any user server address space was stopped. |
Communicate count | Number of IP messages scheduled to the user server address space for processing (i.e. number of client requests handled in that user server). |
Error | Number of errors during processing. |