架构SLB->NGINX->后端3台设备
1.修改了nginx后端设备的权重,之前有1台设备权重为2,其他两台设备权重为20,现在同样为20,一定程度上缓解了后端设备的负载
2.修改了CPU的性能设置,现在将CPU性能设定为performance
#/bin/bash
for ((i=0;i<24;i++));do echo performance > /sys/devices/system/cpu/cpu${i}/cpufreq/scaling_governor;done
架构SLB->NGINX->后端3台设备
1.修改了nginx后端设备的权重,之前有1台设备权重为2,其他两台设备权重为20,现在同样为20,一定程度上缓解了后端设备的负载
2.修改了CPU的性能设置,现在将CPU性能设定为performance
#/bin/bash
for ((i=0;i<24;i++));do echo performance > /sys/devices/system/cpu/cpu${i}/cpufreq/scaling_governor;done
本文标题:detail详情页面高峰时段延时较高
本文链接:https://www.haomeiwen.com/subject/tddzrctx.html
网友评论