ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.
https://perfops.net/cli
288 stars 45 forks source link

Add timings to curl #35

Closed jimaek closed 6 years ago

jimaek commented 6 years ago

Example http://api.perfops.net/run/curl/dbc51da868deccb52f87480316968e5f

"timing": {
"total": "0.032436",
"dns": "0.016919",
"connect": "0.023506",
"ttfb": "0.032330"
},

We need to output this information when the user passes the -J parameter.