Class HttpServerStatisticsHandler.Stats
java.lang.Object
com.linkedin.alpini.netty4.handlers.HttpServerStatisticsHandler.Stats
- Enclosing class:
- HttpServerStatisticsHandler
-
Field Summary
Modifier and TypeFieldDescriptionlong
aggregate nanos of outbound flush before this handlerlong
aggregate nanos of inbound channelRead after this handlerlong
aggregate nanos of outbound write before this handlerio.netty.handler.codec.http.HttpMethod
method of the requestlong
nanos at time when end of request content was receivedlong
nanos at time when start of request content was receivedlong
nanos at time the request was receivedlong
nanos at time when flush was called after response content end was writtenlong
nanos at time when response content end was writtenlong
nanos at time when response content start was writtenlong
nanos at time when response was completely written to the OSlong
nanos at time when flush was called after response content start was writtenlong
nanos at time when flush was called after response header was writtenlong
nanos at time when response header was writtenlong
nanos at time when last flush was seen by this request -
Constructor Summary
-
Method Summary
-
Field Details
-
_method
public io.netty.handler.codec.http.HttpMethod _methodmethod of the request -
_requestHeaderReceivedTime
public long _requestHeaderReceivedTimenanos at time the request was received -
_requestContentStartTime
public long _requestContentStartTimenanos at time when start of request content was received -
_requestContentReceivedTime
public long _requestContentReceivedTimenanos at time when end of request content was received -
_responseHeaderReadyTime
public long _responseHeaderReadyTimenanos at time when response header was written -
_responseContentStartTime
public long _responseContentStartTimenanos at time when response content start was written -
_responseContentReadyTime
public long _responseContentReadyTimenanos at time when response content end was written -
_responseContentWrittenTime
public long _responseContentWrittenTimenanos at time when response was completely written to the OS -
_responseHeaderFlushTime
public long _responseHeaderFlushTimenanos at time when flush was called after response header was written -
_responseFirstDataFlushTime
public long _responseFirstDataFlushTimenanos at time when flush was called after response content start was written -
_responseContentFlushTime
public long _responseContentFlushTimenanos at time when flush was called after response content end was written -
_responseLastFlushTime
public long _responseLastFlushTimenanos at time when last flush was seen by this request -
_aggregateReadProcessingTime
public long _aggregateReadProcessingTimeaggregate nanos of inbound channelRead after this handler -
_aggregateWriteProcessingTime
public long _aggregateWriteProcessingTimeaggregate nanos of outbound write before this handler -
_aggregateFlushProcessingTime
public long _aggregateFlushProcessingTimeaggregate nanos of outbound flush before this handler
-
-
Constructor Details
-
Stats
public Stats()
-
-
Method Details