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
ggreer@mon10:~$ ping 204.236.200.208 | |
PING 204.236.200.208 (204.236.200.208) 56(84) bytes of data. | |
^C | |
--- 204.236.200.208 ping statistics --- | |
8 packets transmitted, 0 received, 100% packet loss, time 7029ms | |
My traceroute [v0.75] | |
mon10.k1k.me (0.0.0.0) Sun Nov 14 01:19:00 2010 | |
Keys: Help Display mode Restart statistics Order of fields quit | |
Packets Pings |
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
TITLE='\[\e]0;\u@\h: \w\a\]' | |
GREEN_START='\[\e[32m\]' | |
WHITE_START='\[\e[0m\]' | |
YELLOW_START='\[\e[33m\]' | |
BLUE_START='\[\e[36m\]' | |
PS1="${TITLE}${GREEN_START}\u${WHITE_START}@${YELLOW_START}\h${WHITE_START}:${BLUE_START}\w${WHITE_START}\$ " |
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
https://gist.github.com/993801 |
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
[user] | |
name = Geoff | |
email = [email protected] | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[core] | |
editor = mate -w | |
[branch] |
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
<?xml version="1.0" encoding="utf8" standalone="yes"?> | |
<noit lockfile="/var/run/noitd.lock"> | |
<eventer> | |
<config> | |
<default_queue_threads>10</default_queue_threads> | |
<default_ca_chain>/opt/noit/etc/default-ca-chain.crt</default_ca_chain> | |
</config> | |
</eventer> | |
<logs> | |
<console_output> |
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
#!/bin/bash | |
for i in {0..5} | |
do | |
twistd --pidfile=/tmp/hprxy$i.pid -n helen_endpoint --helen-port=420$i --helen-thrift-port=430$i & | |
for j in {0..11} | |
do | |
/Users/ggreer/cloudkick/equus/src/equus --name test$i$j --endpoint 127.0.0.1 --endpoint-port 420$i & | |
done | |
done |
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
#!/bin/bash | |
for i in {0..5} | |
do | |
# twistd --pidfile=/tmp/hprxy$i.pid -n helen_endpoint --helen-port=420$i --helen-thrift-port=430$i & | |
for j in {0..11} | |
do | |
/Users/ggreer/cloudkick/equus/src/equus --name test$i$j --endpoint 127.0.0.1 --endpoint-port 420$i & | |
done | |
done |
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
#!/bin/bash | |
for i in {0..5} | |
do | |
# twistd --pidfile=/tmp/hprxy$i.pid -n helen_endpoint --helen-port=420$i --helen-thrift-port=430$i & | |
for j in {0..11} | |
do | |
/Users/ggreer/cloudkick/equus/src/equus --name test$i$j --endpoint 127.0.0.1 --endpoint-port 420$i & | |
done | |
done |
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
#!/bin/sh | |
twistd --pidfile=/tmp/helen_proxy.pid -n helen_proxy & | |
twistd --pidfile=/tmp/helen_endpoint.pid -n helen_endpoint & | |
twistd --pidfile=/tmp/helen_controller.pid -n helen_controller & |
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
Keyspace: ELE | |
Read Count: 0 | |
Read Latency: NaN ms. | |
Write Count: 5 | |
Write Latency: 0.059 ms. | |
Pending Tasks: 0 | |
Column Family: MonitoringZone | |
SSTable count: 2 | |
Space used (live): 9167 | |
Space used (total): 9167 |
OlderNewer