• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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