Actuator is a fast, lightweight, and privacy-focused developer tool designed for backend engineers, DevOps, and system administrators to monitor Spring Boot applications directly from your mobile device.
Simply enter your application's Actuator base URL to instantly view, inspect, and analyze system metrics, health statuses, environment configurations, and diagnostic endpoints on the go.
KEY FEATURES
• Comprehensive Endpoint Inspection
Access and browse Spring Boot Actuator endpoints, including:
* /health: View system status, disk space, and custom health indicators.
* /info: Check build information and git details.
* /env: Inspect environment properties and active profiles.
* /metrics: Monitor memory usage, HTTP requests, and thread pools.
* /beans: Browse registered Spring beans.
* /mappings: Inspect request mappings and controller paths.
• Fast JSON Viewer
Clean, readable formatting for raw JSON payloads with collapsible views for easy navigation.
• Easy Sharing
Collaborate with your team instantly. Share endpoint JSON responses using the default Android sharing menu.
• Privacy & Local Processing
No account creation required. Actuator endpoints are queried directly from your device. Your API URLs and server responses are never routed through or stored on external servers.
WHO IS THIS FOR?
• Java & Kotlin Developers needing to quickly check deployment status.
• DevOps Engineers monitoring live environment configurations.
• QA Engineers validating API mappings and environment properties.
GETTING STARTED
1. Ensure your Spring Boot application exposes the desired Actuator endpoints.
2. Enter your base URL (e.g., [https://your-domain.com/actuator](https://www.google.com/search?q=https://your-domain.com/actuator)).
3. Instantly browse health metrics and diagnostics.
Note: Actuator is an independent client tool designed to interface with standard Spring Boot Actuator endpoints. It is not officially affiliated with or endorsed by Broadcom, Pivotal Software, or VMware.
Monitor Spring Boot projects in real-time.