-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better app name, first draft of a readme and include a screenshot
- Loading branch information
1 parent
c5686ce
commit 9472b0e
Showing
3 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,57 @@ | ||
# Playing around with Maven | ||
# RabbitMQ Performance App | ||
|
||
## com.rabbitmq.tools | ||
I pulled it from this repo https://github.com/maxwellolmen/Bukkit I am not sure where the original came from | ||
A simple way to test the performance of your RabbitMQ Service | ||
|
||
This project uses the [RabbitMQ Performance Testing Tool]( https://github.com/rabbitmq/rabbitmq-perf-test/ ) to run benchmarks and to graph the results. I created a simple spring app that gives you an easy way to run benchmarks and graph results from the convenience of your browser! | ||
|
||
![Screenshot from the chrome](rmq-perf-app-screenshot.png) | ||
|
||
## Run the Web App Server | ||
|
||
### Command Line | ||
**Download rmq-perf-app.jar Release** | ||
``` | ||
java --jar rmq-perf-app.jar | ||
``` | ||
|
||
### Cloud Foundry | ||
``` | ||
cf push | ||
cf bind-service rabbitmq-perf-app | ||
cf restage rabbitmq-perf-app | ||
``` | ||
|
||
## Releases | ||
Download from the github releases page | ||
|
||
## Compile and Package | ||
**Have Maven and Java Installed** | ||
``` | ||
mvn install | ||
mvn package | ||
``` | ||
|
||
## How to Use | ||
You can find the WebApp at `<host>:8080/index.html` | ||
|
||
Enter a performance `Scenario config` and how you want to graph it `Graph Config` you can find the documentation for it from this repo: https://github.com/rabbitmq/rabbitmq-perf-test/blob/aeead278089125753268fc61ab91caa155220459/html/README.md | ||
|
||
## Report Bugs or Feature Requests | ||
Submit a github issue | ||
|
||
## Contribute | ||
Just submit a Pull Request :) | ||
|
||
## ToDo | ||
- Make http server ports configurable through CLI | ||
- unit/smoke/integration tests | ||
- web app | ||
- spring server | ||
- use better syntax highlight or fix syntax highlighter on keypress | ||
- redirect / to index.html | ||
- Better Errors | ||
- UI Display | ||
- Messages from server | ||
- Store results | ||
- export results | ||
- import results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.