• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Many processes

Azurel

Silver Pleskian
Can anybody help me here?

OS CentOS 6.5 (Final)
Panel version 11.5.30 Update #47, last updated at June 10, 2014 05:39 AM

How I can identiy this process problem?

processes-week.png

processes-year.png

Since may the processes gone wild ^^

In this way I obtain the list of the ten oldest processes:
# ps -elf | sort -r -k12 | head -n 10
F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
5 S nginx 24504 24503 3 80 0 - 12496 ep_pol Jun22 ? 1-00:52:18 nginx: worker process
1 S root 24503 1 0 80 0 - 11559 rt_sig Jun22 ? 00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
5 S 502 13754 13753 0 80 0 - 11819 ep_pol Jun20 ? 00:00:04 sw-cp-server: worker process
1 S root 13753 1 0 80 0 - 11342 rt_sig Jun20 ? 00:00:00 sw-cp-server: master process /usr/sbin/sw-cp-serverd -c /etc/sw-cp-server/config
4 S root 3886 1 0 80 0 - 1016 n_tty_ Jun11 tty6 00:00:00 /sbin/mingetty /dev/tty6
4 S root 3884 1 0 80 0 - 1016 n_tty_ Jun11 tty5 00:00:00 /sbin/mingetty /dev/tty5
4 S root 3882 1 0 80 0 - 1016 n_tty_ Jun11 tty4 00:00:00 /sbin/mingetty /dev/tty4
4 S root 3880 1 0 80 0 - 1016 n_tty_ Jun11 tty3 00:00:00 /sbin/mingetty /dev/tty3
4 S root 3878 1 0 80 0 - 1016 n_tty_ Jun11 tty2 00:00:00 /sbin/mingetty /dev/tty2


EDIT:

# snmpwalk -v 2c localhost -c public hrSystemProcesses.0
HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 410

# ps -ea | wc -l
406

#ps auxf | grep '/usr/local/php-5.5.6/bin/php-cgi'

10006 16022 0.0 0.0 366300 18892 ? S Jul13 0:01 /usr/local/php-....
10006 16024 0.0 0.0 365992 18828 ? S Jul13 0:04 /usr/local/php-...
10006 16026 0.0 0.0 365468 18484 ? S Jul13 0:04 /usr/local/php-...
10006 16028 0.0 0.0 364976 17216 ? S Jul13 0:00 /usr/local/php-...

I understand this correct... the process running 0-4s, finished and was not killed and its now a ghost process?
 
Last edited:
Back
Top