beautypg.com

HP 3PAR System Reporter Software User Manual

Page 345

background image

10.53

The Sample Data and Inventory Tables

System Reporter 2.8

3PAR System Reporter User’s Guide

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

NULL

Timestamp value indicating when the

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

NULL

Difference between begin value from last

sample for the same object.

now

DOUBLE PRECISION NOT

NULL

Timestamp value in microseconds. The

difference in the now values of two

samples should be used in calculating the

time interval between two samples.

d_now

DOUBLE PRECISION NOT

NULL

Difference between now value from last

sample for the same object.

xfers

DOUBLE PRECISION NOT

NULL

Total number of transfers on the queue

since the node was started.

d_xfers

DOUBLE PRECISION NOT

NULL

Difference between xfers value from last

sample for the same object.

bytes

DOUBLE PRECISION NOT

NULL

Total number of bytes transferred on the

queue since the node was started.

d_bytes

DOUBLE PRECISION NOT

NULL

Difference between bytes value from last

sample for the same object.

Table 10-33. statlink__1 Table

Column

Type

Comment