cloud-bulldozer / ocm-api-load

A set of load tests for OCM's clusters-service, based on vegeta.
Apache License 2.0
1 stars 8 forks source link

ocm-api-data #64

Closed shahsahil264 closed 2 years ago

shahsahil264 commented 2 years ago

Description

I had to restructure the old ocm-api-data into new structure, as currently because of the different versions of the tool, not all OCM data has the same format and we are not able to compare older versions with new versions. I have restructured the data and uploaded it on ES server. https://perf-results-kibana.apps.observability.perfscale.devcluster.openshift.com/app/discover#/?_g=(filters:!(),query:(language:kuery,query:''),refreshInterval:(pause:!t,value:0),time:(from:now-2y%2Fy,to:now))&_a=(columns:!(),filters:!(),index:'8cd68090-fe1c-11ec-a863-2724cf0131d6',interval:auto,query:(language:kuery,query:''),sort:!(!(timestamp,desc)))

Fixes

Wrote two scripts :

  1. restructure_file : To restructure the old ocm-api-data into the updated format.
  2. ES_Upload: To upload the re-structured files to the elastic server