To import Jmeter collection test to Blazemeter
- Go to Jmeter
- Go to File => Save test Plan As

- Import the file to Blazemeter (Upload script)

To import Jmeter collection test to Blazemeter
service logstash status
Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite “stash.”
Here is the command line used to install Jmeter on my macbook
brew install jmeter
and here is how to open Jmeter
jemter
No 'Access-Control-Allow-Origin' header
access control check: The 'Access-Control-Allow-Origin' header contains multiple values
No 'Access-Control-Allow-Origin' header is present on the requested resource"
Solution
SetEnvIf Origin "^http(s)?://(.+.)?(4over.com|4over.com)$" origin_is=$0
Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
Header set Access-Control-Allow-Credentials "true"
Header always set Access-Control-Allow-Headers "Authorization"
Header always set Access-Control-Allow-Methods "GET"
Header always set Access-Control-Expose-Headers "Content-Security-Policy, Location"
Header always set Access-Control-Max-Age "600"
Below find url that will allow your ec2 servers to send emails
https://console.aws.amazon.com/support/contacts?#/rdns-limits
yum install logwatch
logwatch --detail Low --mailto [email protected] --service http --range today
vim /usr/share/logwatch/default.conf/logwatch.conf
Install mod security24 very important
yum install mod24_security
Then add the following right after it and restart apache to activate. # Second, we configure the "default" Location to restrict the methods allowed # to stop CONNECT method attacks. #
<VirtualHost *:80> ServerName default.only <Location /> Order allow,deny Deny from all </Location> </VirtualHost>
ab
is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.
See following website : https://httpd.apache.org/docs/2.4/programs/ab.html
ab -n500 -c20 -H