Skip to content

Instantly share code, notes, and snippets.

@aphyr
Created February 1, 2013 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aphyr/4688119 to your computer and use it in GitHub Desktop.
Save aphyr/4688119 to your computer and use it in GitHub Desktop.
Riemann-bench session
aphyr@waterhouse:~/riemann-bench master$ lein run ~/riemann 732a6e8986f75c638c30b5f406ba22fa4afcb15d master
Compiling riemann-bench.core
Compiling riemann-bench.core
$ git ls-files --other --exclude-standard :dir /home/aphyr/riemann
$ git symbolic-ref --short HEAD :dir /home/aphyr/riemann
master
$ git stash save schadenfreude :dir /home/aphyr/riemann
No local changes to save
$ git checkout 732a6e8986f75c638c30b5f406ba22fa4afcb15d :dir /home/aphyr/riemann
Note: checking out '732a6e8986f75c638c30b5f406ba22fa4afcb15d'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 732a6e8... Shut down UDP worker pool at server stop.
On version 732a6e8986f75c638c30b5f406ba22fa4afcb15d
Waiting for server...
Compiling 2 source files to /home/aphyr/riemann/target/classes
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
Compiling riemann.bin
Compiling riemann.bin
INFO [2013-01-31 14:47:22,198] main - riemann.bin - PID 10441@waterhouse
INFO [2013-01-31 14:47:22,412] clojure-agent-send-off-pool-2 - riemann.transport.websockets - Websockets server 127.0.0.1 5556 online
Server ready.
INFO [2013-01-31 14:47:22,412] clojure-agent-send-off-pool-0 - riemann.transport.udp - UDP server 127.0.0.1 5555 16384 online
INFO [2013-01-31 14:47:22,412] clojure-agent-send-off-pool-1 - riemann.transport.tcp - TCP server 127.0.0.1 5555 online
INFO [2013-01-31 14:47:22,419] main - riemann.core - Hyperspace core online
[1510/100000 ]37100.0
[4910/100000 ███ ]76220.0
[10510/100000 ██████ ]107280.0
[16510/100000 ██████████ ]121675.2
[22710/100000 ██████████████ ]124058.0
[28810/100000 ██████████████████ ]122286.8
[34910/100000 ██████████████████████ ]118867.2
[40910/100000 ██████████████████████████ ]120163.2
[46610/100000 ██████████████████████████████ ]114149.6
[52310/100000 ██████████████████████████████████ ]114220.0
[58010/100000 █████████████████████████████████████ ]115776.6
[64010/100000 █████████████████████████████████████████ ]122120.0
[70510/100000 █████████████████████████████████████████████ ]123823.4
[76410/100000 █████████████████████████████████████████████████ ]123047.8
[82804/100000 █████████████████████████████████████████████████████ ]118793.8
[88004/100000 █████████████████████████████████████████████████████████ ]104318.4
[93104/100000 ████████████████████████████████████████████████████████████ ]101759.6
[98004/100000 ███████████████████████████████████████████████████████████████ ]98737.8
[100000/100000 ████████████████████████████████████████████████████████████████]
Server exited with 143
$ git checkout master :dir /home/aphyr/riemann
Previous HEAD position was 732a6e8... Shut down UDP worker pool at server stop.
Switched to branch 'master'
On version master
Waiting for server...
Compiling 2 source files to /home/aphyr/riemann/target/classes
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
Compiling riemann.bin
Compiling riemann.bin
INFO [2013-01-31 14:49:26,106] main - riemann.bin - PID 10819@waterhouse
Server ready.
INFO [2013-01-31 14:49:26,305] clojure-agent-send-off-pool-1 - riemann.transport.tcp - TCP server 127.0.0.1 5555 online
[0/100000 ]INFO [2013-01-31 14:49:26,311] clojure-agent-send-off-pool-0 - riemann.transport.udp - UDP server 127.0.0.1 5555 16384 online
INFO [2013-01-31 14:49:26,311] clojure-agent-send-off-pool-2 - riemann.transport.websockets - Websockets server 127.0.0.1 5556 online
INFO [2013-01-31 14:49:26,315] main - riemann.core - Hyperspace core online
[3310/100000 ██ ]78629.6
[11910/100000 ███████ ]170793.8
[22210/100000 ██████████████ ]206604.0
[32710/100000 █████████████████████ ]208872.8
[43310/100000 ████████████████████████████ ]211395.2
[54210/100000 ███████████████████████████████████ ]215060.2
[64810/100000 ██████████████████████████████████████████ ]216426.0
[73610/100000 ███████████████████████████████████████████████ ]212358.4
[83310/100000 ██████████████████████████████████████████████████████ ]195121.2
[93110/100000 ████████████████████████████████████████████████████████████ ]198362.6
[100000/100000 ████████████████████████████████████████████████████████████████]
Server exited with 143
$ git checkout master :dir /home/aphyr/riemann
Already on 'master'
aphyr@waterhouse:~/riemann-bench master$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment