Skip to content

Instantly share code, notes, and snippets.

View mccanne's full-sized avatar

Steve McCanne mccanne

View GitHub Profile
@mccanne
mccanne / README.md
Last active August 29, 2015 14:10
Frequency table test

A simple test of the frequency_table subgraph.

@mccanne
mccanne / README.md
Created December 7, 2014 21:10
Dice test

A simple juttle to test the dice_rolls subgraph

@mccanne
mccanne / README.md
Last active August 29, 2015 14:10
Emitter example

Simpler emitter example. Creates a flow of five points, one per second in real-time, with just a timestamp.

@mccanne
mccanne / main.juttle
Last active August 29, 2015 14:08 — forked from demmer/main.juttle
// main.juttle created 10-6-2014
demo cdn -from :15 minutes ago: -to :now:
-every :5 second: -period :2 seconds: -batch_size 250
| reduce count=count() by host,type,name
| @table