public static class ResourceService.Counters extends Object
ResourceService
.Modifier and Type | Field and Description |
---|---|
CAT |
bytesWritten
#of data bytes sent.
|
CAT |
denyCount
#of requests which are denied.
|
CAT |
elapsedWriteNanos
#of nanoseconds sending data (this will double count time for data
that are served concurrently to different receivers).
|
CAT |
internalErrorCount
#of requests which end in an internal error.
|
long |
maxWriteSize
The largest response written so far.
|
CAT |
notFoundCount
#of requests for which the resource was not found.
|
CAT |
nwrites
#of responses where we attempt to write the data on the socket.
|
CAT |
requestCount
#of requests.
|
CAT |
writeErrorCount
#of errors for responses where we attempt to write the requested data
on the socket.
|
Constructor and Description |
---|
ResourceService.Counters() |
public final CAT requestCount
public final CAT denyCount
public final CAT notFoundCount
public final CAT internalErrorCount
public final CAT writeErrorCount
public final CAT nwrites
public final CAT bytesWritten
public long maxWriteSize
public final CAT elapsedWriteNanos
public CounterSet getCounters()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.