It was just to show you, now Real Time Cpu Load is at 27%, but some time ago was about 45%…
This plugin shows real time usage, so it is normal because the loads doesn’t stay same for very long time, as the load changes in the server, the plugin shows the recent load.
I take a look at status, and found that what is causing this loads looks like to be /wp-admin/admin-ajax.php
To constantly updating any data on the webpage without reloading it, the scripting that is used called Ajax. If you don’t know what ajax is, you can read it here: https://en.wikipedia.org/wiki/Ajax_(programming)
Now unlike general webpage, wordpress handles each ajax request via admin-ajax.php
that is why it shows up.
at some post on internet, people talk about Heartbeat api
This is a very old news and both wordpress core and almost all apps has been patched for this bug. Also my app doesn’t have this vulnerability either.
Verdict:
My plugin just calls a hand few basic shell commands to the server via ajax after certain milliseconds. This should not increase any server load (tested in more than 50 quality servers & VPS). If you see high cpu load in your server, then either your server doesn’t have quality hardware/ it is overloaded or there is some problem with your server configuration/security (as said before). So, I will highly recommend you to hire a knowledgeable server admin to take a look at your server (in case you have VPS or Dedicated Server).
My plugin just shows the condition of your server, but plugin doesn’t increase your server load.
Hope this helps ??