Statistics collected by a probe for LAN utilization
| Column Name | Column Datatype | Column Null Option | Column Comment |
| probeindex | integer | not null | Index identifying the probe on a specific host. Always 1 unless the host supports multiple Network Performance probes |
| intervaldatetime | date | not null | Interval start date and time |
| probe_addr | integer | not null | SNMP/RMON agent IP address |
| server_addr | integer | not null | Server IP address |
| intervalduration | integer | not null | Length of the interval |
| utilcount | float | with null | Total number of measurements |
| utilsum | float | with null | Sum of LAN utilization measurements |
| utilsos | float | with null | Sum of squared measurements. Currently not implemented |
| utilhist1 | float | with null | Count of measurements less than corresponding utilHist1Ctl |
| utilhist2 | float | with null | Count of measurements greater than or equal to corresponding utilHist1Ctl and less than corresponding utilHist2Ctl |
| utilhist3 | float | with null | Count of measurements greater than or equal to corresponding utilHist2Ctl and less than corresponding utilHist3Ctl |
| utilhist4 | float | with null | Count of measurements greater than or equal to corresponding utilHist3Ctl and less than corresponding utilHist4Ctl |
| utilhistover | float | with null | Count of measurements greater than corresponding utilHist4Ctl |
| utilhist1ctl | smallint | with null | Bucket 1 ending value |
| utilhist2ctl | smallint | with null | Bucket 2 ending value |
| utilhist3ctl | smallint | with null | Bucket 3 ending value |
| utilhist4ctl | smallint | with null | Bucket 4 ending value |
| utilthreshold | integer1 | with null | Utilization upper bound threshold |
| utilsamplesize | smallint | with null | Currently not implemented |
| utilavgeobs | smallint | with null | Currently not implemented |
| utilburstobs | smallint | with null | Currently not implemented |
| utilcrossingsctr | float | with null | Total number of threshold crossings |
| utilpeakrate | float | with null | Currently not implemented |
| utilburstmax | float | with null | Currently not implemented |
| sizehist1 | float | with null | Count of measurements less than corresponding sizeHist1Ctl |
| sizehist2 | float | with null | Count of measurements greater than or equal to corresponding sizeHist1Ctl and less than corresponding sizeHist2Ctl |
| sizehist3 | float | with null | Count of measurements greater than or equal to corresponding sizeHist2Ctl and less than corresponding sizeHist3Ctl |
| sizehist4 | float | with null | Count of measurements greater than or equal to corresponding sizeHist3Ctl and less than corresponding sizeHist4Ctl |
| sizehistover | float | with null | Count of measurements greater than corresponding sizeHist4Ctl |
| sizehist1ctl | smallint | with null | Bucket 1 ending value |
| sizehist2ctl | smallint | with null | Bucket 2 ending value |
| sizehist3ctl | smallint | with null | Bucket 3 ending value |
| sizehist4ctl | smallint | with null | Bucket 4 ending value |
| totalframes | float | with null | Total count of packets |
| totalbytes | float | with null | Total count of bytes |
| broadcastframes | float | with null | Total broadcast packets |
| broadcastbytes | float | with null | Total broadcast bytes |
| multicastframes | float | with null | Total multicast packets |
| multicastbytes | float | with null | Total multicast bytes |
| frameslostprobe | float | with null | Number of lost frames lost by probe |
| frameslostbuf | float | with null | Number of lost frames due to lack of buffer |
| frameslosthard | float | with null | Number of frames dropped by hardware |
Product Name: Unicenter Network and System Management
Table Type: Table