summaryrefslogtreecommitdiff
path: root/Examples/minfbyproc_example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/minfbyproc_example.txt')
-rw-r--r--Examples/minfbyproc_example.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Examples/minfbyproc_example.txt b/Examples/minfbyproc_example.txt
new file mode 100644
index 000000000000..0c1ce8401c82
--- /dev/null
+++ b/Examples/minfbyproc_example.txt
@@ -0,0 +1,14 @@
+The following is an example of the minfbyproc.d script,
+
+ # minfbyproc.d
+ dtrace: description 'vminfo:::as_fault ' matched 1 probe
+ ^C
+
+ mozilla-bin 18
+ dtrace 57
+ find 64
+ bash 150
+ tar 501
+
+In the above output, tar processes caused 501 minor faults.
+