This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/ruby | |
| # Parses linux scsi command logs | |
| # http://www.seagate.com/staticfiles/support/disc/manuals/scsi/100293068a.pdf | |
| # give this program itself as input to test | |
| # DE AD BE EF == 3735928559 | |
| # CA FE == 51966 | |
| # CDB: Write(10): 2a 1A DE AD BE EF 1F CA FE 00 | |
| # CDB: Synchronize Cache(10): 35 06 DE AD BE EF 1F CA FE 00 |