public interface DNSSocketServerMBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getErrorRequestCount()
Gets the number of requests that resulted in an error.
|
java.lang.Long |
getMissedRequestCount()
Gets the number of requests that returned no records without error.
|
java.lang.Long |
getRejectedRequestCount()
Gets the number of requests that were rejected by the server due to being to busy.
|
java.lang.Long |
getResourceRequestCount()
Gets the number of DNS requests received by the server.
|
java.lang.String |
getResourceRequestLoad()
Gets the request load of the server.
|
java.lang.Long |
getSuccessfulRequestCount()
Gets the number of requests that returned without error.
|
java.lang.Long |
getUptime()
Gets the time in milliseconds that the server has been running since its last start.
|
java.lang.Long getResourceRequestCount()
java.lang.String getResourceRequestLoad()
java.lang.Long getUptime()
java.lang.Long getSuccessfulRequestCount()
java.lang.Long getErrorRequestCount()
java.lang.Long getMissedRequestCount()
java.lang.Long getRejectedRequestCount()
Copyright © 2010-2018 The Direct Project. All Rights Reserved.