problem after upgrade to version 0.8.6h

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
dcom
Posts: 2
Joined: Wed Feb 01, 2006 6:08 pm

problem after upgrade to version 0.8.6h

Post by dcom »

Hi

After i upgrade to version 0.8.6h the load of my linux server is on 100.100.100, and the server gets overloaded.

If i run a ps aux i can see this:

root 29426 0.2 3.9 13208 10136 ? S 17:50 0:08 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 7234 0.2 4.4 14372 11312 ? S 18:00 0:07 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 24407 0.2 3.9 13200 10128 ? S 18:10 0:05 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 1913 0.2 3.9 13192 10124 ? S 18:15 0:04 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
mysql 24935 0.3 6.8 58692 17616 ? S 18:19 0:02 /usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --u
root 5921 0.2 3.9 13208 10120 ? S 18:25 0:03 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 12366 0.2 3.9 13232 10132 ? S 18:30 0:02 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 32012 0.4 3.9 13232 10128 ? S 18:40 0:01 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 22629 2.4 3.9 13200 10124 ? S 18:45 0:01 /usr/local/bin/php -q /home/status/public_html/cacti/cmd.php 0 60
root 9700 14.0 0.8 2944 2264 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 10.254.254.22:161 .1.3.6.1.2.1.1.
root 2989 16.3 0.8 2852 2200 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 10.254.254.31:161 .1.3.6.1.2.1.2.
root 26812 14.6 0.8 2852 2196 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 2c -t 1 -r 3 195.18.177.34:161 .1.3.6.1.2
root 18662 20.0 0.8 2840 2180 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 213.239.86.41:161 .1.3.6.1.2.1.1.
root 21419 18.0 0.8 2832 2172 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 10.254.254.20:161 .1.3.6.1.2.1.2.
root 1110 16.5 0.8 2808 2148 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 2c -t 1 -r 3 10.10.5.11:161 .1.3.6.1.2.1.1.3.
root 1256 19.0 0.8 2756 2092 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 10.254.254.24:161 .1.3.6.1.2.1.2.
root 32443 0.0 0.5 2860 1436 pts/0 R 18:45 0:00 ps aux
root 17807 0.0 0.7 2704 2044 ? R 18:45 0:00 /usr/local/snmp/bin/snmpget -O fntev -c -v 1 -t 1 -r 3 10.254.254.23:161 .1.3.6.1.2.1.2.

Why get i this problem? Anywone else who has the same problem after upgrade? Running the CMD to poll the graphs..

Kent
grodno5
Posts: 36
Joined: Fri Feb 18, 2005 12:49 pm
Location: US/PA
Contact:

slowness problem &problems with graphs after upgrade to

Post by grodno5 »

i have same problem. updated to "h" release few days ago. Plus, i have some problems with graphs (no graphs label and comments under the graph. Instead of comments under graph is just a dot
Attachments
graph.JPG
graph.JPG (15.56 KiB) Viewed 1197 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

The graph labels thingy is due to the lack of the default font definition in Settings->Paths and Settings->Visual. The system load issue will need to be evaluated a bit more. Look definately like cmd.php is running too long and overlapping with other instanced of it. This should not happen BTB. Do you have multiple crons of "php poller.php" created?

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?
dcom
Posts: 2
Joined: Wed Feb 01, 2006 6:08 pm

reply

Post by dcom »

Hi

Here is the output of the cron file:

0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/php /home/status/public_html/cacti/poller.php

What you mean with BTB?

Kent
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Short for "By The By", sort of like saying "Oh, by the way...".

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?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests