TeamTalk 5 Java DLL  Version 5.8B
BearWare.ServerStatistics Struct Reference

A struct containing the server's statistics, i.e. bandwidth usage and user activity. More...

Public Attributes

long nTotalBytesTX
 The number of bytes sent from the server to clients. More...
 
long nTotalBytesRX
 The number of bytes received by the server from clients. More...
 
long nVoiceBytesTX
 The number of bytes in audio packets sent from the server to clients. More...
 
long nVoiceBytesRX
 The number of bytes in audio packets received by the server from clients. More...
 
long nVideoCaptureBytesTX
 The number of bytes in video packets sent from the server to clients. More...
 
long nVideoCaptureBytesRX
 The number of bytes in video packets received by the server from clients. More...
 
long nMediaFileBytesTX
 The number of bytes in media file packets sent from the server to clients. More...
 
long nMediaFileBytesRX
 The number of bytes in media file packets received by the server from clients. More...
 
long nDesktopBytesTX
 The number of bytes in desktop packets sent from the server to clients. More...
 
long nDesktopBytesRX
 The number of bytes in desktop packets received by the server from clients. More...
 
int nUsersServed
 The number of users who have logged on to the server. More...
 
int nUsersPeak
 The highest numbers of users online. More...
 
long nFilesTx
 The number of bytes for file transmission transmitted from the server. More...
 
long nFilesRx
 The number of bytes for file transmission received by the server. More...
 
long nUptimeMSec
 The server's uptime in msec. More...
 

Detailed Description

A struct containing the server's statistics, i.e. bandwidth usage and user activity.

Use BearWare.TeamTalkBase.DoQueryServerStats() to query the server's statistics and when the command completes use BearWare.TeamTalkBase.GetServerStatistics() to extract the statistics.

Definition at line 1903 of file TeamTalk.cs.

Member Data Documentation

◆ nTotalBytesTX

long BearWare.ServerStatistics.nTotalBytesTX

The number of bytes sent from the server to clients.

Definition at line 1907 of file TeamTalk.cs.

◆ nTotalBytesRX

long BearWare.ServerStatistics.nTotalBytesRX

The number of bytes received by the server from clients.

Definition at line 1910 of file TeamTalk.cs.

◆ nVoiceBytesTX

long BearWare.ServerStatistics.nVoiceBytesTX

The number of bytes in audio packets sent from the server to clients.

Definition at line 1913 of file TeamTalk.cs.

◆ nVoiceBytesRX

long BearWare.ServerStatistics.nVoiceBytesRX

The number of bytes in audio packets received by the server from clients.

Definition at line 1916 of file TeamTalk.cs.

◆ nVideoCaptureBytesTX

long BearWare.ServerStatistics.nVideoCaptureBytesTX

The number of bytes in video packets sent from the server to clients.

Definition at line 1919 of file TeamTalk.cs.

◆ nVideoCaptureBytesRX

long BearWare.ServerStatistics.nVideoCaptureBytesRX

The number of bytes in video packets received by the server from clients.

Definition at line 1922 of file TeamTalk.cs.

◆ nMediaFileBytesTX

long BearWare.ServerStatistics.nMediaFileBytesTX

The number of bytes in media file packets sent from the server to clients.

Definition at line 1925 of file TeamTalk.cs.

◆ nMediaFileBytesRX

long BearWare.ServerStatistics.nMediaFileBytesRX

The number of bytes in media file packets received by the server from clients.

Definition at line 1928 of file TeamTalk.cs.

◆ nDesktopBytesTX

long BearWare.ServerStatistics.nDesktopBytesTX

The number of bytes in desktop packets sent from the server to clients.

Definition at line 1931 of file TeamTalk.cs.

◆ nDesktopBytesRX

long BearWare.ServerStatistics.nDesktopBytesRX

The number of bytes in desktop packets received by the server from clients.

Definition at line 1934 of file TeamTalk.cs.

◆ nUsersServed

int BearWare.ServerStatistics.nUsersServed

The number of users who have logged on to the server.

Definition at line 1936 of file TeamTalk.cs.

◆ nUsersPeak

int BearWare.ServerStatistics.nUsersPeak

The highest numbers of users online.

Definition at line 1938 of file TeamTalk.cs.

◆ nFilesTx

long BearWare.ServerStatistics.nFilesTx

The number of bytes for file transmission transmitted from the server.

Definition at line 1941 of file TeamTalk.cs.

◆ nFilesRx

long BearWare.ServerStatistics.nFilesRx

The number of bytes for file transmission received by the server.

Definition at line 1944 of file TeamTalk.cs.

◆ nUptimeMSec

long BearWare.ServerStatistics.nUptimeMSec

The server's uptime in msec.

Definition at line 1946 of file TeamTalk.cs.