Hitting the ceiling... Post your stats here! :)
Moderators: Developers, Moderators
Hitting the ceiling... Post your stats here! :)
Lets' share some stats.
On a P4 1.6mhz with 256mb ram, polling 730 objects (via snmp1).
the graph's starting to get choppy when someone views the graph at the same time it's polling. then again even with 100 to 150 objects.. the cpu utilisation has gone skyrocket to 100% everytime it polls.. how about for you guys?
P4 1.6mhz
256mb ram
730 Objects
OS win2k3
MySql 4.x
RRDTool 1.048
Cacti 0.8.6b
Perl 5.x
PHP 4.6.9? or something like that..
Running Cactid as poller (1 thread.. should i increase it? seeing as the cpu is hitting 100% anyhow)
Thinking of switching over everything to my linux machine to see if there's any significant performance boost... any thoughts on the matter?
On a P4 1.6mhz with 256mb ram, polling 730 objects (via snmp1).
the graph's starting to get choppy when someone views the graph at the same time it's polling. then again even with 100 to 150 objects.. the cpu utilisation has gone skyrocket to 100% everytime it polls.. how about for you guys?
P4 1.6mhz
256mb ram
730 Objects
OS win2k3
MySql 4.x
RRDTool 1.048
Cacti 0.8.6b
Perl 5.x
PHP 4.6.9? or something like that..
Running Cactid as poller (1 thread.. should i increase it? seeing as the cpu is hitting 100% anyhow)
Thinking of switching over everything to my linux machine to see if there's any significant performance boost... any thoughts on the matter?
Funny, I was just about to post to ask just how many objects could be polled on one system. We want to poll about 4000-5000 objects, is anybody currently doing this?
We have this running on Fedora Core 2 in a VM with dual 2.8Ghz P4s and 512 ram.
MySQL 3.23.58
RRDtool 1.0.45
Cacti 0.8.6b
Perl 5.8.0
PHP 4.2.2
We are currently polling about 1000 objects on a slower system (don't have the exact specs right now) with no problems.
We have this running on Fedora Core 2 in a VM with dual 2.8Ghz P4s and 512 ram.
MySQL 3.23.58
RRDtool 1.0.45
Cacti 0.8.6b
Perl 5.8.0
PHP 4.2.2
We are currently polling about 1000 objects on a slower system (don't have the exact specs right now) with no problems.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
TPC,
What type of hosts are your polling.
1) Windows NT HostMIB (CPU & Disk)?
2) Was this an upgrade?
3) Scripts? What kind?
4) How many concurrent processes? cmd.php does not recognize them.
If you can send me a copy of you database, I can answer more clearly. To export, "c:\mysql\bin\mysqldump -u=root -p cacti > mydump.sql".
Thanks,
TheWitnes
What type of hosts are your polling.
1) Windows NT HostMIB (CPU & Disk)?
2) Was this an upgrade?
3) Scripts? What kind?
4) How many concurrent processes? cmd.php does not recognize them.
If you can send me a copy of you database, I can answer more clearly. To export, "c:\mysql\bin\mysqldump -u=root -p cacti > mydump.sql".
Thanks,
TheWitnes
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Heya TheWitness,
I wasn't really asking .. a question just curious as to how much cacti can poll before starting to wither on different kind of systems as in looking for the limits... heh.
I am polling basically network routers (ciscos and junipers), all within very low latency, from a fresh reinstallation, using the snmp interface stats script + one of my own to count dynamic mac addresses, and using 2 concurrent processes..
Thanks for replying anyhow TheWitness
I wasn't really asking .. a question just curious as to how much cacti can poll before starting to wither on different kind of systems as in looking for the limits... heh.
I am polling basically network routers (ciscos and junipers), all within very low latency, from a fresh reinstallation, using the snmp interface stats script + one of my own to count dynamic mac addresses, and using 2 concurrent processes..
Thanks for replying anyhow TheWitness
At the moment we poll 500 objects from 8 different branch offices (VPN) and since cacti 0.8.6b we get no gaps in the graphs.
I use
- a dual PII Xeon (2x450Mhz)
- 3Com 3C905 Networkcard
- AMD PcNet32 Fast+ Networkcard --> I tried both, getting the same good results
- Adaptec AIC 7880 SCSI with Seagate ST34501W and ST39102LW connected
- 384 MB RAM
- OS: Sentinix Linux with self compiled Kernel 2.4.27
- Poll with cmd.php an 2 Processes
- Runtime 130s
So if I would scan twice the amount of objects (e.g. 1000) I think that cm.php is not suitable on our host (130s *2 = timeout *g*)
Maybe a Gigabit NIC is needed?
Regards...Webmassa
I use
- a dual PII Xeon (2x450Mhz)
- 3Com 3C905 Networkcard
- AMD PcNet32 Fast+ Networkcard --> I tried both, getting the same good results
- Adaptec AIC 7880 SCSI with Seagate ST34501W and ST39102LW connected
- 384 MB RAM
- OS: Sentinix Linux with self compiled Kernel 2.4.27
- Poll with cmd.php an 2 Processes
- Runtime 130s
So if I would scan twice the amount of objects (e.g. 1000) I think that cm.php is not suitable on our host (130s *2 = timeout *g*)
Maybe a Gigabit NIC is needed?
Regards...Webmassa
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Webmassa,
Check your CPU utilization. If it is less than 100%, then you can increase your number of concurrent processes. It is definately NOT the NIC.
Also, if you are polling Windows NT systems using the legacy HostMib queries for disk and cpu, you can also decrease CPU significantly and increase speed by converting to the Script Server. If this is the case, you should review the online documentation as to how to complete that migration.
In future releases, we will be supporting multiple pollers. Just be patient or upgrade to a faster processor, or start to use CACTID.
TheWitness
Check your CPU utilization. If it is less than 100%, then you can increase your number of concurrent processes. It is definately NOT the NIC.
Also, if you are polling Windows NT systems using the legacy HostMib queries for disk and cpu, you can also decrease CPU significantly and increase speed by converting to the Script Server. If this is the case, you should review the online documentation as to how to complete that migration.
In future releases, we will be supporting multiple pollers. Just be patient or upgrade to a faster processor, or start to use CACTID.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
i just been adding tons more objects to my cacti.. now it has over >1200 objects polling seems okay.. EXCEPT when i go make some adjustments and add in new objects and ask the new object to run some snmp query, i suspect that sometimes when it's polling at the same time, some of the polling might time-out...
maybe there's a way to set lower-priority to my apache webserver? (or is that php?)
edit : there's no silly tcp-connection limitting thingee in win2003 server is there?...
maybe there's a way to set lower-priority to my apache webserver? (or is that php?)
edit : there's no silly tcp-connection limitting thingee in win2003 server is there?...
Okay.. there's definitely something wrong on my system
Polling about 1200+ objects... it's fine on its own.
but when I log in via the web and view some of the graphs.. the polling will go awry...
any ideas?..
edit : might i add that the cpu processes isn't always 100%... it's spiky but it's average i would say is about 30-40% ?.. plus, if the polling is done concurrently one after another ( i set the processes to 1 ) - i'm sure serving one http connection with a few graph shouldn't matter that much right?...
Polling about 1200+ objects... it's fine on its own.
but when I log in via the web and view some of the graphs.. the polling will go awry...
any ideas?..
edit : might i add that the cpu processes isn't always 100%... it's spiky but it's average i would say is about 30-40% ?.. plus, if the polling is done concurrently one after another ( i set the processes to 1 ) - i'm sure serving one http connection with a few graph shouldn't matter that much right?...
Last edited by TPC on Sat Oct 09, 2004 4:24 pm, edited 1 time in total.
- silicon_freak
- Posts: 20
- Joined: Tue Nov 25, 2003 4:29 pm
- Location: Heath, Oh
- Contact:
On a PII 266 HP Netserver
I am pulling 177 Objects from 29 hosts in about 120 seconds using 5 processes of CMD.
-190MB Ram
-3Com 3C905tx NIC
-SCSI 3 10k HD
-Cacti Version 0.8.6b
-Fedore Core 2
-Latest Perl, PHP, MySQL
http://alphawatch.alink.com/graph_view. ... &tree_id=2
I am pulling 177 Objects from 29 hosts in about 120 seconds using 5 processes of CMD.
-190MB Ram
-3Com 3C905tx NIC
-SCSI 3 10k HD
-Cacti Version 0.8.6b
-Fedore Core 2
-Latest Perl, PHP, MySQL
http://alphawatch.alink.com/graph_view. ... &tree_id=2
silicon_freak
http://www.siliconworksinc.net
http://www.siliconworksinc.net
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
TPC,
There is a new version of Cactid (0.8.6c) available in CVS that should help with your script. I have increased the buffers for both input and output.
TheWitness
There is a new version of Cactid (0.8.6c) available in CVS that should help with your script. I have increased the buffers for both input and output.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Thanks TheWitness, I'll try it out and let you know if it solves my problem. I am just hoping it's not some dinky windows tcp connection limitting thingee though, cause that seems so much like it. Whenever I am connecting from a far away place and loading the graph seems to take awhile, the polling will definitely go awry while apache's serving me the images....
Quick one, what files are absolutely essential if I want to keep my polling database and settings ... i assume cacti.sql and all the stuff inside the rra directory and my own scripts are the only things that's important right? Am i missing anything else ? I'd hate to upgrade to lose 1200 objects
I'm also thinking about making a script to upload all my data to another PC to serve dedicated webpages(for some reason the ftp export-feature is giving me a 20kbps when using php ftp upload function on a local lan-gonna do some local speed test too to see if that's a network issue). I'm gonna copy the cacti directory across to another pc every few minutes, but only this time, don't schedule a polling program on that PC but just serve files.. (that's sorta like my last resort..)
cacti is great stuff.. i'm totally addicted..heh.
edit : okay i see 0.8.6c in the cvs but i am new to all these, don't quite know what to do with the .c files..hehehe.. i'll just wait for you guys to hit me up with a 0.8.6c.zip
edit again : didn't realise about the host availability settings.. gonna try some different ping/snmp/ping&snmp settings to see if it works better
Quick one, what files are absolutely essential if I want to keep my polling database and settings ... i assume cacti.sql and all the stuff inside the rra directory and my own scripts are the only things that's important right? Am i missing anything else ? I'd hate to upgrade to lose 1200 objects
I'm also thinking about making a script to upload all my data to another PC to serve dedicated webpages(for some reason the ftp export-feature is giving me a 20kbps when using php ftp upload function on a local lan-gonna do some local speed test too to see if that's a network issue). I'm gonna copy the cacti directory across to another pc every few minutes, but only this time, don't schedule a polling program on that PC but just serve files.. (that's sorta like my last resort..)
cacti is great stuff.. i'm totally addicted..heh.
edit : okay i see 0.8.6c in the cvs but i am new to all these, don't quite know what to do with the .c files..hehehe.. i'll just wait for you guys to hit me up with a 0.8.6c.zip
edit again : didn't realise about the host availability settings.. gonna try some different ping/snmp/ping&snmp settings to see if it works better
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Here is the latest version pre-built. Don't forget to install Cygwin.
TheWitness
TheWitness
- Attachments
-
- cactid_0.8.6c.zip
- Too big for one file. Source only included.
- (92.99 KiB) Downloaded 302 times
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
20 concurrent processes may be a little high. All based upon CPU. If you keep it to about 80% on both while polling with spikes to 100% you should be Ok. However, 20 does seem excessive. You should play with this setting to determine the optimal one.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 0 guests