Skip to content

Instantly share code, notes, and snippets.

@sdstrowes
Created July 26, 2018 08:41
Show Gist options
  • Save sdstrowes/0f78cbcbb5737761f8391401caf0b868 to your computer and use it in GitHub Desktop.
Save sdstrowes/0f78cbcbb5737761f8391401caf0b868 to your computer and use it in GitHub Desktop.
$ curl -s 'https://atlas.ripe.net/api/v2/measurements/15393453/results/?format=json' | jq '.'
[
{
"from": "2a02:a210:20c3:91f1:6666:b3ff:feb0:f004",
"fw": 4940,
"group_id": 15393453,
"lts": 21,
"msm_id": 15393453,
"msm_name": "HTTPGet",
"prb_id": 14277,
"result": [
{
"af": 6,
"bsize": 4210,
"dst_addr": "2001:d98:e001::2",
"hsize": 131,
"method": "GET",
"readtiming": [
{
"o": 0,
"t": 504.64661
},
{
"o": 1408,
"t": 505.953095
},
{
"o": 2816,
"t": 506.47339
},
{
"o": 4368,
"t": 506.74511
}
],
"res": 200,
"rt": 506.815385,
"src_addr": "2a02:a210:20c3:91f1:6666:b3ff:feb0:f004",
"ttc": 251.881405,
"ttfb": 504.611765,
"ttr": 0.144475,
"ver": "1.1"
}
],
"stored_timestamp": 1532594174,
"timestamp": 1532593964,
"type": "http",
"uri": "http://sg-sin-as18106.anchors.atlas.ripe.net:80/4096"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment