UserStatistics (Daemon function): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (1 revision) |
(No difference)
|
Revision as of 16:06, 26 November 2010
Stats for daemon object thread.
UserStatistics is a member of the Daemon class
This method returns the Model 204 User statistics for the thread associated with the daemon object. It is useful for metering a daemon or for determining table usage by a compilation done on the daemon thread.
The method takes no arguments and returns a UserStatistics object. For information about the user statistics that are returned and how to extract data from the returned object see UserStatistics class.
UserStatistics Syntax
%ustat = %daem:UserStatistics
Syntax Terms
- %ustat
- A UserStatistics object variable to contain the returned statistics.
- %daem
- A previously defined Daemon object.
Usage Notes
- The UserStatistics method is available as of Sirius Mods Version 7.3.
- The daemon cannot be running asynchronously when this method is invoked.
Examples
The following statements return the %daemon thread User statistics to the %myDaemonStats object, then print the non-zero statistics contained therein:
%myDaemonStats = %daemon:userStatistics Print 'stats are: ' %myDaemonStats