master database only
sysmonitors contains one row for each monitor counter.
The columns for sysmonitors are:
Name |
Datatype |
Description |
---|---|---|
field_name |
char(79) |
Name of the counter |
group_name |
char(25) |
Group to which this counter belongs |
field_id |
smallint |
Unique identifier for the row |
value |
int |
Current value of the counter |
description |
varchar(255) null |
Description of the counter; not used |
nodeid |
tinyint null |
Reserved for future use |