Hi Nginxers,I'm writing a new module that syncs upstreams from conf-servers(consul, etcd...). During the nginx offering service, the module makes requests to the conf-server(consul, etcd...) to pull upstreams backend list if upstreams value has changed and update upstreams peers to make new backend servers working. The reason I write the module is that: Last the Spring Festival, the companyby xiaokai1 - Nginx Mailing List - English
hi nginx ers, I make a new nginx module: syncing upstreams from consul or etcd and so on; Now it only support consul, I think it is cool, github adress: https://github.com/weibocom/nginx-upsync-module . If you are interested in the module, please try it, any feedback is welcome. Thanksby xiaokai1 - Ideas and Feature Requests
That is great, thanks. But, maybe the theme is a little different, is it? It's mainly about lua-api, is it ok to post my module? Ok, I will try, thanks.by xiaokai1 - Other discussion
hi nginx ers, I make a new nginx module: syncing upstreams from consul or etcd and so on; Now it only support consul, I think it is cool, github adress: https://github.com/weibocom/nginx-upsync-module . If you are interested in the module, please try it, any feedback is welcome. Thanksby xiaokai1 - Other discussion
Does anybody run nginx on centos 7.1? %cpu is much higher than on other systems? I run nginx-1.8.0 and nginx-1.2.7 on centos7.1, I find %cpu nginx-1.2.7 on centos 5.4 is much higher on centos7.1. Does anybody meet the problem? Any advice. Thanks.by xiaokai1 - How to...
hi steve, Thanks your reply, it's so nice to me! Sorry to return you back lately. Yes, it' hard for a totally fair scenario, maybe we can concentrate on main factor? The environment nginx is used as a proxy, and as we all know it's hardly consumed memory. The nginx is main task, the others can be leaved out and qps is 10000/s, all requests are light. Theby xiaokai1 - Nginx Mailing List - English
hi all, Sorry to bother you again, I find pictures cannt show clearly, so copy statistics below. thanks again. I find a performace decreasing when I update centos5.4 to centos7.1 and the same time nginx-1.2.7 to nginx-1.8.0. Exacted statistics as below:Tasks: 177 total, 3 running, 173 sleeping, 0 stopped, 1 zombieCpu0 : 3.7%us, 3.3%sy, 0.0%ni, 92.4%id, 0.0%wa, 0.0%hi, 0.by xiaokai1 - Nginx Mailing List - English
hi all, I find a performace decreasing when I update centos5.4 to centos7.1 and the same time nginx-1.2.7 to nginx-1.8.0. Exacted information as below picture: centos5.4 + nginx-1.2.7 centos7.1 + nginx-1.8.0 From the pictures, we can see that updated environment cpu-load average is almostly doubled preby xiaokai1 - Nginx Mailing List - English
hi there, When I start nginx-1.8.0 on centos 5.4, it cant found work processes, it's very puzzled. But when I compile the source code, it doesnt report any error. Does nginx-1.8.0 is not compatible with centos 5.4? Please give me a help, thanks.by xiaokai1 - How to...