I developed REST server. I hosted that one my virtual machine nginx server. Now i want to do bench marking by sending 10,000 concurrent request per second. So any solution for this ?
10,000 per second? You'll need lots of machines to do this.
Write a client that can POST requests serially and then replicate it on several machines.