1The following is a demonstration of the writebytes.d script,
2
3
4Here 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
24In this interval the gnome-terminal command has successfully written 51.9 Kb, 
25while Xorg has written 7424 bytes.
26
27