ENCINA(8) — Maintenance
NAME
tkadmin set arrivaltimequality - specifies the quality of the time stamps used to show the arrival times of RPCs at a server
SYNOPSIS
tkadmin set arrivaltimequality -server servername {none | low | high}
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.
{none | low | high} Specifies the quality of the arrival time indicator for the specified server. The argument none provides a counter of calls received, not actual time stamps for the calls; low provides a low-resolution clock value that is accurate to within approximately 1 minute; and high provides a regular clock reading, typically in the format provided by the operating system. On most platforms, the default is none.
DESCRIPTION
The tkadmin set arrivaltimequality command sets the quality of the arrival time indicator for RPCs received at the specified server. The type of time indicator (counter or time stamp) can affect performance. The default setting (none) provides a simple counter of calls received. This setting affects performance the least.
EXAMPLES
The following command sets the arrival time indicator to low:
% tkadmin set arrivaltimequality low
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 list calls
— March 1997