Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a local Lighthouse gatherer #15

Open
jonchenn opened this issue Sep 24, 2020 · 2 comments
Open

Create a local Lighthouse gatherer #15

jonchenn opened this issue Sep 24, 2020 · 2 comments

Comments

@jonchenn
Copy link
Collaborator

Add a gatherer that can run local lighthouse with CLI and parse metrics.

@dvelasquez
Copy link

dvelasquez commented Jan 13, 2021

Very interesting project indeed. Do you think that this feature could support remote Lighthouse instances? Let me elaborate a little more:

At work, we have pages that are heavy localised and have a lot of traffic from specific countries, for example:

  • Austria
  • Hungary
  • Belarus
  • Italy

Several of this countries don't have a big cloud provider (Amazon|Google Cloud|Azure) in the same country, and some of them have very specific network topologies which makes testing outside their country very difficult (Belarus specially).

So for now we have been shipping Lighthouse in a docker container and every country is running it in the infrastructure that they have.

Could we mount a Lighthouse Server that accept connections from AutoWebPerf so, instead of connect to PSI or WebPageTest, this can connect to a hosted Lighthouse server with the CLI?

@gilbertococchi
Copy link
Collaborator

Hi Danilo, yes this feature should allow to run AutowebPerf in a docker with a local lighthouse CLI command to execute the Performance test from that particular location where the Docker is hosted/located.

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

No branches or pull requests

3 participants