Skip to content

system memory

The following operations can be performed on "system memory":

stat system memory

Displays system-memory statistics.

Synopsys

stat system memory [-detail] [-fullValues] [-ntimes <positive_integer>] [-logFile <input_filename>] [-clearstats ( basic | full )]

Arguments

detail

Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.

fullValues

Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated

ntimes

The number of times, in intervals of seven seconds, the statistics should be displayed.

Default value: 1

Minimum value: 0

logFile

The name of the log file to be used as input.

clearstats

Clear the statsistics / counters

Possible values: basic, full

Outputs

InUse Memory (%) (cacmemMaxMemLimitPcnt)

Integrated Cache memory insue percent.

InUse Memory (MB) (cacmemMaxMemLimit)

Integrated Cache memory insue, in megabytes.

Maximum Allocation Failed (MB) (ShmemErrAllocFailed)

Total shared memory allocation failed.

Shared Memory InUse (%) (shMemAllocpcnt)

Shared memory insue percent.

Shared Memory InUse (MB) (shMemAllocMB)

Shared memory insue, in megabytes.

Total Shared Memory (MB) (shMemtotMB)

Total shared memory allowed to allocate, in megabytes.

Maximum Allocation Failed (MB) (MemTotAllocFailed)

Total system memory allocation failed.

Free Memory (MB) (MemTotFree)

Total Free PE Memory in the System.

InUse Memory (%) (MemUsage)

Percentage of memory utilization on NetScaler.

InUse Memory (MB) (MemTotUseMB)

Total NetScaler Memory in use, in megabytes.

Memory Allocated (%) (MemTotAlloc(%))

Currently allocated memory in percent.

Memory Allocated (MB) (MemTotAlloc)

Currently allocated memory, in megabytes.

Memory Currently Available (MB) (MemTotMB)

Total memory available (grabbed) for use by packet engine (PE), in megabytes.

Maximum Memory Available (MB) (MemTotAvail)

Total system memory available for PE to grab from the system.

Maximum Memory (MB) (cacmemMaxSysLimitMB)

Integrated Cache memory, in megabytes.

Example

stat system memory

Was this article helpful?