Admin
From Resin 3.0
Line 28: | Line 28: | ||
[[Image:Webapps-overview.png]] | [[Image:Webapps-overview.png]] | ||
+ | |||
+ | The deployment view of the webapp will show the deployment version for all servers in the cluster at once. | ||
[[Image:Webapp-deploy.png]] | [[Image:Webapp-deploy.png]] |
Revision as of 00:56, 15 October 2010
Administration Topics:
- Admin: Graphs
- Dynamic view of Resin's collected meters
- Admin: Health
- Resin's HealthCheck monitors the health of the Resin system every 5 minutes
- Admin: Heartbeat
- Admin: Load Balance
- Admin: Memory
- Admin: Ports
- Admin: Postmortem
- Admin: Profile
- Admin: Thread Dump
- Admin: WebApp
Memory
You can use the /resin-admin memory graphs for capacity planning or for postmortem analysis. If the memory usage varies considerably, you might be spending more time in garbage collection than necessary. If the memory is consistently low, or is low for an extended period of time, you might have a memory leak. The graphs will give you a starting point to determine what's happening in your system.
WebApp
The /resin-admin WebApp page gives an overview of all your deployed web-apps, and version deployment across the cluster. You can quickly check on the health of a WebApp and verify that all servers in your cluster are running the same version of the webapp.
The deployment view of the webapp will show the deployment version for all servers in the cluster at once.