Class SystemProfileReadWriteLockStatistics
Statistics about system.profile read and write time spent in locks.
[Serializable]
[BsonSerializer(typeof(SystemProfileReadWriteLockStatisticsSerializer))]
public class SystemProfileReadWriteLockStatistics : BsonDocumentBackedClass
- Inheritance
-
SystemProfileReadWriteLockStatistics
- Inherited Members
- Extension Methods
Constructors
- SystemProfileReadWriteLockStatistics()
Initializes a new instance of the SystemProfileReadWriteLockStatistics class.
Properties
- DatabaseReadLock
Gets or sets the time spent acquiring or holding the database read lock.
- DatabaseWriteLock
Gets or sets the time spent acquiring or holding the database write lock.
- GlobalReadLock
Gets or sets the time spent acquiring or holding the gobal read lock.
- GlobalWriteLock
Gets or sets the time spent acquiring or holding the global write lock.
- RawDocument
Gets the raw document.
- Read
Gets or sets the time spent acquiring or holding the read lock.
- Write
Gets or sets the time spent acquiring or holding the write lock.