sitespeedio / coach

Clear Eyes. Full Hearts. Can’t Lose.
MIT License
1.21k stars 64 forks source link

What is the best tool to visualize this data for now #30

Closed softwareklinic closed 8 years ago

soulgalore commented 8 years ago

There's no super good way today except looking in the JSON.

Either you can use the bookmarklet and check the console, then it's at least ok to check things (but you miss the advice from the HAR).

Else you can use https://stedolan.github.io/jq/ to parse the JSON and get the values you want.

tobli commented 8 years ago

Before too long Sitespeed 4 (still early in development) will be available to try out. With that you'll be able to push data to graphite, which will allow for powerful graphing, e.g. using Grafana.

soulgalore commented 8 years ago

Hey @softwareklinic I've pushed #43 that makes the output from the CLI easier to understand. Still need some fixes but it is at least readable.

softwareklinic commented 8 years ago

Cool will check it out

Sent from my iPhone

On Mar 19, 2016, at 1:57 PM, Peter Hedenskog notifications@github.com<mailto:notifications@github.com> wrote:

Hey @softwareklinichttps://github.com/softwareklinic I've pushed #43https://github.com/sitespeedio/coach/issues/43 that makes the output from the CLI easier to understand. Still need some fixes but it is at least readable.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHubhttps://github.com/sitespeedio/coach/issues/30#issuecomment-198766252

soulgalore commented 8 years ago

closing this now, the cli table output is nice.