summaryrefslogtreecommitdiff
path: root/Examples/pgpginbyproc_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/pgpginbyproc_example.txt
parent87c8f7aa3a46118212b99f0d58b18aa93c06b02a (diff)
Notes
Diffstat (limited to 'Examples/pgpginbyproc_example.txt')
-rw-r--r--Examples/pgpginbyproc_example.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/pgpginbyproc_example.txt b/Examples/pgpginbyproc_example.txt
new file mode 100644
index 000000000000..e8bb8217a138
--- /dev/null
+++ b/Examples/pgpginbyproc_example.txt
@@ -0,0 +1,13 @@
+The following is a demonstration of the pgpginbyproc.d script,
+
+ # pgpginbyproc.d
+ dtrace: description 'vminfo:::pgpgin ' matched 1 probe
+ ^C
+
+ ttymon 1
+ bash 1
+ mozilla-bin 36
+ tar 6661
+
+In the above output, tar processes have paged in 6661 pages from the filesystem.
+