Skip to content

Commit

Permalink
Update hystrix-dashboard/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Feb 11, 2013
1 parent 0386f83 commit 6d249cc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion hystrix-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ View the [Dashboard Wiki](https://github.com/Netflix/Hystrix/wiki/Dashboard) for

<img src="https://github.com/Netflix/Hystrix/wiki/images/dashboard-home.png">

# Run via Gradle

```
$ git clone [email protected]:Netflix/Hystrix.git
$ cd Hystrix/hystrix-dashboard
$ ../gradlew jettyRun
> Building > :hystrix-dashboard:jettyRun > Running at http://localhost:7979/hystrix-dashboard
```

Once running, open <a href="http://localhost:7979/hystrix-dashboard">http://localhost:7979/hystrix-dashboard</a>.


# Example

Example screenshot from iPad while monitoring Netflix API:

<center><img src="https://github.com/Netflix/Hystrix/wiki/images/hystrix-dashboard-netflix-api-example-iPad.png"></center>
<center><img src="https://github.com/Netflix/Hystrix/wiki/images/hystrix-dashboard-netflix-api-example-iPad.png"></center>

0 comments on commit 6d249cc

Please sign in to comment.