Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vxmemstat(1m) [hpux man page]

vxmemstat(1M)															     vxmemstat(1M)

NAME
vxmemstat - display memory statistics for Veritas Volume Manager SYNOPSIS
vxmemstat [-e] [-i interval [-t count]] DESCRIPTION
The vxmemstat utility prints memory statistics information. This information can be system-wide, or it can be specific to a Veritas Volume Replicator object. OPTIONS
-e Prints extended memory statistics. -i interval Prints memory statistics every interval seconds. -t count Prints the local system time every count intervals. The time interval is specified using the -i interval option. OUTPUT FORMAT
The statistics are prefaced by a timestamp showing the current local time on the system. Statistics are printed as a one-line output record for each memory pool. The records are preceded by two header lines. The output line consists of blank-separated fields. All numeric fields are in units of kilobytes. The following fields are displayed on each line: Pool Name of the memory pool. Memory consumers allocate memory from different pools for different purposes. DG Name of the disk group in which the RVG is present. Min Size Minimum amount of memory always reserved for use by consumers of the pool. As consumers require more memory, additional memory is allocated to the pool for distribution to them. Max Size Maximum amount of memory that can be allocated to the pool. This is equal to the value assigned to the maximum pool size system tunable that corresponds to the pool. In Use Amount of memory (out of that allocated) currently being used by consumers of the memory pool. Allocated Amount of memory currently allocated to the memory pool. The amount of memory allocated to a pool ranges between the minimum and the maximum pool size. The amount of allocated memory increases as more memory is needed and decreases as it is relinquished. Max Used Maximum amount of memory used by consumers from this pool since system startup. This field is not shown if the -e option is specified. Max Pool Used Maximum amount of memory used by consumers from this pool at any time since the last reboot. The value shows the maximum usage even if usage by the pool has varied over this time period. This field is shown if the -e option is specified. Waiting Indicates if any I/O is waiting to allocate memory from this pool. This usually indicates that the corresponding tunable for the maximum size of this pool needs to be increased. This field is not shown if the -e option is specified. Waiters The number of requests that are waiting to allocate memory from this pool. This field is shown if the -e option is specified. EXIT CODES
The vxmemstat utility exits with a non-zero status if the attempted operation fails. A non-zero exit code is not a complete indicator of the problems encountered, but rather denotes the first condition that prevented further execution of the utility. See vxintro(1M) for a list of standard exit codes. EXAMPLES
To display statistics every 5 seconds and time stamp the output every alternate interval, use the command: vxmemstat -i 5 -t 2 SEE ALSO
vxintro(1M), vxstat(1M) VxVM 5.0.31.1 24 Mar 2008 vxmemstat(1M)

Check Out this Related Man Page

vrstat(1M)																vrstat(1M)

NAME
vrstat - display statistical information for volumes in RVGs and RLINKs, and for all hosts in an RDS SYNOPSIS
vrstat [-g diskgroup] [-V] [-S] [-R] [-M] [-n number] [rvg ...] DESCRIPTION
The vrstat command prints statistical information for the volumes in Replicated Volume Groups (RVGs) and RLINKs, and for all hosts in a Replicated Data Set (RDS). Information is displayed across the RDS setup on all the hosts, and not for a specific host. By default, the command displays statistics at intervals of 10 seconds. This interval can be changed by setting the VRAS_STATS_FREQUENCY environment variable to the required value in the /etc/vx/vras/vras_env file. If no rvg argument is specified, the command displays information for the RLINKs, storage replicator logs (SRLs), data volumes or memory tunables across all the RDSs on the local host, depending on the option that is specified. If no option or argument is specified, the vrstat command displays the consolidated status for the RLINKs, SRLs, data volumes and memory tunables of all RDSs on the local host. For more information on the output formats, see the vxrlink(1M), vxstat(1M) and vxmemstat(1M) manual pages. OPTIONS
-g diskgroup Specifies the disk group for the operation. If the -g option is not specified, the rvg argument determines the default local disk group, according to the standard disk group selection rules that are described on the vxdg(1M) manual page. -M Displays detailed information for the memory tunables on every host in an RDS. The output from this option is similar to that from the vxmemstat command. -n number Displays the statistics number times, and then exits. -R Displays RLINK-related statistical information for all hosts in an RDS. The output from this option combines the output from the vxrlink stats and vxrlink status commands, and also displays bandwidth utilization by the RLINK. This output can be used to diagnose connectivity and network problems. -S Displays statistical information for SRL volumes on all hosts in an RDS. -V Displays statistical information for data volumes on all hosts in an RDS. EXIT CODES
The vrstat utility exits with a status of 0 if the attempted operation succeeds. It exits with a status of 1 if the attempted operation fails. This exit code is the same for all errors. EXAMPLES
Display statistical information for all RLINKs in an RDS across all hosts: vrstat -R egrvg Display consolidated statistical information for all RLINKs, SRLs, data volumes and memory tunables for all RDSs on a host: vrstat SEE ALSO
vxmemstat(1M), vxrlink(1M), vxstat(1M) VxVM 5.0.31.1 24 Mar 2008 vrstat(1M)
Man Page