The SnapShot API function supports logging FairCom Server user statistics. For a listing of the user statistics the FairCom Server collects, refer to the ctGUMS structure in the Snapshot Contents section below. The supported operations include:
Snapshot action |
opcode |
rqstdesc |
snapbufr |
---|---|---|---|
Activate the user with the specified User ID. Use a pattern of ‘*’ to activate all users. |
ctPSSaddUserID |
User ID (e.g., “admin”) |
NULL |
Activate the user with the specified thread handle. |
ctPSSaddUserHandle |
Small integer thread handle (e.g., “12”) |
NULL |
On demand user snapshot returned directly in the output buffer. No entry is made in SYSLOG. The snapshot is for the user calling ctSNAPSHOT(). |
ctPSSuser |
NULL |
Address of output buffer large enough to hold at least a ctGUMS structure |
Undo all user activations. |
ctPSSclearUsers |
NULL |
NULL |