kabay yes it is - here's the script for reference
How many users are currently on your server, and what are the total CPU/RAM specs?
opencli docker-collect_stats --all runs via cron every hour to update disk/CPU/RAM stats shown to users. You can adjust this in OpenAdmin → Advanced → Cron Jobs:
https://openpanel.com/docs/admin/advanced/crons/
For example, you can reduce the frequency to once every 4 hours or if it's your private server (no other users) you don't really need the stats at all, so you can edit the schedule to run once per day only during off-peak hours.
I've now also updated the script so it no longer processes all users in full parallel. It now limits concurrency to 2 × number_of_CPU_cores (so on a 2-core server, up to 4 users are processed at the same time).
Update with:
opencli update --cli
Then check whether it improves performance in your setup.