Testing

2021-04-26 Thread Turritopsis Dohrnii Teo En Ming
-BEGIN EMAIL SIGNATURE- The Gospel for all Targeted Individuals (TIs): [The New York Times] Microwave Weapons Are Prime Suspect in Ills of U.S. Embassy Workers Link: https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwave.html *

Re: Testing the performance of NGINX for both http and https traffic.

2020-06-19 Thread Francis Daly
On Tue, Jun 16, 2020 at 08:16:28PM +0530, Kaushal Shriyan wrote: Hi there, > Is there a way to find out the below mentioned > performance metrics. > >1. Measure Nginx webserver performance for both http and https traffic. >2. Measure system resources like CPU, Memory (RAM) and Network ba

Re: Testing the performance of NGINX for both http and https traffic.

2020-06-17 Thread Kaushal Shriyan
On Tue, Jun 16, 2020 at 8:16 PM Kaushal Shriyan wrote: > Hi, > > I am running nginx version: nginx/1.16.1 on CentOS Linux release 7.8.2003 > (Core) and have hosted my website on nginx for both http (port 80) and > https (port 443) traffic. Is there a way to find out the below mentioned > performa

Testing the performance of NGINX for both http and https traffic.

2020-06-16 Thread Kaushal Shriyan
Hi, I am running nginx version: nginx/1.16.1 on CentOS Linux release 7.8.2003 (Core) and have hosted my website on nginx for both http (port 80) and https (port 443) traffic. Is there a way to find out the below mentioned performance metrics. 1. Measure Nginx webserver performance for both htt

RE: Testing with number of connections

2020-04-09 Thread 7149144120
Stop sending me savages -Original Message- From: Sent: Thu, 9 Apr 2020 16:42:45 +0430 To: 7149144...@txt.att.net Subject: Testing with number of connections >Hi, >I have compiled 1.14.2 from source and for some binary analysis, I want to >measure the response t

RE: RE: Testing with number of connections

2020-04-09 Thread 7149144120
Stop -Original Message- From: Sent: Thu, 9 Apr 2020 21:30:30 + (UTC) To: 7149144...@txt.att.net Subject: RE: Testing with number of connections >Stop sending me savages > > -Original Message- > From: > Sent: Thu, 9 Apr 2020 16:42:45 +0430

RE: Testing with number of connections

2020-04-09 Thread 7149144120
Messages I'm going to report -Original Message- From: Sent: Thu, 9 Apr 2020 16:42:45 +0430 To: 7149144...@txt.att.net Subject: Testing with number of connections >Hi, >I have compiled 1.14.2 from source and for some binary analysis, I want to >measure the respo

Re: Testing with number of connections

2020-04-09 Thread J.R.
> I have compiled 1.14.2 from source and for some binary analysis, I want to > measure the response time under multiple connections, e.g. 1000 tcp > connections. I am talking about sbin/nginx file. > I didn't find a clear document on that. Does anybody know? ab (apache bench) siege httperf It's n

Testing with number of connections

2020-04-09 Thread Mahmood Naderan
Hi, I have compiled 1.14.2 from source and for some binary analysis, I want to measure the response time under multiple connections, e.g. 1000 tcp connections. I am talking about sbin/nginx file. I didn't find a clear document on that. Does anybody know? Regards, Mahmood __

Re: stress testing nginx server

2020-01-28 Thread basti
In the past I have used "siege". I have grep the access.log for 200 Status code and create a list. This list I used for input in siege to have a very close realistic stress test. Best Regards On 28.01.20 01:41, James Read wrote: > Hi, > > does anyone know of a way to stress test a nginx server?

Re: stress testing nginx server

2020-01-27 Thread Robert Paprocki
wrk is our go-to: https://github.com/wg/wrk Really any http load tester (ab, httperf, etc) should suffice > On Jan 27, 2020, at 4:41 PM, James Read wrote: > >  > Hi, > > does anyone know of a way to stress test a nginx server? For example an epoll > based web crawler that can make c10k con

stress testing nginx server

2020-01-27 Thread James Read
Hi, does anyone know of a way to stress test a nginx server? For example an epoll based web crawler that can make c10k connections with the web server? Thanks, James Read ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: Enabling TLS 1.0 / 1.1 on Debian Testing

2018-11-16 Thread kmansoft
Maxim Dounin Wrote: --- > > [...] > > [...] > > Upgrade to nginx 1.15.3+, this problem is expected to be addressed by > this commit: > > http://hg.nginx.org/nginx/rev/7ad0f4ace359 > > Alternatively, you can modify (and/or disable via the OPEN

Re: Enabling TLS 1.0 / 1.1 on Debian Testing

2018-11-15 Thread Maxim Dounin
Hello! On Thu, Nov 15, 2018 at 12:17:39PM -0500, kmansoft wrote: > Cross posting from https://unix.stackexchange.com/questions/481963, this > seems to be the better place to ask. > > --- > > Just updated Debian from "stable" 9.* to "testing" 10.*. &g

Enabling TLS 1.0 / 1.1 on Debian Testing

2018-11-15 Thread kmansoft
Cross posting from https://unix.stackexchange.com/questions/481963, this seems to be the better place to ask. --- Just updated Debian from "stable" 9.* to "testing" 10.*. Have nginx 1.14 - used to come from "stable backports" now included in Debian itself. S

Re: packages for the dynamic modules. testing required.

2016-03-29 Thread Konstantin Pavlov
Hello, We've just published the official packages for the 1.9.13 release and two more dynamic module packages were added on all supported platforms: - perl, nginx-module-perl - njs, nginx-module-njs Enjoy, On 24/02/2016 22:08, Sergey Budnevitch wrote: > Hello. > > Previously we built

Re: packages for the dynamic modules. testing required.

2016-02-26 Thread Sergey Budnevitch
> On 25 Feb 2016, at 20:57, B.R. wrote: > > Hello Sergey, > > Great news! :o) > Would it possible to add a file in some conf.d containing the load_module > directive so a package management system could automatically configure nginx > to automatically load the module on the next reload? It h

Re: packages for the dynamic modules. testing required.

2016-02-25 Thread B.R.
Hello Sergey, Great news! :o) Would it possible to add a file in some conf.d containing the load_module directive so a package management system could automatically configure nginx to automatically load the module on the next reload? That is standard practice for some other technologies. --- *B. R

packages for the dynamic modules. testing required.

2016-02-24 Thread Sergey Budnevitch
Hello. Previously we built nginx with all modules, except those that required extra libraries. With dynamic modules it is possible to build them as the separate packages and nginx main package will not have extra dependences. For nginx 1.9.12 we build additional packages with xslt, image-

Re: merely testing for $ssl_protocol breaks upstream proxy only with IE8

2015-10-06 Thread rpriyana
Thanks! I will use map and test it out. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,262024,262037#msg-262037 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: merely testing for $ssl_protocol breaks upstream proxy only with IE8

2015-10-06 Thread B.R.
maps are a good way of conditionally setting variables' value. --- *B. R.* On Tue, Oct 6, 2015 at 9:34 AM, Francis Daly wrote: > On Mon, Oct 05, 2015 at 06:33:40PM -0400, rpriyana wrote: > > Hi there, > > > location / { > > set $unsafe 0; > > if ($ssl_protocol = TLSv1) { > >

Re: merely testing for $ssl_protocol breaks upstream proxy only with IE8

2015-10-06 Thread Francis Daly
On Mon, Oct 05, 2015 at 06:33:40PM -0400, rpriyana wrote: Hi there, > location / { > set $unsafe 0; > if ($ssl_protocol = TLSv1) { > set $unsafe 1; > } > proxy_intercept_errors on; > proxy_read_timeout 90; > try_files $uri $uri/index.html @pr

merely testing for $ssl_protocol breaks upstream proxy only with IE8

2015-10-05 Thread rpriyana
I am on nginx 1.9.4 One of my https site cannot be accessed by IE8 in XP and some IE in Win 7 (getting 404). It seems nginx do the try_files locally and gave up, not going for @proxy. Works fine with other browser. I narrowed it down to this sample config # sample config that has issue #

Re: performance testing

2015-07-14 Thread Crystal Pellitier
What is performance testing?what is the importance of it?Can a functional tester can do performance testing? -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: testing nginx.conf fails

2015-03-18 Thread mac-989
Please disregard this post, the error has been identified. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257421,257422#msg-257422 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

testing nginx.conf fails

2015-03-18 Thread mac-989
This is a new install of 1.6.2 on linux dedi (centOS). I have the following in my nginx.conf file: fastcgi_cache_path /dev/nginx-cache levels=1:2 keys_zone=WORDPRESS:10m max_size=1024m inactive=60m; When testing the configurations (nginx -t), I get the following error message: nginx: [emerg

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-28 Thread George
maybe switch to using Wordpress Super Cache ? handled blitz.io 8000 user stress test fine with Nginx 1.7.7, PHP-FPM 7.0.0-dev, MariaDB 10.0.x and CentOS 7.0 = 237 million hits/day on 2GB DigitalOcean KVM VPS server http://wordpress7.centminmod.com/74/wordpress-super-cache-benchmarks-blitz-io-load-t

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-27 Thread julianfernandes
Thanks for all the help guys, I will regenerate this key with 2048 and see how that goes. Still think the CPU usage is too high, but I will keep trying to optimize my settings. Have a nice day all =) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255158,255187#msg-255187 _

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-27 Thread Maxim Dounin
Hello! On Thu, Nov 27, 2014 at 09:21:49AM -0500, julianfernandes wrote: > Ok, just tested it with HTTP instead of HTTPS and while it did reach 100% of > CPU usage from time to time, the average load was 50% and the Blitz.io test > was a lot better: > - 33,086 HITS WITH 29 ERRORS & 2,344 TIMEOUTS

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-27 Thread itpp2012
julianfernandes Wrote: --- > Why would SSL perform so badly? I generated the key with 4096 instead > of 2048, but I don't believe that would affect CPU usage this much. http://bench.cr.yp.to/results-encrypt.html Posted at Nginx Forum: http://f

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-27 Thread julianfernandes
Ok, just tested it with HTTP instead of HTTPS and while it did reach 100% of CPU usage from time to time, the average load was 50% and the Blitz.io test was a lot better: - 33,086 HITS WITH 29 ERRORS & 2,344 TIMEOUTS Why would SSL perform so badly? I generated the key with 4096 instead of 2048, bu

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-27 Thread julianfernandes
/nginx/conf.d/includes/caching.inc - > > http://paste.ubuntu.com/9236353/ > > - /etc/nginx/conf.d/includes/locations.inc - > > http://paste.ubuntu.com/9236366/ > > > > Thanks in advance. > > > > :) > > > > Posted at Nginx Forum: > http://fo

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-26 Thread Robert Paprocki
Hi, Can you provide the mailing list with the output of 'nginx -V' and a debug log when a worker process is pegged at 100%. See http://nginx.org/en/docs/debugging_log.html for info on debug logs. I also wonder why your supplied config has the following: limit_req_zone $binary_remote_addr zone=on

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-26 Thread Yichun Zhang (agentzh)
Hello! On Wed, Nov 26, 2014 at 11:15 AM, julianfernandes wrote: > Running Blitz.io on it the server is getting absolutely murdered by the > NGINX worker processes, which each one using 100% CPU according to top and > htop. 100% CPU usage problems are usually trivial (and also fun) to solve with t

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-26 Thread julianfernandes
mex Wrote: --- > hi, > > > does you errorlog tells you something? Nothing at all, I'm afraid. It have an error for OCSP stappling, however disabling it doesn't fix the issue, so I believe that isn't it. Posted at Nginx Forum: http://forum.ng

Re: NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-26 Thread mex
hi, does you errorlog tells you something? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255158,255162#msg-255162 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

NGINX using 100% of the server CPU when testing with Blitz.io

2014-11-26 Thread julianfernandes
I'm facing an issue here and after six days of looking around I decided to ask for some help here, after all a million heads can think a lot better than one. I have a Ubuntu 14.04 server setup with NGINX, HHVM, PHP5-FPM (as a backup), Percona MySQL, Memcached (which will be replaced by Redis). I h

Re: Nginx 1.6.0 + spdy performance testing

2014-05-29 Thread Steve Holdoway
I add an extra header, just for those who don't understand spdy... add_header Alternate-Protocol "443:npn-spdy/3.1"; and specifically set up ssl protocols/ciphers and ocsp stapling but I'd suggest that it's a limitation of the benchmark that you're hitting. Using something like webpaget

Nginx 1.6.0 + spdy performance testing

2014-05-29 Thread tulio84z
I need to evaluate if using spdy will be good for my website but i'm having trouble setting everyting up. While using the chrome benchmark extension (1) an error message stating that it was not possible to use spdy apeared. This made me believe that there might be something wrong with my configurat

Re: Service restart testing nginx.conf

2014-02-21 Thread Styopa Semenukha
You must have used `service nginx reload` or `service nginx configtest`. On Friday, February 21, 2014 10:36:01 AM Paul N. Pace wrote: > It seems like way back in the olden days, when I restarted nginx ('sudo > service nginx restart'), if there was a configuration issue in nginx.conf, > I would get

Service restart testing nginx.conf

2014-02-21 Thread Paul N. Pace
It seems like way back in the olden days, when I restarted nginx ('sudo service nginx restart'), if there was a configuration issue in nginx.conf, I would get a warning telling me such and, IIRC, nginx would boot using the last known valid configuration. It doesn't seem to happen that way any more

Re: performance testing

2013-10-25 Thread youreright
And what were you up to with ab? Can you check both real quick? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244110,244112#msg-244112 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: performance testing

2013-10-25 Thread Geoffrey Hartz
AB is not good enough for testing... Use http://redmine.lighttpd.net/projects/weighttp/wiki on debian-like install "libevent-dev" AB didn't use multicore/thread.. With weighttp I was able to hit 100 000q/s 2013/10/25 youreright : > I'm getting under 5000 requests per

performance testing

2013-10-25 Thread youreright
I'm getting under 5000 requests per second hitting just the nginx welcome page on a default configuration. Any tips to improve this please? setup is: == macbook pro retina 10.8.3 RoverMR:webserver rover$ nginx -v nginx version: nginx/1.4.3 == Running ab test == RoverMR:webserver rover$ ab -n 10