ENCINA(8) — Maintenance
NAME
tkadmin list calls - lists all in-progress RPCs for a server
SYNOPSIS
tkadmin list calls -server servername [-verbose]
ARGUMENTS
-server servername Specifies the server affected by the command. The server name is the name that is registered with the DCE Directory Service. If the server name is not specified in the command line, it is retrieved from an environment variable, ENCINA_TK_SERVER.
-verbose Provides additional information about the RPCs.
DESCRIPTION
The tkadmin list calls command lists all the in-progress RPCs in a server. Each RPC listing indicates an arrival time via a counter of calls received or a time stamp. This can be useful in determining whether any calls have been in progress for an excessive amount of time. The type and accuracy of the arrival time indicator (counter or time stamp) can be set with the tkadmin set arrivaltimequality command.
EXAMPLES
The following command lists all in-progress RPCs in a server:
% tkadmin list calls
Function RQSKeyWire/rqsSvr_TRetrieveByKeys (transaction 10058,
thread 33, time [ticker 227])
Function RQSKeyWire/rqsSvr_TRetrieveByKeys (transaction 10050,
thread 38, time [ticker 226])
Function RQSKeyWire/rqsSvr_TDequeue (transaction 10021,
thread 37, time [ticker 204])
Function RQSKeyWire/rqsSvr_TDequeue (transaction 1001d,
thread 36, time [ticker 203])
PRIVILEGE REQUIRED
Encina Monitor query (q) permission to the server
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin set arrivaltimequality
— March 1997