xref: /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/intbycpu_example.txt (revision c29d51755812ace2e87aeefdb06cb2b4dac7087a)
1The following is a demonstration of the intbycpu.d script,
2
3   # intbycpu.d
4   Tracing... Hit Ctrl-C to end.
5   ^C
6   CPU                    INTERRUPTS
7   0                             374
8   1                             412
9
10In the above output, CPU 1 had 412 interrupts, and CPU 0 had 374.
11
12