search for: ifoutoctet

Displaying 5 results from an estimated 5 matches for "ifoutoctet".

Did you mean: ifoutoctets
2009 Jun 19
3
snmp statistics for vnics
...::ifInOctets.5 = Counter32: 1997541 IF-MIB::ifInOctets.6 = Counter32: 0 IF-MIB::ifInOctets.7 = Counter32: 0 IF-MIB::ifInOctets.8 = Counter32: 0 IF-MIB::ifInOctets.9 = Counter32: 0 IF-MIB::ifInOctets.10 = Counter32: 0 IF-MIB::ifInOctets.11 = Counter32: 0 IF-MIB::ifInOctets.12 = Counter32: 0 IF-MIB::ifOutOctets.1 = Counter32: 0 IF-MIB::ifOutOctets.2 = Counter32: 4572954 IF-MIB::ifOutOctets.3 = Counter32: 38202 IF-MIB::ifOutOctets.4 = Counter32: 1174436 IF-MIB::ifOutOctets.5 = Counter32: 378432 IF-MIB::ifOutOctets.6 = Counter32: 17061 IF-MIB::ifOutOctets.7 = Counter32: 0 IF-MIB::ifOutOctets.8 = Counter32:...
2005 Aug 01
5
Tracking Traffic By Port or Process?
Does anyone know of a way to track TCP/IP traffic by TCP/UDP port and/or by process/daemon with CentOS? I know a variety of ways to track it in total (e.g., ifInOctets & ifOutOctets with SNMP), but I'm not sure how to be approach seeing traffic by application, port, or process. One option would be to write something that would sift through different stuff for each daemon (for example, with apache, you could add up all the bytes sent by summing up the values in 'acces...
2005 May 04
4
HTB rate miscalculation
Hi, I''ve migrated my tc configuration from CBQ to HTB. One problem appeared. Htb seems to miscalculate the bandwidth for classes with greater rates. For rates below 2Mbit there is almost no difference between the configured and the measured rate. For large ones the problem starts. My root class has 10Mbit rate and when the interface has heavy trafic the measured bandwidth
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
...with IPV4-Addresses. When i specify a Target by IPV6-Address (or hostname resolving to a V6-address) mrtg fails. Here i have a small sample-config for V4 which is working: LogDir: /tmp ThreshDir: /tmp HtmlDir: /tmp ImageDir: /tmp LogDir: /tmp EnableIPv6: yes Target[bai-gw-i-oct]: ifInOctets.1&ifOutOctets.1:abc123 at 85.237.138.221 Title[bai-gw-i-oct]: Test MaxBytes[bai-gw-i-oct]: 100000000 ---------------------------------------------------- Here the same for V6 which fails. When running mrtg there is no snmp-packet sent to the network. LogDir: /tmp ThreshDir: /tmp HtmlDir: /tmp ImageDir: /tmp L...
2008 Aug 08
1
can't get Ethernet SNMP information
Hi all, I hope someone can help me with this one. I'm trying to graph all traffic on the localhost's network card with Cacti. >From what I understand I should use SNMP to query the traffic, but I can't seem to get SNMP info for the network interface. I have installed all the necessary snmp tools, "yum install snmpd net-snmp net-snmp-utils net-snmp-devel net-snmpt-libs "