Sys_Reqinfo_Mem_All - Cisco ASR 9000 Serie Configuration Manuals

Aggregation services router system
Table of Contents

Advertisement

Embedded Event Manager System Information Tcl Command Extensions
Syntax
sys_reqinfo_mem_all order allocates|increase|used [sec ?] [msec ?] [num ?]
Arguments
order
allocates
increase
used
secmsec
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
rec_list
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
170
Configuring and Managing Embedded Event Manager Policies
(Mandatory) Order used for sorting the memory usage
of processes.
(Mandatory) Specifies that the memory usage is sorted
by the number of process allocations during the
specified time window, and in descending order.
(Mandatory) Specifies that the memory usage is sorted
by the percentage of process memory increase during
the specified time window, and in descending order.
(Mandatory) Specifies that the memory usage is sorted
by the current memory used by the process.
(Optional) 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.
(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.
Marks the start of the process memory usage
information list.

Advertisement

Table of Contents
loading

Table of Contents