Skip to content

Instantly share code, notes, and snippets.

@tamirko
Last active June 19, 2016 10:05
Show Gist options
  • Select an option

  • Save tamirko/692aa7728ecc72ac5dadad2c7ff34e82 to your computer and use it in GitHub Desktop.

Select an option

Save tamirko/692aa7728ecc72ac5dadad2c7ff34e82 to your computer and use it in GitHub Desktop.
Run The XAP Benchmark
#! /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