This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am rvansa on github. | |
* I am rvansa (https://keybase.io/rvansa) on keybase. | |
* I have a public key whose fingerprint is 962A B8B0 E176 CEB5 4703 6A80 16C7 3B0D 08ED 0D86 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http: | |
host: http://vehicle-market.apps.your.domain.com | |
sharedConnections: 10 | |
addresses: | |
- frontend.vehicle-market.svc.cluster.local:8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http: | |
host: http://vehicle-market.apps.your.domain.com | |
sharedConnections: 10 | |
addresses: | |
- 192.168.222.19 | |
- 192.168.222.22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ oc get po -n openshift-ingress -o wide | |
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES | |
router-default-56b959876c-94x2f 1/1 Running 1 60d 192.168.222.19 worker006 <none> <none> | |
router-default-56b959876c-9tqvb 1/1 Running 0 60d 192.168.222.22 worker009 <none> <none> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ oc get pods -n hyperfoil | |
NAME READY STATUS RESTARTS AGE | |
agent-0001-agent-one 1/1 Running 0 13s | |
agent-0001-agent-two 1/1 Running 0 13s | |
hyperfoil-controller 1/1 Running 0 17m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: clustered-benchmark | |
agents: | |
agent-one: | |
agent-two: | |
http: | |
host: http://vehicle-market.apps.your.domain.com | |
sharedConnections: 10 | |
usersPerSec: 10 | |
duration: 120s | |
scenario: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[hyperfoil]$ connect hyperfoil.apps.ocp.scalelab:443 -k | |
WARNING: Hyperfoil TLS certificate validity is not checked. Your credentials might get compromised. | |
Connected! | |
[hyperfoil@hyperfoil]$ upload /benchmarks/first-benchmark.hf.yaml | |
Loaded benchmark first-benchmark, uploading... | |
... done. | |
[hyperfoil@hyperfoil]$ run | |
ERROR: Server responded with unexpected code: 403, Forbidden: | |
Server is started in clustered mode; benchmarks must define agents. | |
Failed to start benchmark first-benchmark |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export VMB=$HOME/vehicle-market/benchmarks | |
podman run -it --rm -v $VMB:/benchmarks:Z -v /tmp/reports:/tmp/reports:Z \ | |
--network=host quay.io/hyperfoil/hyperfoil cli | |
# Entering the CLI | |
[hyperfoil]$ connect hyperfoil.apps.your.domain.com:443 | |
ERROR: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection: Failed to create SSL connection: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target: unable to find valid certification path to requested target | |
Hint: TLS certificate verification might have failed. Use --insecure to disable validation. | |
Failed connecting to hyperfoil.apps.your.domain.com:443 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ oc new-project hyperfoil | |
$ oc apply -f hyperfoil.yaml | |
$ oc get hf | |
NAME VERSION ROUTE PVC STATUS | |
hyperfoil hyperfoil.apps.your.domain.com Ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: hyperfoil.io/v1alpha2 | |
kind: Hyperfoil | |
metadata: | |
name: hyperfoil | |
spec: | |
route: | |
host: hyperfoil.apps.your.domain.com |
NewerOlder