Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Third party CPU usage data not visible in Dashboard #43

Closed
kissifrot opened this issue Oct 21, 2021 · 5 comments
Closed

Third party CPU usage data not visible in Dashboard #43

kissifrot opened this issue Oct 21, 2021 · 5 comments

Comments

@kissifrot
Copy link

kissifrot commented Oct 21, 2021

Hello,

I enabled --thirdParty.cpu when running sitespeed.io, but on the dashboard, in the CPU time spent per tool/domain - enable using --thirdParty.cpu [Chrome only] section, I only have empty data, even if I have (sporadic) data in graphite.

Target aliasByNode($base.$path.$testname.pageSummary.$group.$page.$browser.$connectivity.thirdparty.tool.*.cpu, 10) looks okay though 🤔

Capture d’écran du 2021-10-21 09-25-28

@soulgalore
Copy link
Member

Hi @kissifrot yep that query looks correct, hmm let me check if I have it turned on in any tests so I can see if it works for me.

soulgalore added a commit to sitespeedio/dashboard.sitespeed.io that referenced this issue Oct 21, 2021
@soulgalore
Copy link
Member

I turned it on for one of the tests it runs and yes it seems to be broken, let me have a look this weekend.

@soulgalore
Copy link
Member

Hmm the result is in the HTML but it looks like it's never pushed to Graphite, I need to dig into it.

@soulgalore
Copy link
Member

Ok, the default dashboard that we ship is broken, I'm gonna update that to the next release. Your query should be:

$base.$path.$testname.pageSummary.$group.$page.$browser.$connectivity.thirdparty.tool.*.cpu.median

When I fixed it looks like this on our test server:
Screenshot 2021-10-24 at 15 13 09

@kissifrot
Copy link
Author

Thanks for the fix! (and sorry for the late reply)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants