Statistics for file servers.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| fileserverkeyid | integer | not null | Unique identifier of the file server |
| 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 |
| pktstoclient | float | with null | Total frames sent to clients |
| bytestoclient | float | with null | Total bytes sent to clients |
| pktstoserver | float | with null | Total frames sent to server |
| bytestoserver | float | with null | Total bytes sent to server |
| readsvccount | float | with null | Total number of measurements (Number of times client reads from file server) |
| readsvcsum | float | with null | Sum of measurements (Sum of read duration) |
| readsvcsos | float | with null | Sum of squared measurements (Squared sum of read duration). Currently not implemented |
| readbytes | float | with null | Total count of bytes read |
| writesvccount | float | with null | Total number of measurements (Number of times client write to file server) |
| writesvcsum | float | with null | Sum of measurements (Sum of write duration) |
| writesvcsos | float | with null | Sum of squared measurements (Squared sum of write duration). Currently not implemented |
| writebytes | float | with null | Total count of bytes written |
| othersvccount | float | with null | Total number of measurements (Number of other operations (other than read/write)) |
| othersvcsum | float | with null | Sum of response time for Other operations |
| othersvcsos | float | with null | Sum of squared measurements. Currently not implemented. |
| siocount | float | with null | Total number of client transactions |
| siosum | float | with null | Sum of measurements (Sum of user response times) |
| siosos | float | with null | Sum of squared measurements. Currently not implemented |
| linkerrcount | float | with null | Total detected link network errors |
| fserrcount | float | with null | Total detected file server errors |
| fileopen | float | with null | Count of file service open file requests |
| fileclose | float | with null | Count of file serCount of file service directory search requestsvice close file requests |
| filesearch | float | with null |
Product Name: Unicenter Network and System Management
Table Type: Table