I want to know if there is a way to measure my project request per second?
Of course it's possible to log all requests but I thinks It maybe slow down my applications.
My application is a REST API python tornado project.
Asked
Active
Viewed 448 times
0

ehsan shirzadi
- 4,709
- 16
- 69
- 112
-
For testing your server performance? You can look into the [Apache Bench tool](https://stackoverflow.com/questions/12732182/ab-load-testing). – xyres Jul 22 '18 at 17:22
-
@xyresnot I think it's for projects running on apache. I want to test REST API – ehsan shirzadi Jul 24 '18 at 11:15
-
No. Apache bench tool is a command line program that you run to test any server. Did you even bother to open the link I posted in my comment? – xyres Jul 25 '18 at 08:37