Repository: incubator-brooklyn Updated Branches: refs/heads/master 61b5d7052 -> e3553a1df
Updated sensors section Updated sensors section of Monitoring And Managing Applications document. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/57aa9dc2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/57aa9dc2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/57aa9dc2 Branch: refs/heads/master Commit: 57aa9dc235b23fe1d49c5c74fb9bdefa3466ac31 Parents: c2494dc Author: Chris Burke <[email protected]> Authored: Tue Oct 20 18:36:04 2015 +0100 Committer: Chris Burke <[email protected]> Committed: Wed Oct 21 14:04:31 2015 +0100 ---------------------------------------------------------------------- docs/guide/start/managing.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/57aa9dc2/docs/guide/start/managing.md ---------------------------------------------------------------------- diff --git a/docs/guide/start/managing.md b/docs/guide/start/managing.md index befe2ee..dbe0d4b 100644 --- a/docs/guide/start/managing.md +++ b/docs/guide/start/managing.md @@ -12,7 +12,7 @@ We can explore the management hierarchy of the application, which will show us t * My Web Cluster (A `BasicApplication`) * My DB (A `MySqlNode`) * My Web (A `ControlledDynamicWebAppCluster`) - * Cluster of JBoss7 Servers (A `DynamicWebAppCluster`) + * Cluster of TomcatServer (A `DynamicWebAppCluster`) * NginxController (An `NginxController`) @@ -48,8 +48,10 @@ Now click on the "Sensors" tab: these data feeds drive the real-time picture of the application. As you navigate in the tree at the left, you can see more targeted statistics coming in in real-time. -Explore the sensors and the tree to find a URL where the webapp we just deployed is running -and open that in a new tab. Quickly return to the "Sensors" tab and observe the requests-per-second sensor increase. +Explore the sensors and the tree to find the URL where the _NginxController_ for the webapp we just deployed is running. This can be found in '**My Web Cluster** -> **My Web** -> **NginxController** -> **_main.uri_**'. + +Quickly return to the **âBrooklyn JS REST clientâ** web browser +tab showing the "Sensors" and observe the '**My Web Cluster** -> **My Web** -> **Cluster of TomcatServer** -> **_webapp.reqs.perSec.last_**' sensor value increase.
