Hello @8633,
I have taken a look at the report and the performance issues may be related to an extremely high number of request by a single IP:
-----------------------------------
Check performance issues: Count number of requests for the 10 most active IP addresses in the last 100.000 requests
-----------------------------------
Running: tail -n 100000 access_log | awk '{print $1}' | sort | uniq -c | sort -nr | head -n 10 | awk '{print $1}'
In: /opt/bitnami/apache2/logs/
Output:
99916
23
6
...
Could you follow our Deny Connections From Bots/Attackers Using Apache guide and check whether that behavior is expected? Apart from that, try restarting your VM's services:
sudo /opt/bitnami/ctlscript.sh restart