$Stat: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (Mlarocca moved page $STAT to $Stat over redirect: Lower case change)
(No difference)

Revision as of 19:02, 29 July 2014

The $STAT function returns the current value of any user final (LOGOUT) or partial statistic. This function is useful for determining which resources are used by various portions of a request.

Syntax

The format of the $STAT function is:

$STAT(statistic,'user')

where:

  • statistic specifies the name of the user statistic to be returned. Refer to the Rocket Model 204 System Manager's Guide for a complete list of user statistic names and meanings.
  • user specifies the return of a user final or partial statistic.

Example

. . . %X = $STAT('CPU','USER') . . .