Skip to content

Instantly share code, notes, and snippets.

View mccanne's full-sized avatar

Steve McCanne mccanne

View GitHub Profile
license: gpl-3.0
@mccanne
mccanne / .block
Last active May 26, 2020 02:15
demo of zar/zq graph query
license: gpl-3.0
% zq -Z "sample" zed-sample-data/zng/*.gz
{
sample: {
_path: "conn",
ts: 2018-03-24T17:15:21.255387Z,
uid: "C8Tful1TvM3Zf5x8fl" (bstring),
id: {
orig_h: 10.164.94.120,
orig_p: 39681 (port=(uint16)),
@mccanne
mccanne / main.go
Last active July 17, 2022 23:19
Zed/JSON Marshaling Perf Test
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"math/rand"
"time"