Methods Summary |
---|
public int | getDataAndProtocolReceiveRate()
return( global_manager_stats.getDataAndProtocolReceiveRate());
|
public int | getDataAndProtocolSendRate()
return( global_manager_stats.getDataAndProtocolSendRate());
|
public long | getDataBytesReceived()
return( global_manager_stats.getTotalDataBytesReceived());
|
public long | getDataBytesSent()
return( global_manager_stats.getTotalDataBytesSent());
|
public int | getDataReceiveRate()
return( global_manager_stats.getDataReceiveRate());
|
public int | getDataSendRate()
return( global_manager_stats.getDataSendRate());
|
public long | getOverallDataBytesReceived()
return( overall_stats.getDownloadedBytes());
|
public long | getOverallDataBytesSent()
return( overall_stats.getUploadedBytes());
|
public long | getProtocolBytesReceived()
return( global_manager_stats.getTotalProtocolBytesReceived());
|
public long | getProtocolBytesSent()
return( global_manager_stats.getTotalProtocolBytesSent());
|
public int | getProtocolReceiveRate()
return( global_manager_stats.getProtocolReceiveRate());
|
public int | getProtocolSendRate()
return( global_manager_stats.getProtocolSendRate());
|
public long | getSessionUptimeSeconds()
return( overall_stats.getSessionUpTime());
|