These columns provide statistics on current logging characteristics.
Column Name | Mode | Description | Data Type |
---|---|---|---|
GmtTime | n/a | Greenwich Mean Time is not affected by the Daylight Savings Time adjustments that occur twice a year. | FLOAT |
NodeType | n/a | Type of node, representing the per node system family type. | CHAR(8) |
VprId | n/a | Identifies the vproc number. For channel-connected hosts, the VprId value for:
For TCP/IP network-connected hosts, the VprId value for:
In Summary Mode, VprId is -1. |
INTEGER |
HstId | n/a | This column is invalid. Use the Spare02 column for host ID. | INTEGER |
HstType | n/a | Type of host connection:
|
CHAR(8) |
IPaddr0, IPaddr1 | n/a | These columns identify the IP address of the ECS node for the channel-connected IBMECS host. For other hosts, the IP address value is zero. IPv4 has 4 byte addresses and IPv6 has 16 byte addresses. The first 8 bytes (0 - 7) are stored in IPaddr0, a 64-bit integer field. The second 8 bytes (8 - 16)are stored in IPaddr1, also a 64-bit integer field. If bytes 4 to 15 are zeros, then the IP address is IPv4. The ResShstView provides the following aliases for IP addressing.
|
BIGINT |
Secs | n/a | Actual number of seconds in the log period represented by this row. This value is useful for normalizing the statistics contained in this row, for example, to a per-second measurement. | SMALLINT |
CentiSecs | n/a | Number of centiseconds in the logging period. This column is useful when performing data calculations with small elapsed times where the difference between centisecond-based data and whole seconds results in a percentage error. | INTEGER |
NominalSecs | n/a | Specified or nominal number of seconds in the logging period. | SMALLINT |
SummaryFlag | n/a | Summarization status of this row. If the value is 'N,' the row is a non-summary row. If the value is 'S,' the row is a summary row. | CHAR(1) |
Active | max | Controls whether or not the rows will be logged to the resource usage tables if Active Row Filter Mode is enabled. If Active is set to a non-zero value, the row contains data columns. If Active is set to a zero value, none of the data columns in the row have been updated during the logging period. For example, if you enable Active Row Filter Mode, the rows that have a zero Active column value will not be logged to the resource usage tables. |
FLOAT |
TheTimestamp | n/a | Number of seconds since midnight, January 1, 1970. This column is useful for aligning data with the DBQL log. |
BIGINT |
PM_CPU_COD | n/a | Platform Metering CPU COD value in one tenths of a percent. For example, a value of 500 represents a PM CPU COD value of 50.0%. The value is set to 1000 if the PM CPU COD is disabled. |
SMALLINT |
WM_CPU_COD | n/a | Workload Management CPU COD value in one tenths of a percent. For example, a value of 500 represents a WM CPU COD value of 50.0%. The value is set to 1000 if the WM CPU COD is disabled. WM CPU COD is not supported on SLES 10. Its value is set to 1000 on SLES 10.
|
SMALLINT |