mrpstat - display all of the memory reservation pools in the system and various information about them
mrpstat [-a]
mrpstat prints information about active memory reservation pools (MRPs) in the system. With no options, basic information is provided in regards to each MRP.
The following options are supported:
Prints all information for each MRP.
The current output columns are subject to change but will always include ID and KEY at a minimum. Below is the description of what each column represents:
The MRP id
The key for the MRP.
The owner who created the MRP.
The group who created the MRP.
The number of shmids registered to this MRP.
Total amount of memory manged by the MRP.
Total amount of memory being used by MRP consumers.
Total amount of memory available to be used in MRP.
'C' indicates a capped MRP.
Number of seconds to complete a delayed destroy operation.
Attach time.
Detach time.
Create time.
Time when delayed destory will complete.
The following exit values are returned.
Successful completion.
An error occurred.
See attributes(5) for descriptions of the following attributes:
|