• Hi, took a snapshot using the one wp migration plugin and when installed on same type Digital ocean vps, the cpu bar stays 100% deactivate/active didn’t help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iSaumya

    (@isaumya)

    Hi @cognaccola,
    Can you run the following command in your server terminal and check what you see:
    shell code: https://pastebin.com/QvpXFYtN

    Unfortunately sharing the shellcode here is breaking the code. Else you can copy the code from wp-server-starts.php line no 609.

    • This reply was modified 4 years, 1 month ago by iSaumya.
    • This reply was modified 4 years, 1 month ago by iSaumya.
    • This reply was modified 4 years, 1 month ago by iSaumya.
    Thread Starter cognaccola

    (@cognaccola)

    echo $((ps aux|awk 'NR > 0 { s +=$3 }; END {print s}'| cut -d . -f 1 / cat /proc/cpuinfo | grep cores | grep -o '[0-9]' | wc -l))

    returned a 11 first run
    second run a 7

    Plugin Author iSaumya

    (@isaumya)

    Hi @cognaccola,
    If that is the case then the CPU load data should also change. Is it still at 100%?
    Can you check your browser console to see if you see any errors there?

    Thread Starter cognaccola

    (@cognaccola)

    Doesn’t work, works on my other site/server, but this one uses easyengine.io and maybe something’s missing or conflicting

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CPU constant 100% after migration’ is closed to new replies.