var fDesc=new Array(); fDesc[0] = "Server and Database Performance Monitoring: IBM Power Systems, VMware, Nutanix, Oracle Database, Oracle VM, Oracle Solaris, oVirt, Red Hat Virtualization, Microsoft Windows Server and Hyper-V, XenServer, Citrix Hypervisor, Amazon Web Services, Google Cloud, Microsoft Azure, Kubernetes, Red Hat OpenShift, Linux, Proxmox, CloudStack, PostgreSQL Database, Huawei FusionCompute, Microsoft Storage Spaces Direct (S2D), Microsoft SQL Server


Take control and see all your physical and virtual servers from one point of view.
Prognosis for all your Infrastructure.
Monitor and troubleshoot pro-actively.
Optimize your mission-critical IT infrastructure."; 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 = ''; } }