VICInfo

Description:              Provides information about the currently connected VTS Internet Clients.

Returns:                    Array – see comments

Usage:                       Script

Format:                      VICInfo()

Parameters:             There are no parameters to this statement.

Comments:               The return value of VICInfo is an array of information. Each row [leftmost subscript] contains the information for one session, and each column within the row contains the fields of session information, as follows:

                             [n][0] Object value of the root (BrowserClient) module instance for this session.

                             [n][1] VIC process session ID [a 16-byte binary GUID]. This is guaranteed to be unique per VIC process. i.e. two sessions from the same VIC process will have the same VIC instance ID.

                             [n][2]  IP of the remote computer, from the server's point of view [note this may be the IP of a gateway or proxy that the remote computer connects via].

                             [n][3] Total bytes transmitted to the VIC in this session.

                             [n][4] Total bytes received from the VIC in this session.

                             [n][5] Approximate round trip time to the VIC, in milliseconds.

See Also:

VICMessage