net.fenyo.gnetwatch.actions |
|
Java Source File Name | Type | Comment |
Action.java | Class | Action is the base class for any action: ActionFlood, ActionPing, ActionSNMP, etc. |
ActionFlood.java | Class | Instances of this action class can flood their target with UDP
and create events of type EventFlood to log the throughput. |
ActionHTTP.java | Class | Instances of this action class can load any HTTP server
and create events of type EventHTTP to log the throughput. |
ActionNmap.java | Class | Instances of this action class use NMAP to explore their target
and create events of type EventReachable. |
ActionPing.java | Class | Instances of this action class can send/receive ICMP echo messages to their target
and create events of type EventReachable. |
ActionSNMP.java | Class | Instances of this action class use SNMP to get the interface list of their target,
and to get SNMP counters for each interface. |
ExternalCommand.java | Class | Instances of this class launch and manage processes outside of the JVM. |