show pal notify_memory
Function
The show pal notify_memory command is used to query the memory usage of the notify module.
Format
show pal notify_memory
Parameters
None
Views
Developer view
Usage Guidelines
None
Example
Query the memory usage of the notify module.
developer:/>show pal notify_memory
One Notify Entry Memory = 128B.
Max Notify Entry Number = 1000.
Remain Notify Number = 1000.
One Trigger Task Entry Memory = 296B.
Trigger Task Entry Num = 0.
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
One Notify Entry Memory |
Memory size of the notify structure. |
Max Notify Entry Number |
Maximum number of notify structures. |
Remain Notify Number |
Number of available notify structures. |
One Trigger Task Entry Memory |
Size of the linked list structure of notify to be triggered. |
Trigger Task Entry Num |
Number of nodes of notify to be triggered. |