vNetStatsLog  | 
network statistics log from the Agent  | 
|
Column Name  | 
Type  | 
Purpose  | 
Machine_GroupID  | 
varchar(201), null  | 
A concatenated representation of the machine id and the group id it is associated with.  | 
agentGuid  | 
numeric(26,0), null  | 
A globally unique identifier for a machine ID.group ID account and its corresponding agent.  | 
machName  | 
varchar(100), null  | 
Machine Name used for each agent  | 
groupName  | 
varchar(100), null  | 
Organization, then machine group the machine is assigned to.  | 
EventTime  | 
datetime(3), null  | 
Time stamp string representing the time the change was entered. (note: timestamp type was picked to force times into the database as year-month-day-hr-min-sec all in numeric format independent of the format sent in the SQL command. This allows records to be easily sorted by time during retrieval.)  | 
BytesRcvd  | 
int(10), null  | 
Number of bytes received during this statistics period  | 
BytesSent  | 
int(10), null  | 
Number of bytes sent during this statistics period  | 
ApplicationName  | 
varchar(800), null  | 
Application name using the network  |