[INFO] My traffic graphs won't exceed 114 mbit/s
Moderators: Developers, Moderators
hmm, anyone know of a snmpd that is usuable with windows xp/vista (32 and 64bit), that will actually give the value in a 64 bit counter.
sofar ive played around with the built in MS options, and net-snmpd, but neither seems to want to give a 64 bit counter for the network interfaces.
making graphs apear quite fun, 8MB/s is 8MB/s, but with the host running at say 30MB/s or so, it will show 2MB/s.
And sofar i havent found a solution..
sofar ive played around with the built in MS options, and net-snmpd, but neither seems to want to give a 64 bit counter for the network interfaces.
making graphs apear quite fun, 8MB/s is 8MB/s, but with the host running at say 30MB/s or so, it will show 2MB/s.
And sofar i havent found a solution..
so how does one get 64bit 95th percentile graphs and 64bit bytes/sec total bandwidth used graphs?
pulling my hair out over this and will paypal cash to someone who gives me a simple step by step solution (that works) thanks.
Seems kind of daft that cacti supplies 64bit templates for the basic in/out bits graph but not the other graphs.
pulling my hair out over this and will paypal cash to someone who gives me a simple step by step solution (that works) thanks.
Seems kind of daft that cacti supplies 64bit templates for the basic in/out bits graph but not the other graphs.
Re: [INFO] My traffic graphs won't exceed 114 mbit/s
Hi all,
I have the same problem. It seems I got a "limit" on my graphs. When I selected the interfaces to monitore, I have choosen "In/Out Bits (64-bits counters)". But I have the same results with "In/Out Bits".
Can you tell me, please, if there is something else to configure to obtain correct values on trafic interface please ?
Thx
I have the same problem. It seems I got a "limit" on my graphs. When I selected the interfaces to monitore, I have choosen "In/Out Bits (64-bits counters)". But I have the same results with "In/Out Bits".
Can you tell me, please, if there is something else to configure to obtain correct values on trafic interface please ?
Thx
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: [INFO] My traffic graphs won't exceed 114 mbit/s
You should see "System Utilities -> View Poller Cache", filter for that host and research the OID used. It should be the required 64bit Counter OID
R.
R.
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re:
In case the device supports SNMP V2 and the 64 bit MIB, yes.crashergs wrote:You need to delete your old graphs and recreate to 64bit
Question: Can 100MB ports use the 64bit graphs? It will be time consuming to choose each individual 1GB port from switches to use 64bit counters and the 100MB selected to 32bit.
But you can use AUTOM8 to automatically create the correct graphs without user intervention. You only will have to define two rules
R.
Use fix64bit plugin to convert 32-bit traffic graphs
It's not necessary to delete your existing 32-bit graphs. Just convert them to 64-bit. There's a plugin that makes it easy:
http://docs.cacti.net/userplugin:fix64bit
http://docs.cacti.net/userplugin:fix64bit
Re: [INFO] My traffic graphs won't exceed 114 mbit/s
I'm running in the same problem. All the others graphs are ok. I beg your help to solve this problem.I'm using:
--Cacti Version: 0.8.7g
net-snmp-5.3.2.2-7.el5_4.2
net-snmp-utils-5.3.2.2-7.el5_4.2
php-snmp-5.1.6-39.el5_8
net-snmp-libs-5.3.2.2-7.el5_4.2
--Red Hat Enterprise Linux Server release 5.4
--Graph Properties:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-14400 \
--end=-300 \
--title='Graph_Name - Traffic - IP.IP.IP.IP (eth4)' \
--rigid \
--base=1000 \
--height=120 \
--width=750 \
--alt-autoscale \
--vertical-label='bits per second' \
--slope-mode \
--font TITLE:14: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_in:AVERAGE \
DEF:b="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_in:MAX \
DEF:c="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_out:AVERAGE \
DEF:d="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_out:MAX \
CDEF:cdefa=a,8,* \
CDEF:cdeff=b,8,* \
CDEF:cdefg=c,8,*,-1,* \
CDEF:cdefi=c,8,* \
CDEF:cdefbc=c,8,*,-1,* \
CDEF:cdefbd=d,8,*,-1,* \
AREA:cdefa#00FF0099:"Inbound" \
LINE1:cdefa#00CF00FF:"" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s" \
LINE1:cdeff#005D57FF:"Peak Usage\n" \
AREA:cdefg#00A0FF99:"Outbound" \
AREA:cdefg#002A9733:"" \
GPRINT:cdefi:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefi:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefi:MAX:"Maximum\:%8.2lf %s" \
LINE1:cdefa#000000FF:"" \
LINE1:cdefbc#000000FF:"" \
LINE1:cdefbd#0000AAFF:"Peak Usage\n"
--Poller Information:
Interval 300
Type cmd.php
Items Action[0]: 6603
Action[1]: 120
Action[2]: 91
Total: 6814
Concurrent Processes 25
Max Threads 1
PHP Servers 1
Script Timeout 25
Max OID 10
Last Run Statistics Time:37.4711 Method:cmd.php Processes:25 Threads:N/A Hosts:279 HostsPerProcess:12 DataSources:6814 RRDsProcessed:3702
--Cacti Version: 0.8.7g
net-snmp-5.3.2.2-7.el5_4.2
net-snmp-utils-5.3.2.2-7.el5_4.2
php-snmp-5.1.6-39.el5_8
net-snmp-libs-5.3.2.2-7.el5_4.2
--Red Hat Enterprise Linux Server release 5.4
--Graph Properties:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-14400 \
--end=-300 \
--title='Graph_Name - Traffic - IP.IP.IP.IP (eth4)' \
--rigid \
--base=1000 \
--height=120 \
--width=750 \
--alt-autoscale \
--vertical-label='bits per second' \
--slope-mode \
--font TITLE:14: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_in:AVERAGE \
DEF:b="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_in:MAX \
DEF:c="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_out:AVERAGE \
DEF:d="/usr/share/cacti/rra/Graph_Name_traffic_in_5558.rrd":traffic_out:MAX \
CDEF:cdefa=a,8,* \
CDEF:cdeff=b,8,* \
CDEF:cdefg=c,8,*,-1,* \
CDEF:cdefi=c,8,* \
CDEF:cdefbc=c,8,*,-1,* \
CDEF:cdefbd=d,8,*,-1,* \
AREA:cdefa#00FF0099:"Inbound" \
LINE1:cdefa#00CF00FF:"" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s" \
LINE1:cdeff#005D57FF:"Peak Usage\n" \
AREA:cdefg#00A0FF99:"Outbound" \
AREA:cdefg#002A9733:"" \
GPRINT:cdefi:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefi:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefi:MAX:"Maximum\:%8.2lf %s" \
LINE1:cdefa#000000FF:"" \
LINE1:cdefbc#000000FF:"" \
LINE1:cdefbd#0000AAFF:"Peak Usage\n"
--Poller Information:
Interval 300
Type cmd.php
Items Action[0]: 6603
Action[1]: 120
Action[2]: 91
Total: 6814
Concurrent Processes 25
Max Threads 1
PHP Servers 1
Script Timeout 25
Max OID 10
Last Run Statistics Time:37.4711 Method:cmd.php Processes:25 Threads:N/A Hosts:279 HostsPerProcess:12 DataSources:6814 RRDsProcessed:3702
- Attachments
-
- CACTI_01.png (9.41 KiB) Viewed 27467 times
Who is online
Users browsing this forum: No registered users and 0 guests