summaryrefslogtreecommitdiff
path: root/Examples/pgpginbypid_example.txt
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
commit055173dba4a263acf10325a49eebf82915369ed2 (patch)
treeaec2772e8855e6dbaea6d8136ed0c47bcb825dee /Examples/pgpginbypid_example.txt
parent87c8f7aa3a46118212b99f0d58b18aa93c06b02a (diff)
Notes
Diffstat (limited to 'Examples/pgpginbypid_example.txt')
-rw-r--r--Examples/pgpginbypid_example.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Examples/pgpginbypid_example.txt b/Examples/pgpginbypid_example.txt
new file mode 100644
index 000000000000..8326b904d94c
--- /dev/null
+++ b/Examples/pgpginbypid_example.txt
@@ -0,0 +1,14 @@
+The following is a demonstration of the pgpginbypid.d script,
+
+
+Here we run it for a few seconds then hit Ctrl-C,
+
+ # pgpginbypid.d
+ Tracing... Hit Ctrl-C to end.
+ ^C
+ PID CMD PAGES
+ 10692 find 128
+ 10693 tar 11928
+
+In the output above, we can see which processes are responsible for page ins,
+as well as the number of pages paged in.