Programming/Test(2)
-
Internet Explorer로 테스트해보자! / IE 버전에 따른 VM
링크: https://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/developer.microsoft.com/en-us/microsoft-edge/tools/vms/ 마이크로 소프트에서도 IE의 버전별 차이를 테스트하는게 얼마나 짜증나는 일인지 파악했나보다. 링크를 따라가보면 Linux, Mac, Windows 등 OS와 사용하는 Virtual Machine에 따른 이미지를 제공한다. Windows 및 VirtualBox를 사용하는 사람의 기준으로, .zip 파일을 다운받은 뒤 압축을 풀고, 이미지를 불러오면 따로 설정하지 않아도 바로 이용 가능하다.
2016.02.15 -
아파치 벤치마킹 툴 AB
Apache에는 ab라고 하는 벤치마크 툴이 포함되어 있다. 특정 서버 또는 웹 프로그램의 성능을 테스트 하는 툴로써, 일반적으로 /usr/local/apache/bin/ab에 설치된다. ab 실행과 관련된 명령과 옵션은 다음과 같다. Usage: ./ab [options] [http://]hostname[:port]/pathOptions are: -n requests Number of requests to perform -c concurrency Number of multiple requests to make -t timelimit Seconds to max. wait for responses -p postfile File containg data to POST -T content-type Conten..
2015.03.29