diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-12 23:33:45 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:33:45 +0200 |
commit | 5c5bd91d149a2a4367707c83d39b5729be9e75a8 (patch) | |
tree | 65e557eb0f527da3e41c5391dd4530a02f1cfa1f /system/pmem/pmem.1 | |
parent | b66ea6bff79fa39a975185da4279eff06160869f (diff) |
system/pmem: Added to 12.2 repository
Diffstat (limited to 'system/pmem/pmem.1')
-rw-r--r-- | system/pmem/pmem.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/system/pmem/pmem.1 b/system/pmem/pmem.1 new file mode 100644 index 0000000000000..101bc5762eaf9 --- /dev/null +++ b/system/pmem/pmem.1 @@ -0,0 +1,38 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH PMEM "1" "December 2008" "pmem 1.1.2 (http://www.pmem.net/ Daniel Etzold <detzold@gmx.de>)" "User Commands" +.SH NAME +pmem \- manual page for pmem 1.1.2 (http://www.pmem.net/ Daniel Etzold <detzold@gmx.de>) +.SH DESCRIPTION +usage: ./pmem [OPTIONS] PIDs +Determines the memory usage of a process. +Options: +.TP +\fB\-z\fR +show size (default is resident) +.TP +\fB\-s\fR +show shared memory +.TP +\fB\-m\fR +convert to MB +.TP +\fB\-k\fR +convert to KB +.TP +\fB\-d\fR +show details +.TP +\fB\-l\fR +log memory usage of given pids +.TP +\fB\-i\fR <n> +log interval in milliseconds [default: 100] +.TP +\fB\-g\fR <f> +write a gnuplot command file into plot.gnu +.TP +\fB\-h\fR +this help screen +.TP +\fB\-v\fR +version |