Hi,
I'm involved in performance engineering activity.
Can some body help me in suggesting a good open source tool to find out no. of requests being processed by the server at a given point of time?
For eg.,
scenario : creating a blog
DB server: MONGO DB
There are 1000 users are trying to create blogs at 12pm. I want to know how many actual request being processed by the server between 12.00 - 12.30pm.
To get information for the above query, what is the best tool to use?
Thanks in advance.