벤치마크는 소프트웨어 응용 프로그램 및 컴퓨터 하드웨어 의 성능을 평가하는 데 사용됩니다. (assess the performance of software applications)Windows PC 게임 커뮤니티 에서 (Windows PC gaming community)널리(Popular) 사용 되는 하드웨어 벤치마킹은 메모리, 프로세서 및 하드 디스크 성능과 같은 다양한 속성을 측정합니다.
이러한 진단은 또한 대부분의 Linux(Linux) OS에서 수행할 수 있으며 Linux 사용자 는 기능 및 수리 필요성에 대한 정보를 제공 하여 컴퓨터 하드웨어(computer hardware) 가 얼마나 잘 실행되고 있는지 확인할 수 있습니다 . Linux 시스템 벤치마크 의 결과는 사용자가 하드웨어를 변경해야 하는지 결정하고 시스템 병목 현상을 식별하는 데 도움이 됩니다.
사용자가 객관적인 비교를 통해 네트워크와 시스템을 미세 조정하는 데 도움 이 되는 많은 오픈 소스 Linux 벤치마킹 도구가 있습니다. (Linux)이 기사에서는 Linux 시스템 벤치마크를 수행하는 데 사용할 수 있는 여러 도구에 대해 설명합니다.
Hardinfo 는 기본 벤치마크와 자세한 시스템 정보를 모두 제공하며 대부분의 Linux 배포 저장소에서 사용할 수 있습니다. 또한 포괄적인 보고서를 생성합니다.
- (Download and install)Hardinfo 다운로드 및 설치
- 응용 프로그램을 시작하려면 시스템 도구(System Tools) > 시스템 프로파일러 및 벤치마크로 이동합니다.(System Profiler and Benchmark)
- 또는 명령줄에서 실행 $ hardinfo
다음 테스트는 Hardinfo 에서 사용할 수 있습니다 .
- CPU 피보나치
- CPU 복어
- FPU 레이트레이싱
- CPU 크립토해시
- CPU N-퀸
- FPU FFT
위의 각 Linux 시스템 벤치마크 테스트는 다른 시스템과 비교하는 데 사용할 수 있는 점수를 제공합니다. 테스트를 클릭하고 컴퓨터 오른쪽에 있는 세부 정보를 확인하여 빠른 시스템 정보를 얻을 수도 있습니다.
벤치마크를 실행하려면 원하는 탭을 클릭하세요. 그러면 Hardinfo(Hardinfo) 가 테스트를 실행합니다. 오른쪽에서 결과를 확인하세요.
상단 도구 모음에서 보고서 생성(Generate Report) 을 클릭 하여 장치, 네트워크, 컴퓨터 또는 벤치마크 결과를 HTML 파일로 내보냅니다. 내보내기가 완료되면 즉시 파일을 열고 볼 수 있는 옵션이 표시됩니다.
Phoronix Test Suite 는 100개 이상의 (Phoronix Test Suite)Linux 시스템 벤치마크 테스트 제품군과 450개 이상의 테스트 프로필 에 액세스할 수 있는 무료 오픈 소스입니다 . 원하는 테스트만 설치하고 보고서 및 시스템 로그에 액세스하세요.
Ubuntu의 소프트웨어 센터(Software Center) 및 기타 Linux 배포 패키지 관리자 에서 Phoronix 를 찾을 수 있습니다 . 사용자에게 벤치마킹 및 정보 옵션 메뉴를 제공합니다.
Phoronix Test Suite 를 설치하는 방법에는 세 가지가 있습니다 . 첫 번째 방법은 터미널을 열고 다음 명령으로 설치하는 것입니다.
# sudo apt-get install phoronix-test-suite
또 다른 방법은 Ubuntu Software Center 에서 Phoronix 를 검색 하여 패키지를 설치하는 것입니다.
또는 제품 웹 사이트(product website) 로 이동 하여 최신 버전을 다운로드하십시오. 다운로드가 완료되면 아래 명령을 사용하여 터미널에서 설치합니다.
# sudo dpkg -i /path/to/packagename.deb
또한 다음 명령을 사용하여 기본 종속성을 설치해야 합니다.
php5-cli php5-gd
위에서 언급했듯이 Phoronix 에는 100개 이상의 테스트가 있습니다. 각 테스트에는 종속성을 다운로드해야 합니다. 사용자는 개별 테스트 또는 테스트 그룹(수트)을 실행할 수 있습니다. 자신만의 제품군을 만들거나 Phoronix 에서 제공하는 제품군을 사용합니다 .
현재 사용 가능한 제품군 목록을 보려면 아래 명령을 사용하십시오.
# phoronix-test-suite list-available-suites
현재 사용 가능한 Linux(Linux) 시스템 벤치마크 테스트 목록을 보려면 다음 명령을 사용하십시오.
# phoronix-test-suite list-available-tests
Ubuntu 에서 (Ubuntu)Phoronix 를 실행 하려면 먼저 테스트 종속성 패키지를 설치해야 합니다. 많은 Linux 배포판에서 Phoronix 는 소프트웨어 패키지 관리(software package management) 시스템을 사용하여 추가 종속성을 설치할(install additional dependencies) 수 있습니다 .
테스트를 시작하는 가장 쉬운 방법은 사용 가능한 테스트 목록을 보고 하나를 선택하고 다음 명령을 사용하여 실행하는 것입니다.
# phoronix-test-suite benchmark <TEST NAME>
Phoronix 를 처음 사용 하는 경우 몇 가지 질문에 답한 다음 사용자 계약에 동의해야 합니다. 벤치마킹(Benchmarking) 결과는 OpenBenchmarking.org 에 업로드됩니다 .
GtkPerf 는 시스템이 라인을 렌더링하고, 그래픽을 생성하고, 드롭다운을 스크롤하는 속도를 측정하는 데 사용되는 테스트 모음입니다. 사용자는 데스크톱의 응답성을 측정할 수 있습니다.
설치하려면 터미널에 다음 명령을 입력하십시오.
apt-get install gtkperf를 수행하십시오(do apt-get install gtkperf)
또는 패키지 설치 프로그램에서 검색하십시오.
Linux 시스템 벤치마크 를 시작하면 GtkPerf 가 GTK+ 위젯 작업을 수행하고 소요 시간을 알려줍니다.
사용자는 GtkPerf 로 테스트를 재현 하여 여러 장치에서 시스템 성능을 확인할 수 있습니다.
Geekbench는 단일 및 다중 코어 성능을 측정하는 점수 시스템 이 있는 Linux 시스템 벤치마크 도구입니다. (Linux)Linux 에서 명령줄 실행 파일로만 사용할 수 있습니다 .
Geekbench 점수가 높을수록 CPU 가 더 빠르고 더 좋습니다 . 공식 다운로드 페이지(official download page) 에서 최신 버전의 Geekbench 를 다운로드하여 (Geekbench)시작(Start) 합니다 .
또는 아래 명령을 사용하여 서버에 Geekbench 를 다운로드합니다.(Geekbench)
wget http://cdn.geekbench.com/Geekbench-5.0.4-Linux.tar.gz
tar -zxvf Geekbench-5.0.4-Linux.tar.gz 를 사용 하여 다운로드한 파일의 압축을 풉니다. 압축을 푼 Geekbench 파일이 있는 폴더로 이동하도록 디렉터리를 변경 합니다.(Change)
cd Geekbench-4.3.3-리눅스(cd Geekbench-4.3.3-Linux)
아래 명령을 사용하여 시험 모드에서 테스트를 실행합니다.
./geekbench_x86_64
테스트가 완료되면 각 테스트에 대한 고유한 웹사이트 링크가 표시되어 결과를 볼 수 있습니다. 결과는 테이블로 구성됩니다.
전체 점수는 표의 맨 위에 있습니다. 실행한 각 테스트에 대한 결과를 보려면 스크롤 하십시오.(Scroll)
결과는 웹에 업로드되어(uploaded to the web) 점수를 검색할 수 있습니다.
(Use)위의 Linux(Linux) 시스템 벤치마크 도구 중 일부를 사용 하여 시스템의 성능과 강점을 평가하고 결과를 다른 컴퓨터와 비교하십시오. 벤치마킹 프로세스는 취약한 링크를 찾고 필요한 경우 업그레이드하는 데 도움이 됩니다.
How to Take a Linux System Benchmark
Benchmarks are used to assess the performance of software applications and computer hardware. Popular among the Windows PC gaming community, hardware benchmarking measures various attributes, such as memory, processor, and hard disk performance.
These diagnostics can also be carried out on most Linux OS’s and enables Linux users to determine how well their computer hardware is running by providing information about its capabilities and the need for refurbishments. The results of a Linux system benchmark will help determine if users should make any changes to hardware and identify system bottlenecks.
There are many open-source Linux benchmarking tools available to help users fine-tune their network and system with objective comparisons. This article will outline several tools available to perform a Linux system benchmark.
Hardinfo provides both basic benchmarks and detailed system information and is available in most Linux distribution repositories. It will also generate comprehensive reports.
- Download and install Hardinfo
- To launch the application, go to System Tools > System Profiler and Benchmark
- Or, launch from the command line $ hardinfo
The following tests are available in Hardinfo:
- CPU Fibonacci
- CPU Blowfish
- FPU Raytracing
- CPU CryptoHash
- CPU N-Queens
- FPU FFT
Each of the above Linux system benchmark tests will provide a score that you can use to compare with other systems. You can also get quick system information by clicking on a test and seeing the details on the right side of your computer.
To run a benchmark, click on the tab you want. Hardinfo will then run the test. See your results on the right-hand side.
Click on Generate Report from the top toolbar to export the device, network, computer, or benchmark results to an HTML file. After the export is complete, you will see an option to open the file immediately and view it.
The Phoronix Test Suite is free and open-source with access to more than 100 Linux system benchmark test suites and more than 450 test profiles. Only install the tests you want and get access to reports and system logs.
You can find Phoronix in Ubuntu’s Software Center as well as other Linux distribution package managers. It provides users with a menu of benchmarking and information options.
There are three ways to install the Phoronix Test Suite. The first method is to open terminal and install it with the following command:
# sudo apt-get install phoronix-test-suite
Another method is to search for Phoronix in the Ubuntu Software Center and install the package.
Or go to the product website and download the latest version. Once downloaded, install it from terminal using the command below:
# sudo dpkg -i /path/to/packagename.deb
You must also install the basic dependencies with this command:
php5-cli php5-gd
As mentioned above, Phoronix has over 100 tests. Keep in mind that each test requires you to download its dependencies. Users can run individual tests or groups (suites) of tests. Create your own suites or use the ones provided by Phoronix.
Use the command below to view a list of currently available suites:
# phoronix-test-suite list-available-suites
To view the list of currently available Linux system benchmark tests, use the following command:
# phoronix-test-suite list-available-tests
Before you can run Phoronix on Ubuntu, you must install the test dependency packages first. On many Linux distros, Phoronix can use the software package management system to install additional dependencies.
The easiest way to start testing is to look at the lists of available tests, choose one, and run it by using the following command:
# phoronix-test-suite benchmark <TEST NAME>
If this is your first time using Phoronix, you will need to answer a few questions and then accept the user agreement. Benchmarking results are uploaded to OpenBenchmarking.org.
GtkPerf is a test suite used to measure how fast your systems renders lines, creates graphics, and scrolls through dropdowns.Users will be able to get a measurement of how responsive their desktop is.
To install it, type the following command into a terminal:
do apt-get install gtkperf
Or search for it in your package installer.
When you start the Linux system benchmark, GtkPerf will perform GTK+ widget operations and let you know how long they take.
Users can reproduce tests with GtkPerf to check system performance across multiple devices.
Geekbench is a Linux system benchmark tool with a scoring system that measures single and multi-core performance. It is only available as a command-line executable in Linux.
The higher the Geekbench score, the faster and better your CPU. Start by downloading the latest version of Geekbench from the official download page.
Or, download Geekbench to your server with the command below:
wget http://cdn.geekbench.com/Geekbench-5.0.4-Linux.tar.gz
Use tar -zxvf Geekbench-5.0.4-Linux.tar.gz to extract the downloaded files. Change directories to go to the folder where your extracted Geekbench files are located:
cd Geekbench-4.3.3-Linux
Use the command below to run the test in tryout mode:
./geekbench_x86_64
When the test is completed, you will see a unique website link for each test to view your results. The results are organized into a table.
The complete score is at the top of the table. Scroll through to see the results for each test you ran.
Results are uploaded to the web, enabling you to browse your scores.
Use some of the Linux system benchmark tools above to assess your system’s performance and strength and compare your results to other computers. The benchmarking process will help you find weak links and upgrade where necessary.