|
The example lineGraphDemo demonstrates the use of the LineGraph bean with the SnmpPoller bean. This example application enables to poll one or more OIDs and displays the values in a graphical format. Loading of MIBs, polling multiple OIDs, starting and stopping polling, etc. can be done. The following command can be used to run the application.
|
java lineGraphDemo |
The screenshot of this example is given below.

Source
Refer the source code for the lineGraphDemo example present in <examples/uiapplications/lineGraphDemo.java> for more information.
|