Skip to content

Instantly share code, notes, and snippets.

View jtuchscherer's full-sized avatar

Johannes Tuchscherer jtuchscherer

  • Boulder, Colorado
View GitHub Profile
@jtuchscherer
jtuchscherer / cc_varz.json
Created August 20, 2015 19:22
Output comparison between CC Varz and MetronAgent VarzShim
{
"vcap_sinatra": {
"recent_errors": [
],
"requests": {
"outstanding": 0,
"completed": 6
},
"http_status": {
@jtuchscherer
jtuchscherer / keybase.md
Created February 26, 2015 09:15
Keybase verification

Keybase proof

I hereby claim:

  • I am jtuchscherer on github.
  • I am jtuchscherer (https://keybase.io/jtuchscherer) on keybase.
  • I have a public key whose fingerprint is 41D0 5C25 066B 4AA2 653D B647 A229 C160 40BB F117

To claim this, I am signing this object:

package main
import (
"flag"
"fmt"
"os"
"os/exec"
"os/signal"
"sync"
)