Display the memory pool (that is, buffer cache) subsystem
            statistical information, as described by 
MPoolStats.
            
 
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
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