Monitor Server Size In Real Time

0
Hi, I would like to ask how can we monitor the server size anytime on how much we have utilized and how much space left?
asked
1 answers
0

Check this page: https://docs.mendix.com/howto/monitoring-troubleshooting/manage-app-performance

Most of these external tools when deployed together with Mendix, is capable of giving you more information (probably also disk space).

For one of my customer, I have developed a simple custom java action, that will return disk space. So, when we need to know the disk space that is available for that app, we can simply login in to that app and see that from a page, by executing a MF which calls the java action. See below

answered