TSP Lab Sga-7N-1 - Statistics Query Sga-7N-1

Statistics Query modul
("Sga-7N-1")

Table of Contents

Features

The user interface

When the Statistics Query module has been started by double clicking on its icon first the User Authentication window appears, where it is needed to type a username and the password for this username. In additon it must also give a reason why the user wants to use this module.

After the succesful authentication the main window appears:


Details of the main window

Hot keys on user interface

The hot keys (or pre-set keys) can be set by the user in the configuration (INI) file. The sections [HotKey-N] contain the list of the links and statistics to be selected. A sample setting is the following:
    [HotKey-3]	;  means Ctrl-3 and Alt-3 as well
    SigLinkX_3 = IP links that carry SIP
    SigLinkX_6 = IP links that do not carry SIP
    StatID_1400 = Number of IP messages
Each section can contain more SigLinkX_N entries where N refers to the value of the Type1 (X) field of Sga7N.db database. In this case links will be selected where 'Type1 (X) = 3' or 'Type1 (X) = 6' in the signaling link database.

Each section can contain more StatID_M entries where M refers to the order of the selected statistics counter (list of statistics counters: Sga-7N-1.lst). In this case statistics #1400 ("Number of IP messages") will be selected.

The Type1 field can be set to the following values:

Auto logout feature

When there is no server activity (statistics query) for a given amount of time (for example 60 minutes) then the module automatically logs the user out. In that case the following pop-up window appears.

Statistics list (Sga-7N-1.lst) file

The list file is placed in the same directory as the Sga-7N-1.exe.
Section Entry Example Meaning
[Statistics' name]     This section contains the list of ordinal numbers and the aasigned names of statistics counters
  900 Number of Link Status Signal Unit Octets Assigns the "Number of Link Status Signal Unit Octets" to the statistics counter "900".

The current version of the list can downloaded from here: Sga-7N-1.lst.

Configuration (Sga-7N-1.ini) file settings

The configuration file is placed in the C:\WinNT or the C:\Windows directory. The module writes this file when it is closed.
Section Entry Example Meaning
[Settings]     In this section parameters and settings from the user interface are stored for the future usage.
[Authentication]      
  sUserName username Default username which appears in the username field of the User Authetication window. User can change it here or in the User Authetication window.
[Advanced]      
  sPollerIPAddress 111.22.33.44 The server IP address where the authentication server module is running (Typically it is the same where the Poller module is running)
[HotKey-3]     List of links and statistics that will be selected when Alt-3 or Ctrl-3 is pressed
  SigLinkX_3 IP links that carry SIP Links will be selected where 'Type1 (X) = 3' in the signaling link database. The value of the entry is only a note.
  SigLinkX_6 IP links that do not carry SIP Links will be selected where 'Type1 (X) = 6' in the signaling link database. The value of the entry is only a note.
  StatID_1400 Number of IP messages Statistics #1400 will be selected. The value of the entry is only a note.

Version history