I have seen several Java web application projects adding some JSP or servlet to visualize status information such as:
- JVM info (version, free memory, PermGen statistics, etc.)
- System status (OS, username, system time, locale, encoding, environment variables, etc.)
- App status (custom...)
Do you know if there is any interesting reusable code that one could add to his/her web projects?
If there is any open-source project out there, we could use it and also contribute with more features (i.e. in our case we'd love also to retrieve the Spring context to generate a report about each bean's configuration).
Thanks,