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
| import json | |
| from urllib2 import urlopen | |
| import socket | |
| UDP_ADDRESS = "carbon.hostedgraphite.com" | |
| UDP_PORT = 2003 | |
| RIAK_STATS_URL='http://localhost:11098/stats' | |
| HG_API_KEY='YOUR_API_KEY' |
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
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>bootp_enabled</key> | |
| <false/> | |
| <key>detect_other_dhcp_server</key> | |
| <integer>1</integer> | |
| <key>dhcp_enabled</key> | |
| <array> | |
| <string>en3</string> |
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
| for x in {1..10000};do curl -v -X PUT -H 'Content-type: text/text' -d "This is some data $x" http://127.0.0.1:11098/riak/test/$x; done |
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
| git@github.com:simonvc/riak-dev-cluster.git | |
| rake bootstrap |
NewerOlder