Home | History | Annotate | Line # | Download | only in Examples
      1  1.1  christos The following is a demonstration of the hotspot.d script. 
      2  1.1  christos 
      3  1.1  christos Here the script is run while a large file is copied from one filesystem
      4  1.1  christos (cmdk0 102,0) to another (cmdk0 102,3). We can see the file mostly resided
      5  1.1  christos around the 9000 to 10999 Mb range on the source disk (102,0), and was 
      6  1.1  christos copied to the 0 to 999 Mb range on the target disk (102,3).
      7  1.1  christos 
      8  1.1  christos    # ./hotspot.d
      9  1.1  christos    Tracing... Hit Ctrl-C to end.
     10  1.1  christos    ^C
     11  1.1  christos    Disk: cmdk0   Major,Minor: 102,3
     12  1.1  christos    
     13  1.1  christos               value  ------------- Distribution ------------- count
     14  1.1  christos                 < 0 |                                         0
     15  1.1  christos                   0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 418
     16  1.1  christos                1000 |                                         0
     17  1.1  christos    
     18  1.1  christos    Disk: cmdk0   Major,Minor: 102,0
     19  1.1  christos    
     20  1.1  christos               value  ------------- Distribution ------------- count
     21  1.1  christos                 < 0 |                                         0
     22  1.1  christos                   0 |                                         1
     23  1.1  christos                1000 |                                         5
     24  1.1  christos                2000 |                                         0
     25  1.1  christos                3000 |                                         0
     26  1.1  christos                4000 |                                         0
     27  1.1  christos                5000 |                                         0
     28  1.1  christos                6000 |                                         0
     29  1.1  christos                7000 |                                         0
     30  1.1  christos                8000 |                                         0
     31  1.1  christos                9000 |@@@@@                                    171
     32  1.1  christos               10000 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      1157
     33  1.1  christos               11000 |                                         0
     34  1.1  christos 
     35