Last active
June 19, 2016 10:05
-
-
Save tamirko/692aa7728ecc72ac5dadad2c7ff34e82 to your computer and use it in GitHub Desktop.
Run The XAP Benchmark
This file contains hidden or 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
| #! /bin/bash | |
| export XAP_NIC_ADDRESS=$1 | |
| export XAP_LOOKUP_LOCATORS=$1 | |
| cd /tmp/xap/gigaspaces-xap-premium-11.0.0-ga/tools/benchmark/bin/ | |
| ./run.sh -clean -url jini://${XAP_LOOKUP_LOCATORS}:4174/benchmarkSpace_container1/benchmarkSpace | |
| exit | |
| # To Run this from remote, use the following command : | |
| # curl -s FULL_URL_OF_THE_RAW_VERSION_OF_THIS_SCRIPT | bash /dev/stdin IP_ADDRESS_OF_THE_XAP_MANAGEMENT_VM | |
| # e.g. : | |
| # curl -s https://gist.githubusercontent.com/tamirko/692aa7728ecc72ac5dadad2c7ff34e82/raw/c2a3083024e37c7f7bf7196313813acb1957cd02/runTheXapBenchmark.sh | bash /dev/stdin 192.168.0.55 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment