Hi, I'm wondering how to see how many byte does each of my application take?
I can't find any of this information in admin panel.
Thank you
pixelstudio log on to your server via SSH as your apps' shell user and run the following command:
du -sh ~/apps/*
The output will be the total storage used in each app directory.
Hope this helps 🙂