var fDesc=new Array(); fDesc[0] = "Multi-vendor storage performance and capacity monitoring. Simple to understand dashboard view of multiple storage devices from EMC, NetApp, IBM, and others.

Having a detailed view into storage arrays, RAID groups, and LUNs makes it easier to identify storage performance problems quickly and fix faster. Save time and money with Storage Resource Monitor’s automatic capacity forecasting feature.

Seamlessly integrates with other SolarWinds products to provide a comprehensive picture of IT health. The AppStack™ dashboard gives you an instant view into your infrastructure, from application to storage."; 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 = ''; } }