DPA.BlockingOverview
SolarWinds Information Service 2020.2 Schema Documentation
Blocking/Blocked time data
Inheritance
Access control
Operations | Right |
---|---|
read | everyone |
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
DatabaseId | System.Int32 | Reference to Orion.DPA.DatabaseInstance.Id. | everyone |
GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion | everyone |
BlockingSessions | System.Int32 | Number of blocking sessions within the time slice | everyone |
BlockedSessions | System.Int32 | Number of blocked sessions within the time slice. | everyone |
TotalTimeBlocking | System.Double | Total blocking time - real time blocking within the time slice. | everyone |
TotalTimeBlocked | System.Double | Total time blocked within the time slice. | everyone |
TimesliceUnit | System.Int32 | Specifies how time-frame should be split to time slices. | everyone |
Time | System.DateTime | Beginning and end of the interval for which we want to know the proeprty values (operators <, <=, > and >= can be used in WHERE clauses on this field). End defaults to now. | everyone |