Added the description of field %MEM displayed by pidstat -r.
On 06/29/2011 05:43 AM, Carlos Allegri wrote:
> I'm using pidstat version 9.0.6 for monitoring of a mail server.
> I run: "pidstat -r"
> Then, in the output: "PID minflt/s majflt/s VSZ RSS %MEM Command", I see the column "%MEM" which isn't explained in the manual.
> Could you tell me, which is the meaning of this column?
xxxx/xx/xx: Version 10.0.2 - Sebastien Godard (sysstat <at> orange.fr)
* sadf modified to make it easier to add new output formats.
Its design is still not generic anyway.
+ * Option -T added to sadf: This option tells sadf to display
+ timestamps in seconds since the epoch (when applicable).
* [Jeroen Roovers]: Automate translation files handling in
Makefile.in.
* DTD and XSD documents updated.
* sadf manual page updated.
+ * pidstat manual page updated: Added description of field %MEM
+ displayed by pidstat -r.
* Various cosmetic changes (sar.c, sadf.c).
* CREDITS file updated.
-.TH PIDSTAT 1 "JUNE 2010" Linux "Linux User's Manual" -*- nroff -*-
+.TH PIDSTAT 1 "AUGUST 2011" Linux "Linux User's Manual" -*- nroff -*-
.SH NAME
pidstat \- Report statistics for Linux tasks.
.SH SYNOPSIS
used by the task in kilobytes.
.RE
+.B %MEM
+.RS
+The tasks's currently used share of available physical memory.
+.RE
+
.B Command
.RS
The command name of the task.