]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/writebytes_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / writebytes_example.txt
1 The following is a demonstration of the writebytes.d script,
2
3
4 Here the writebytes.d script is run for a few seconds, then Ctrl-C is hit,
5
6    # writebytes.d
7    dtrace: description 'sysinfo:::writech ' matched 4 probes
8    ^C
9      dtrace                                                            1
10      gnome-settings-d                                                  8
11      xscreensaver                                                      8
12      gnome-panel                                                       8
13      nautilus                                                          8
14      date                                                             29
15      wnck-applet                                                     120
16      bash                                                            210
17      mozilla-bin                                                    1497
18      ls                                                             1947
19      metacity                                                       3172
20      Xorg                                                           7424
21      gnome-terminal                                                51955
22
23
24 In this interval the gnome-terminal command has successfully written 51.9 Kb, 
25 while Xorg has written 7424 bytes.
26