sitespeedio / sitespeed.io-docker

http://www.sitespeed.io
51 stars 19 forks source link

Siteapeed.io is not capturing any Metrics as expected #14

Closed bsandeepreddy closed 9 months ago

bsandeepreddy commented 7 years ago

I have sitespeed.io hosted on one of my Cloud servers running Red Hat Enterprise Linux Server release 7.3. I got sitespeed image through Docker and I have setup proxy that would establish the connectivity to get any images from the Docker Hub which confirms any network related impediments that would impact the usage. Now the issue is I have specified commands that I use to analyse any site but for some it would not Load the URL to get any metrics. Also looks like the containers get exited immediately I start it so that I can be assured that it is up and running(I may be wrong please correct me if I am - as I would be interested in learning more about this tool). Here are few screenshots representing my work. Also I am able to generate the results folder in which the metrics are blank. Please checkout the screenshot at the bottom confirming that.
sitespeed ioissuescreenshot

sitespeed ioissuescreenshot_2 sitespeed ioissuescreenshot_containerstatus_images sitespeed ioissuescreenshot_detailedresultsummary

soulgalore commented 7 years ago

Hi @bsandeepreddy thanks for the report. I think we had reports on problems on Red Hat before and that time it was with Chrome and that you need to run it no-sandbox but we adds that automatically now.

I would do like this:

  1. Test adding --privileged when you run docker run --shm-size=1g --privileged --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io --video --speedIndex https://YOURURL
  2. If that doesn't work, I would try with Firefox to see if it is Chrome related. Add -b firefox to your parameters to use Firefox.

Let me know what's the result!

Best Peter