(Optional) The time period, in seconds and
milliseconds, during which the process memory usage
is calculated. Must be integers in the range from 0 to
4294967295. If both sec and msec are specified and
are nonzero, the number of allocations is the
difference between the number of allocations in the
oldest and latest samples collected in the time period.
The percentage is calculated as the the percentage
difference between the memory used in the oldest and
latest samples collected in the time period. If not
specified, or if both sec and msec are specified as 0,
the first sample ever collected is used as the oldest
sample; that is, the time period is set to be the time
from startup until the current moment.
sec msec
(Optional) Number of entries from the top of the
sorted list of processes to be displayed. Must be an
integer in the range from 1 to 4294967295. Default
value is 5.
num
Result String
rec_list {{process mem info string 0},{process mem info string 1}, ...}
Where each process mem info string is:
pid %u name {%s} delta_allocs %d initial_alloc %u current_alloc %u percent_increase %d
Marks the start of the process memory usage
information list.
rec_list
Process ID.pid
Process name.name
Specifies the difference between the number of
allocations in the oldest and latest samples collected
in the time period.
delta_allocs
Specifies the amount of memory, in kilobytes, used
by the process at the start of the time period.
initial_alloc
Specifies the amount of memory, in kilobytes,
currently used by the process.
current_alloc
Specifies the percentage difference between the
memory used in the oldest and latest samples collected
in the time period. The percentage difference can be
expressed as current_alloc minus initial_alloc times
100 and divided by initial_alloc.
percent_increase
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
2001
sys_reqinfo_mem_all