I hereby claim:
- I am mulbc on github.
- I am chrisnblum (https://keybase.io/chrisnblum) on keybase.
- I have a public key whose fingerprint is 536F 2CCA CC87 1421 DC69 84A1 FE67 A71B 6BDE BDA8
To claim this, I am signing this object:
| {"attributes":{"controlGroupInput":{"chainingSystem":"HIERARCHICAL","controlStyle":"oneLine","ignoreParentSettingsJSON":"{\"ignoreFilters\":false,\"ignoreQuery\":false,\"ignoreTimerange\":false,\"ignoreValidations\":false}","panelsJSON":"{\"d7d2004e-1671-469a-b55c-fb2e15508039\":{\"type\":\"optionsListControl\",\"order\":0,\"grow\":true,\"width\":\"medium\",\"explicitInput\":{\"id\":\"d7d2004e-1671-469a-b55c-fb2e15508039\",\"fieldName\":\"uuid.keyword\",\"title\":\"uuid.keyword\",\"grow\":true,\"width\":\"medium\",\"searchTechnique\":\"prefix\",\"selectedOptions\":[],\"enhancements\":{}}}}"},"description":"","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"optionsJSON":"{\"useMargins\":true,\"syncColors\":false,\"syncCursor\":true,\"syncTooltips\":false,\"hidePanelTitles\":false}","panelsJSON":"[{\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"31f5df88-8275-4508-a5b2-b3d1a2dffe1f\"},\"panelIndex\":\"31f5df88-8275-4508-a |
| kind: Namespace | |
| apiVersion: v1 | |
| metadata: | |
| name: ebpf-exporter | |
| --- | |
| kind: ServiceAccount | |
| apiVersion: v1 | |
| metadata: | |
| name: ebpf-exporter-robot | |
| namespace: ebpf-exporter |
| { | |
| "ocs": { | |
| "flashSize": 2.5, | |
| "usableCapacity": 10, | |
| "deploymentType": "internal", | |
| "nvmeTuning": false, | |
| "cephFSActive": true, | |
| "nooBaaActive": true, | |
| "rgwActive": false, | |
| "dedicatedMachines": [] |
| #!/bin/bash | |
| MACHINESET=$(oc get -n openshift-machine-api machinesets -o name | grep -v ocs | head -n1) | |
| oc get -n openshift-machine-api "$MACHINESET" -o json | jq ' | |
| del( .metadata.uid, .metadata.managedFields, .metadata.selfLink, .metadata.resourceVersion, .metadata.creationTimestamp, .metadata.generation, .status) | | |
| (.metadata.name, .spec.selector.matchLabels["machine.openshift.io/cluster-api-machineset"], .spec.template.metadata.labels["machine.openshift.io/cluster-api-machineset"]) |= sub("worker";"ocs") | | |
| (.spec.template.spec.providerSpec.value.numCPUs) |= 16 | |
| --- | |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: disk-gatherer | |
| namespace: default | |
| labels: | |
| k8s-app: disk-gatherer | |
| spec: | |
| selector: |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <workload name="7-RGW-64K-1M-32M" description="7 RGW 64K-1M-32M test" config=""> | |
| <storage type="s3" config="accesskey=S3user1;secretkey=S3user1key;timeout=999999;endpoint=http://192.168.170.20:8080" /> | |
| <workflow> | |
| <!-- ************************* 64K ********************************* --> | |
| <workstage name="init"> | |
| <work type="init" workers="8" config="cprefix=7rgw64k;containers=r(1,70)"></work> |
| { | |
| "__inputs": [ | |
| { | |
| "name": "DS_LOCAL", | |
| "label": "Local", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
| # This program parses the cosbench run-histpry CSV file and produces a HTML output | |
| # with links to Grafana at scrolled to the time when the cosbench tests were executed | |
| #!/usr/bin/env python | |
| import csv | |
| import datetime | |
| import sys | |
| with open(sys.argv[0]) as csv_file: | |
| csv_reader = csv.reader(csv_file, delimiter=',') |
| [Unit] | |
| Description=Ceph RGW Prometheus Exporter | |
| After=docker.service | |
| [Service] | |
| EnvironmentFile=-/etc/environment | |
| ExecStart=/usr/local/bin/python3 /usr/bin/rgw_exporter.py | |
| Restart=always | |
| RestartSec=90s | |
| TimeoutStartSec=300 |