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