Display the memory pool (that is, buffer cache) subsystem
            statistical information, as described by 
MPoolStats.
            
 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public void PrintMPoolSystemStats(
	bool PrintAll,
	bool ClearStats,
	bool HashChains
) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub PrintMPoolSystemStats ( _
	PrintAll As Boolean, _
	ClearStats As Boolean, _
	HashChains As Boolean _
) | 
| Visual C++ | 
|---|
| public:
void PrintMPoolSystemStats(
	bool PrintAll, 
	bool ClearStats, 
	bool HashChains
) | 
 See Also
See Also