Done on both user facing servers but no improvement :
nginx_stats of server with more writing req :
Active connections: 7273
server accepts handled requests
221000 221000 257718
Reading: 0 Writing: 2599 Waiting: 4674
nginx_stats of server with less writing req:
Active connections: 5838
server accepts handled requests
162471 162471 190024
Reading: 0 Writing: 682 Waiting: 5156
Does any sysctl parameter causing this issue or any other config ? both the servers are exactly running on same os with same patch levels/kernel version.
nginx_stats of server with more writing req :
Active connections: 7273
server accepts handled requests
221000 221000 257718
Reading: 0 Writing: 2599 Waiting: 4674
nginx_stats of server with less writing req:
Active connections: 5838
server accepts handled requests
162471 162471 190024
Reading: 0 Writing: 682 Waiting: 5156
Does any sysctl parameter causing this issue or any other config ? both the servers are exactly running on same os with same patch levels/kernel version.