OpenSource

nGrinder(Performance Test Tool) 설치 및 가이드
Common Install Step #[yum update] sudo yum update -y #[java install] sudo yum list | grep jdk sudo yum install -y java-1.8.0-openjdk-devel.x86_64 #[docker install] sudo amazon-linux-extras install docker #[docker start] sudo service docker start #[permission] sudo usermod -a -G docker ec2-user #[docker info check] sudo docker infonGrinder Controller Install Step #[nGrinder pull] sudo docker pull..
Installing the Elastic Stack
Mandatary Installing Java 1.8 Check installed Java version $ java -version Installing Elasticsearch Download and install the .tar.gz package $ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.3.tar.gz $ tar -xzvf elasticsearch-6.2.3.tar.gz Note Because this article was written with reference to the elastic install guide, the current version and installation method may ..