Re: Nagios performance trouble
Posted: Tue Sep 18, 2012 2:59 pm
Good so far. I'll know if this helped after the overnight and will follow up tomorrow. Thanks much!
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
[root@psm-itmon nagios]# ps aux | grep " [D]"
root 379 0.0 0.0 0 0 ? D Sep18 0:11 [pdflush]
root 2347 0.0 0.0 0 0 ? D< Sep18 0:12 [kjournald]
nagios 4638 0.3 0.0 32148 5488 ? Dsl Sep18 3:59 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 22739 0.6 0.3 181144 25448 ? D 08:16 0:00 /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php
postgres 22749 0.0 0.0 122116 4528 ? D 08:16 0:00 postgres: nagiosxi nagiosxi 127.0.0.1(43855) UPDATE
Code: Select all
# vmstat 5 10
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 5 0 2834376 335516 3526244 0 0 7 56 64 79 5 1 76 17 0
0 9 0 2728628 335536 3526256 0 0 0 317 1194 718 5 1 42 52 0
1 8 0 2724828 335536 3526256 0 0 0 30 1137 308 0 0 37 62 0
1 5 0 2696412 335540 3526268 0 0 0 178 1040 247 4 1 51 44 0
2 3 0 2682372 335544 3524816 0 0 0 550 1200 166 2 0 78 20 0
0 3 0 2714128 335548 3524824 0 0 0 358 1160 413 3 0 82 15 0
0 4 0 2713416 335548 3526184 0 0 0 95 1030 123 0 0 65 35 0
0 4 0 2713936 335548 3526272 0 0 0 87 1039 104 0 0 52 48 0
0 5 0 2698404 335548 3526272 0 0 0 10 1029 117 1 0 73 26 0
0 5 0 2683616 335548 3526272 0 0 0 63 1023 117 1 0 62 37 0
Code: Select all
# pvdisplay
/dev/hda: open failed: No medium found
--- Physical volume ---
PV Name /dev/cciss/c0d1p2
VG Name VolGroup01
PV Size 136.65 GB / not usable 25.47 MB
Allocatable yes (but full)
PE Size (KByte) 32768
Total PE 4372
Free PE 0
Allocated PE 4372
PV UUID bKyLqd-hfCd-sm5R-ZfF9-ldKH-MTAz-P4Cd4a
--- Physical volume ---
PV Name /dev/cciss/c0d0p2
VG Name VolGroup00
PV Size 68.23 GB / not usable 12.63 MB
Allocatable yes (but full)
PE Size (KByte) 32768
Total PE 2183
Free PE 0
Allocated PE 2183
PV UUID xqy328-hjvL-N7fs-8z18-FrQu-Tqpr-8sdYka
Code: Select all
# fdisk -l
Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes
255 heads, 32 sectors/track, 35132 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d1p1 * 1 13 50781 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/cciss/c0d1p2 13 35132 143287778+ 8e Linux LVM
Partition 2 does not end on cylinder boundary.
Code: Select all
tail /var/log/mysqld.logCode: Select all
# tail /var/log/mysqld.log
120919 9:08:00 InnoDB: Starting shutdown...
120919 9:08:01 InnoDB: Shutdown completed; log sequence number 0 43655
120919 9:08:01 [Note] /usr/libexec/mysqld: Shutdown complete
120919 09:08:01 mysqld ended
120919 09:36:33 mysqld started
120919 9:36:33 InnoDB: Started; log sequence number 0 43655
120919 9:36:33 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.77' socket: '/usr/local/var/lib/mysql/mysql.sock' port: 3306 Source distribution