ab -n10 -c2 -H 'Content-Type: application/json' -p '/Users/meow.zang/Desktop/post.txt' '127.0.0.1:8082/publish'
此时/Users/meow.zang/Desktop/post.txt
这个文件中包含了你的post的content-type
类型的数据,比如上面例子中content-type
是json
,那么post.txt
中的内容就是json数据数据格式。
ab -n10 -c2 -H 'Content-Type: application/json' -p '/Users/meow.zang/Desktop/post.txt' '127.0.0.1:8082/publish'
此时/Users/meow.zang/Desktop/post.txt
这个文件中包含了你的post的content-type
类型的数据,比如上面例子中content-type
是json
,那么post.txt
中的内容就是json数据数据格式。
支持我们写出更好的文章❤️