System Reporter 2.8

3PAR System Reporter User’s Guide

Table 10-33.

statlink_<res>_1 Table

Column

Type

Comment

 

 

 

node_to

INTEGER NOT NULL

The node number of the destination of

 

 

the link.

 

 

 

queue

VARCHAR (32) NOT NULL

The name of the Queue.

 

 

 

begin

DOUBLE PRECISION NOT

Timestamp value indicating when the

 

NULL

counting started (typically when the

 

 

system was rebooted or the device was

 

 

created). Two count samples should only

 

 

be compared if the begin value is the

 

 

same for the two samples.

 

 

 

d_begin

DOUBLE PRECISION NOT

Difference between begin value from last

 

NULL

sample for the same object.

 

 

 

now

DOUBLE PRECISION NOT

Timestamp value in microseconds. The

 

NULL

difference in the now values of two

 

 

samples should be used in calculating the

 

 

time interval between two samples.

 

 

 

d_now

DOUBLE PRECISION NOT

Difference between now value from last

 

NULL

sample for the same object.

 

 

 

xfers

DOUBLE PRECISION NOT

Total number of transfers on the queue

 

NULL

since the node was started.

 

 

 

d_xfers

DOUBLE PRECISION NOT

Difference between xfers value from last

 

NULL

sample for the same object.

 

 

 

bytes

DOUBLE PRECISION NOT

Total number of bytes transferred on the

 

NULL

queue since the node was started.

 

 

 

d_bytes

DOUBLE PRECISION NOT

Difference between bytes value from last

 

NULL

sample for the same object.

 

 

 

The Sample Data and Inventory Tables 10.53