GoogleCloudPlatform / PerfKitExplorer

PerfKit Explorer is a dashboarding and performance analysis tool built with Google technologies and easily extensible. PerfKit Explorer is licensed under the Apache 2 license terms. Please make sure to read, understand and agree to the terms of the LICENSE and CONTRIBUTING files before proceeding.
Apache License 2.0
268 stars 64 forks source link

how to integrate perfkit benchmarker results into perfkit explorer #298

Open ayamResearch opened 6 years ago

ayamResearch commented 6 years ago

./pkb.py --project=testgcp --benchmarks=iperf --machine_type=f1-micro --bigquery_table=testSamples_mart.results --bq_project=testgcp

using above mentioned command run the perfkit benchmaer and creates bigquery table on google bigquery. I have uploaded the perfkit benchmarker results using command on bq load --project_id=testgcp --source_format=NEWLINE_DELIMITED_JSON ./testSamples_mart.results

testgcp provides a link to the dashboard-admin, however, I am not sure how to use this dashboard to visualize the results of iperf. Appreciate your help