aboutsummaryrefslogtreecommitdiff
path: root/Examples/intbycpu_example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/intbycpu_example.txt')
-rw-r--r--Examples/intbycpu_example.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Examples/intbycpu_example.txt b/Examples/intbycpu_example.txt
new file mode 100644
index 000000000000..5ed213cba6ba
--- /dev/null
+++ b/Examples/intbycpu_example.txt
@@ -0,0 +1,11 @@
+The following is a demonstration of the intbycpu.d script,
+
+ # intbycpu.d
+ Tracing... Hit Ctrl-C to end.
+ ^C
+ CPU INTERRUPTS
+ 0 374
+ 1 412
+
+In the above output, CPU 1 had 412 interrupts, and CPU 0 had 374.
+