boost_server.php consumes 99% cpu
Moderators: Developers, Moderators
Nevermind, I see in your log similar messages do exist. Checkout the last 2 pages of http://forums.cacti.net/viewtopic.php?t=18430 for a way to restart the boost server if/when it dies.khufure wrote:What version of boost? You should be using the Subversion one. Latest stable (1.7) is not really usable.
Are there any messages about boost around the 2006 errors? E.g.Code: Select all
ERROR: Timeout detected. Boost server is down. Contact support immediately!!
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I would make it an inittab process.
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?
Ok. We turned the multiprocess server back on to help write the RRDs faster when the boost poller runs every hour (which we have to force). It seems that the mysql errors (the 2006 error) was being caused by boost getting backed up. We have also increased the allowed run time of boost so it has enough time to write to the RRDs. The last time boost ran, it took close to 1400 seconds. My next question is: why didn't the poller time decrease when we installed boost?
SYSTEM STATS: Time:265.0897 Method:spine Processes:15 Threads:15 Hosts:1025 HostsPerProcess:69 DataSources:120435 RRDsProcessed:0
Thanks,
SYSTEM STATS: Time:265.0897 Method:spine Processes:15 Threads:15 Hosts:1025 HostsPerProcess:69 DataSources:120435 RRDsProcessed:0
Thanks,
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Please provide some details from the Tech Support page. Only the counts of what is being polled, I don't care about the various PHP modules and their settings, besides, you shouldn't post that here anyway.
The reason that the polling time went down in general is that you don't have to wait on Disk I/O.
The solution to your problem is multi-fold. We can discuss that more when I have additional information from you.
TheWitness
The reason that the polling time went down in general is that you don't have to wait on Disk I/O.
The solution to your problem is multi-fold. We can discuss that more when I have additional information from you.
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?
Code: Select all
Technical Support
[b]General Information [/b]
Date Fri, 10 Oct 2008 09:27:10 -0500
Cacti Version 0.8.7b
Cacti OS unix
SNMP Version net-snmp
RRDTool Version RRDTool 1.2.x
Hosts 1387
Graphs 40447
Data Sources:
Script/Command: 2
SNMP: 2932
SNMP Query: 39000
Script - Script Server (PHP): 4
Script Query - Script Server: 124
Total: 42062
[b]Poller Information [/b]
Interval 300
Type spine
Items:
Action[0]: 120219
Action[1]: 2
Action[2]: 252
Total: 120473
Concurrent Processes 15
Max Threads 15
PHP Servers 10
Script Timeout 45
Max OID 20
Last Run Statistics Time:251.7290 Method:spine Processes:15 Threads:15 Hosts:1035 HostsPerProcess:69 DataSources:120471 RRDsProcessed:0
- Attachments
-
- Why didn't the poller time decrease when we installed boost?
- pollerRuntime.JPG (26.75 KiB) Viewed 7007 times
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Could be rrdtool segmentation faults causing the race condition. Try going using cacti 0.8.7c-beta1 and see if the problem is resolved.
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?
rrdtool-1.3.x will segfault. you could try 1.2.27 or 1.2.28G (or whatever they are calling the version with the font patch).dononeil wrote:I can't just 'try going to beta' code to see if this fixes the problem without some more specific indications as to where the problem is coming from.
I could however upgrade to the latest RRDtool if you think that would make a difference.
Who is online
Users browsing this forum: No registered users and 3 guests