var fDesc=new Array(); fDesc[0] = "Bus Hound is the premier software bus analyzer for capturing I/O, protocol, and performance measurements. You can also send your own custom commands from a graphical interface.

Because Bus Hound is a 100% software product, it is especially suited to inspecting host side protocol. The tables below illustrate Bus Hound's capabilities.

Main features:
- Capture megabytes of I/O at a time
- View I/O on screen in real time
- Trigger on conditions
- Build and submit custom commands
- Issue bus and device resets
- Capture the system startup process
- View low level protocol including SCSI sense data and SMART commands
- View microsecond resolution timing
- Drag and drop captured data to other applications or save it to a zip file
- Capture isochronous and control transfers
- View IRPs and other device driver packets"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }