Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How am I suppose to know what's running?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How am I suppose to know what's running?

haphanhaphan Member
edited May 2012 in General

As title.
CPU usage is sorted desc

image

Comments

  • FranciscoFrancisco Top Host, Host Rep, Veteran
    edited May 2012

    given all of the pop3/etc, you're likely getting flooded by brutes.

    Francisco

  • haphanhaphan Member
    edited May 2012

    thanks @Francisco, but how do you explain the CPU utilization?

    btw, my.frantech.ca is down :3

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    Yes I know, I'm in the midst of updating the hardware ;)

    Francisco

  • A possibility is that there are enough processes spawned off (as a result of thebrute force flood) to push you over your physical RAM limit, and now the system is thrashing moving pages in and out of swap.

  • haphanhaphan Member

    @rajprakash said: A possibility is that there are enough processes spawned off (as a result of thebrute force flood) to push you over your physical RAM limit, and now the system is thrashing moving pages in and out of swap.

    Actually dovecot processes are not what I concern but the CPU usage. Htop reports 4 cores are maxed out while I see no process is using CPU at all hence my post here

  • KairusKairus Member
    edited May 2012

    @haphan said: Htop reports 4 cores are maxed out while I see no process is using CPU at all hence my post here

    What does regular top show?

  • DamianDamian Member

    What's the output of

    cat /proc/cpuinfo
    
  • yomeroyomero Member

    That sounds to me like heavy abusers in the same node.

  • haphanhaphan Member
    edited May 2012

    @Kairus said: What does regular top show?

    Pretty much the same.

    @Damian said: What's the output of

    [root@server scripts]# cat /proc/cpuinfo | grep GHz
    model name      : Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz
    model name      : Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz
    model name      : Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz
    model name      : Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz
    

    @yomero said: That sounds to me like heavy abusers in the same node.

    I lean toward this assumption but I just don't understand why htop reports usage of another container?

  • yomeroyomero Member
    edited May 2012

    @haphan said: I lean toward this assumption but I just don't understand why htop reports usage of another container?

    No, isn't another container. The CPU time that you are able to use is so small, then every proces that you run uses all the cpu.

    But is just a theory.
    I guess you already submitted a ticket or something

    What shows top in the row

    Cpu(s):  0.3%us,  0.2%sy,  0.0%ni, 99.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    

    ?

  • @haphan I wasn't saying that the processes that are spawned off themselves are using CPU, I was implying that the system itself is burning up CPU cycles paging in and out of swap to support those zombie'ish processes.

Sign In or Register to comment.