var fDesc=new Array(); fDesc[0] = "CommTraffic is a network utility that gathers, analyzes and displays traffic and network utilization statistics.
CommTraffic can analyze the traffic of your network and provide reports about the information of the outgoing and incoming traffic in the localhost and the generated by the remote IP addresses. Each one of the remote IP addresses can be selected to be analyzed independently of the others and select specific period of time to analyze, or providing an alias, etc.
CommTraffic gathers the Incoming and the outgoing information from the local port, remote port and the protocols giving more specific information, you can customize CommTraffic to provide the right information for you.
Alarms in CommTraffic is a good feature to monitor some traffic issues that could affect the performance of our network, like the incoming traffic volume, outgoing traffic volume, the summary of traffic volume, connection time and cost; there are enough options to select the kind of incidents to monitor and notify about this incidents to the right persons and take the immediately actions."; 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 = ''; } }