{"id":25738754,"url":"https://github.com/rhobs/monitoring-benchmarking","last_synced_at":"2026-06-19T10:31:20.623Z","repository":{"id":104877439,"uuid":"545586357","full_name":"rhobs/monitoring-benchmarking","owner":"rhobs","description":"Performance tests for monitoring stack","archived":false,"fork":false,"pushed_at":"2022-10-19T16:40:21.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-21T20:33:59.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhobs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-04T16:23:45.000Z","updated_at":"2022-10-11T13:48:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"acf40828-1326-4d88-ba58-412ed5acf9a4","html_url":"https://github.com/rhobs/monitoring-benchmarking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhobs/monitoring-benchmarking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhobs%2Fmonitoring-benchmarking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhobs%2Fmonitoring-benchmarking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhobs%2Fmonitoring-benchmarking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhobs%2Fmonitoring-benchmarking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhobs","download_url":"https://codeload.github.com/rhobs/monitoring-benchmarking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhobs%2Fmonitoring-benchmarking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34528134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-26T07:33:20.578Z","updated_at":"2026-06-19T10:31:20.617Z","avatar_url":"https://github.com/rhobs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monitoring-benchmarking\n\nPerformance tests for monitoring stack\n\n## Prerequisites\n\nFulfill the following prerequisites before using the scripts.\n\n### Get IAM user in our dev account, and setup AWS CLI profile\n\nFIXME: Acccount name TBC\n\nInstall the AWS CLI following [its documentation](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).  \nCreare an AWS CLI profile called `openshift-monitoring-benchmarks` by running `aws configure --profile=openshift-monitoring-benchmarks` and introducing the credentials you obtained when setting up your IAM user. If all went well you should be able to run the following command successfully.  \n\n```bash\nexport AWS_PROFILE=openshift-monitoring-benchmarks\naws iam get-user \n```\n\n### Install the openshift installer\n\nDownload the OpenShift installer CLI and your pull secret from [here](https://console.redhat.com/openshift/install/aws/installer-provisioned). Add OpenShift installer CLI to your `PATH`, in MacOSX you can do that by adding `export PATH=${PATH}:PATH_TO_openshift-install` to `~/.bash_profile`. Verify by checking the following command runs succesfully.\n\n```bash\nopenshift-install --help\n```\n\n## Create and delete cluster\n\nCreate a cluster as follows:\n\n```bash\nexport AWS_PROFILE=openshift-monitoring-benchmarks\n# Define env vars to locate your pull secret, and a public ssh key file to access the cluster nodes.\n## path to file where you stored your pull secret\nexport PULL_SECRET_PATH=...\n## path to ssh public key to use to setup ssh access to cluster nodes\nexport SSH_KEY_PATH=...\n\n# Cluster must include your RH SSO login, this target ensures that\nexport cluster_name=$(make cluster/new-name)\n# adjust accordingly\nexport num_workers=3\n# see available releases at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags, suffix '-x86_64'\n# is automatically added\nexport ocp_release='4.11.7'\n# Check stdout for cluster login (will be removed from log)\nmake cluster/create\n# get cluster credentials\nexport KUBECONFIG=$(make cluster/kubeconfig)\n```\n\nDelete a cluster as follows:\n\n```bash\n# If needed see latest cluster name as follows\nmake cluster/list\n# cluster to delete\nexport cluster_name=...\nmake cluster/delete\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhobs%2Fmonitoring-benchmarking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhobs%2Fmonitoring-benchmarking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhobs%2Fmonitoring-benchmarking/lists"}