Class StressCommand
- java.lang.Object
-
- org.opennms.netmgt.dnsresolver.shell.StressCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class StressCommand extends Object implements org.apache.karaf.shell.api.action.Action
Used to stress test (reverse) DNS lookups.- Author:
- jwhite
-
-
Field Summary
Fields Modifier and Type Field Description DnsResolver
dnsResolver
-
Constructor Summary
Constructors Constructor Description StressCommand()
-
-
-
Field Detail
-
dnsResolver
public DnsResolver dnsResolver
-
-
Method Detail
-
execute
public Object execute()
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
-
-