기술노트

기술노트

게시물 상세
[Linux] 속도 측정용 웹서버 구축
작성자 : 관리자(jieun@ehostidc.co.kr)  작성일 : 2019-10-29   조회수 : 3995

테스트OS: CentOS7.3

 

1. http / php / unzip / wget 설치 필요

 

 

2. 속도테스트를 위한 소스파일 설치
- cd /usr/local/src
- wget https://github.com/librespeed/speedtest/archive/master.zip
- unzip을 이용하여 다운로드 한 파일(master.zip) 압축해제

 

- 압축 해제된 speedtest-master/ 폴더 안의 소스파일 복사
- /speedtest-master/backend/
- /speedtest-master/speedtest*
- /speedtest-master/example-singleServer-progressBar.html => 파일이름을 index.php로 변경


3. 페이지 접속 및 속도측정 테스트 진행

 

이전글 [Linux] CentOS 7.6 NVIDIA 그래픽 드라이버 설치
다음글 [VPS] 설치된 Virtual DISK 하드 용량 증설