Display detailed session information and memory usage
Use the onstat -g ses session-id command to display detailed information for a session, including memory usage.
The following onstat -g ses session-id output
columns display memory usage:
- The
Memory pools
portion of the output- The totalsize column shows the number of bytes currently allocated
- The freesize column shows the number of unallocated bytes
- The last line of the output shows the number of bytes allocated from the sscpool.
onstat -g ses session-id
output shows that
Session 16 has currently allocated 69632 bytes, of which 11600 bytes
are allocated from the sscpool.