Created
October 25, 2016 08:17
-
-
Save kevinsimper/3ac8726b72e5c6a6bfd1754178e96cf3 to your computer and use it in GitHub Desktop.
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
ab -c 100 -n 100000 -T application/json -p data.json http://localhost:9000/collector |
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
{ | |
"kilometers": "1001", | |
"lamps": { | |
"olie": 0, | |
"engine": 0, | |
"tirepressure": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment