Whats this line from shell messages?

000

Well-Known Member
Jun 3, 2008
549
30
78
Hi.

I was running a sample "top -cU user"

And in some moment I have this line:

cpaneld - serving 186.85 --llu=1495429314 --listen=10,11,12,3,4,5,6,7,8,9 --accepted=13

what this means?

note:
when were this message appear,
now the command "top -cU user" show 0 process running by user.

What is accepted 13, etc...??


Thanks!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello,

"cpaneld" represents the cPanel service, and the process you posted shows that it's accepting a connection from someone accessing the service. The following third-party URL explains what the values in the "top" output represent:

top(1): tasks - Linux man page

Thank you.