Improve performance of NGINX Server on a Worker Node -
i have deployed 10 nginx servers on single worker node using docker services.
10 services 1 machine- each service giving me x performance.
when remove 9 of services, performance of 1 service remaining still x.
1 service 1 machine - still giving me same x performance.
why isn't performance of service running improving upon me removing other services?
i testing performance using apache benchmark:'ab -n 1000 -c 10 ', looking @ requests per second. remain around 1200, whatsoever configuration of worker node use.
Comments
Post a Comment