Display the locking subsystem statistical information, as described
by LockStats.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public void PrintLockingSystemStats( bool PrintAll, bool ClearStats, bool ConflictMatrix, bool Lockers, bool Objects, bool Parameters, bool PrintAlloc ) |
Visual Basic (Declaration) |
---|
Public Sub PrintLockingSystemStats ( _ PrintAll As Boolean, _ ClearStats As Boolean, _ ConflictMatrix As Boolean, _ Lockers As Boolean, _ Objects As Boolean, _ Parameters As Boolean, _ PrintAlloc As Boolean _ ) |
Visual C++ |
---|
public: void PrintLockingSystemStats( bool PrintAll, bool ClearStats, bool ConflictMatrix, bool Lockers, bool Objects, bool Parameters, bool PrintAlloc ) |
Parameters
- PrintAll
- Type: System..::.Boolean
If true, display all available information.
- ClearStats
- Type: System..::.Boolean
If true, reset statistics after displaying their values.
- ConflictMatrix
- Type: System..::.Boolean
If true, display the lock conflict matrix.
- Lockers
- Type: System..::.Boolean
If true, display the lockers within hash chains.
- Objects
- Type: System..::.Boolean
If true, display the lock objects within hash chains.
- Parameters
- Type: System..::.Boolean
If true, display the locking subsystem parameters.
- PrintAlloc
- Type: System..::.Boolean
If true, display allocation information.