Last active
January 7, 2019 15:18
-
-
Save bastman/72a1300ff679b23bb2505fd35d8ac767 to your computer and use it in GitHub Desktop.
siege benchmark on k8s
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
$ docker run --rm -it ubuntu bash | |
$ kubectl run --rm -it ubuntu --image=ubuntu bash | |
$ apt-get update | |
$ apt-get install apache2-utils |
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
$ kubectl run --rm -it siege --image yokogawa/siege -- ./run -d1 -r10 -c25 example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment