GLTMon is a Web application that gathers data from your network devices (e.g., routers and switches) via SNMP and saves the data into a database for reporting and analysis.

See:
          Description

Packages
commands Provides the classes that perform specific command functions for the GLTMon Web application.
common Provides the classes common between the GLTMon Web and server applications.
controllers Provides the classes which respond to GLTMon Web application requests.
databeans Provides JavaBean classes to hold command parameters and results.
devices Provides the classes, which encapsulate the Devices, Interfaces, Attribute, and polling results of the GLTMon system.
server Provides the classes used by the GLTMon server applications.

 

GLTMon is a Web application that gathers data from your network devices (e.g., routers and switches) via SNMP and saves the data into a database for reporting and analysis.

GLTMon gathers information about each port/interface on your network devices and stores it into a database. Each device may have many interfaces (e.g., 256 port switch). Each interface has a set of attributes of interest, which are polled. These attributes include ifInOctets, ifOutOctets, ifInErrors, and ifOutErrors.

For more information on the GLTMon Web application design see: