Skip to content

Instantly share code, notes, and snippets.

View ggreer's full-sized avatar

Geoff Greer ggreer

View GitHub Profile
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
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}\$ "
https://gist.github.com/993801
[user]
name = Geoff
email = geoff@cloudkick.com
[color]
diff = auto
status = auto
branch = auto
[core]
editor = mate -w
[branch]
<?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>
#!/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
#!/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
#!/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
#!/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 &
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