Class StatusResponseModel.StatusMetricsModel
- Namespace
- Contensive.BaseModels
- Assembly
- CPBase.dll
Performance metrics included in the status response
public class StatusResponseModel.StatusMetricsModel
- Inheritance
-
StatusResponseModel.StatusMetricsModel
- Inherited Members
Properties
avgResponseTime5MinMs
Average response time over the last 5 minutes in milliseconds
public long avgResponseTime5MinMs { get; set; }
Property Value
avgResponseTimeMs
Average response time in milliseconds
public long avgResponseTimeMs { get; set; }
Property Value
hitCount
Total hit count since startup
public long hitCount { get; set; }
Property Value
hitCount5Min
Hit count over the last 5 minutes
public long hitCount5Min { get; set; }
Property Value
uptimeMinutes
Minutes since the application started
public long uptimeMinutes { get; set; }