It may not be a cron task started by the default frappe user. It may be one by another user or the root user. Try logging in as root and have a look again at the cron tasks it may have running.
Normally when I see this, it turns out to be āfail2banā running by some user and I have to track that down, but yours seems different.
You can also use the ātopā command to see all tasks taking up CPU time.
You might want to check your memory utilization, itās possible the server is swapping. Sometimes kswap daemon may use a lot of CPU if your server swaps heavily.
I am not understanding lot of words since I am not a system administrator so if you give steps it will be easy for me to understand what you are saying, thanks a lot for your help.
how to check and where ? I will give you a screenshot ā¦
how to check and where ? I will give you a screenshot ā¦
Do tail -f access.log
if you got rapid hits all the time while there are no active usersā¦then youāve got an issue. Especially if the hits are mostly resulting in failed response.
If you tail it and you donāt get like a whole bunch of hits per second then itās probably nothing. Looks like itās mostly you anyway.
Althoughā¦ youāve got xmlrpc.php too. Did you host this with wordpress as well? In this case you are sharing the load with wordpress. Itās possible that the one wasting resources is your wordpress as well.
Not sure what else you have installed. I would suggest installing ERPNext on a dedicated instance to isolate the performance problem. Better yet if you can separate the application and the database instance.