|
NAMEpmempool - Persistent Memory Pool Management ToolSYNOPSIS
DESCRIPTIONThe pmempool is a management tool for Persistent Memory pool files created by PMDK libraries.The main purpose of pmempool is to provide a user with a set of utilities for off-line analysis and manipulation of pools created by pmem libraries. The pmempool is a generic command which consists of subcommands for specific purposes. Some of subcommands are required to work without any impact on processed pool, but some of them may create a new or modify an existing one. The pmempool may be useful for troubleshooting by system administrators and for software developers who work on applications based on PMDK. The latter may find these tools useful for testing and debugging purposes also. OPTIONS-V, --versionPrints the version of pmempool. -h, --help Prints synopsis and list of commands. COMMANDSCurrently there is a following set of commands available:
In order to get more information about specific command you can use pmempool help . SEE ALSOlibpmemblk(7), libpmemlog(7), libpmemobj(7) and <http://pmem.io>
Visit the GSP FreeBSD Man Page Interface. |