var fDesc=new Array(); fDesc[0] = "Small gadget that monitors and displays graphs of windows performance counters like memory, cpu load or disk load.

Features

- Default counters
- CPU counter, with detail for each CPU
- Physical memory counter
- Virtual memory
- Network, with detail for each interface
- Disk activity
- Very small UI footprint
- Specific rendering when load is over 80% (yellow) or 90% (red)
- MSI Setup (WIX-based)
- Tested on Windows XP SP3 and 7"; 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 = ''; } }