...
| Code Block |
|---|
root@g9:~/phoronix-test-suite-master# /usr/bin/phoronix-test-suite system-sensors Phoronix Test Suite v10.8.5 Supported Sensors For This System cpu.freq CPU Frequency (CPU0): 1300.09 Megahertz cpu.freq CPU Frequency (CPU1): 1300.04 Megahertz cpu.freq CPU Frequency (CPU2): 1319.42 Megahertz cpu.freq CPU Frequency (CPU3): 1398.51 Megahertz cpu.peak-freq CPU Peak Freq (Highest CPU Core Frequency): 1400 Megahertz cpu.power CPU Power Consumption: 0.39 Watts cpu.temp CPU Temperature: 63.00 Celsius cpu.usage CPU Usage (CPU0): 0.00 Percent cpu.usage CPU Usage (CPU1): 0.00 Percent cpu.usage CPU Usage (CPU2): 0.00 Percent cpu.usage CPU Usage (CPU3): 0.00 Percent cpu.usage CPU Usage (Summary): 0.00 Percent gpu.fan-speed GPU Fan Speed: 100 Percent hdd.read-speed Drive Read Speed (md0): 0.00 MB/s hdd.read-speed Drive Read Speed (sda): 0.00 MB/s hdd.read-speed Drive Read Speed (nvme0n1): 0.00 MB/s hdd.read-speed Drive Read Speed (nvme1n1): 0.00 MB/s hdd.read-speed Drive Read Speed (mmcblk0): 0.00 MB/s hdd.read-speed Drive Read Speed (mmcblk0boot0): 0.00 MB/s hdd.read-speed Drive Read Speed (mmcblk0boot1): 0.00 MB/s hdd.temp Drive Temperature (md0): 39.85 Celsius hdd.temp Drive Temperature (sda): 39.85 Celsius hdd.temp Drive Temperature (nvme0n1): 39.85 Celsius hdd.temp Drive Temperature (nvme1n1): 39.85 Celsius hdd.temp Drive Temperature (mmcblk0): 39.85 Celsius hdd.temp Drive Temperature (mmcblk0boot0): 39.85 Celsius hdd.temp Drive Temperature (mmcblk0boot1): 39.85 Celsius hdd.write-speed Drive Write Speed (md0): 0.00 MB/s hdd.write-speed Drive Write Speed (sda): 0.00 MB/s hdd.write-speed Drive Write Speed (nvme0n1): 0.00 MB/s hdd.write-speed Drive Write Speed (nvme1n1): 0.00 MB/s hdd.write-speed Drive Write Speed (mmcblk0): 0.01 MB/s hdd.write-speed Drive Write Speed (mmcblk0boot0): 0.00 MB/s hdd.write-speed Drive Write Speed (mmcblk0boot1): 0.00 MB/s memory.usage Memory Usage: 282 Megabytes swap.usage Swap Usage: 0 Megabytes sys.iowait System Iowait: 0.00 Percent sys.temp System Temperature: 27.8 Celsius |
list-available-suites
| Code Block |
|---|
root@g9:~/phoronix-test-suite-master# /usr/bin/phoronix-test-suite list-available-suites
Phoronix Test Suite v10.8.5
Available Suites
pts/audio-encoding Audio Encoding System
pts/av1 AV1 System
pts/bioinformatics Bioinformatics System
pts/browsers Web Browsers System
pts/cad CAD System
pts/chess Chess Test Suite Processor
pts/compilation Timed Code Compilation System
pts/compression Compression Tests Processor
* pts/creator Creator Workloads System
pts/cryptocurrency Cryptocurrency Benchmarks, CPU Mining Tests Processor
pts/cryptography Cryptography Processor
pts/database Database Test Suite System
pts/desktop-graphics Desktop Graphics System
pts/disk Disk Test Suite Disk
pts/electronic-design Electronic Design System
pts/finance Finance System
pts/game-dev Game Development System
pts/hpc HPC - High Performance Computing System
pts/imaging Imaging System
pts/internet-speed Internet Speed System
pts/kernel Common Kernel Benchmarks System
pts/linear-algebra Linear Algebra System
pts/llm Large Language Models System
pts/machine-learning Machine Learning System
pts/molecular-dynamics Molecular Dynamics System
pts/mpi MPI Benchmarks System
pts/nvidia-gpu-compute NVIDIA GPU Compute Graphics
pts/ocr OCR System
pts/oneapi Intel oneAPI System
pts/opencl OpenCL System
pts/productivity Productivity System
pts/programmer Programmer / Developer System Benchmarks System
pts/python Python System
pts/quantum-mechanics Quantum Mechanics System
pts/raytracing Raytracing System
* pts/renderers Renderers Processor
pts/scientific-computing Scientific Computing System
pts/sdr Software Defined Radio System
pts/server Server System
pts/speech Speech System
pts/steam Steam Graphics
pts/telephony Telephony System
pts/texture-compression Texture Compression System
pts/video-encoding Video Encoding System
pts/vulkan-compute Vulkan Compute Graphics
pts/vulkan-rt Vulkan Ray-Tracing Graphics
* Indicates a partially supported suite.
|
first run for test suit
| Code Block |
|---|
root@g9:~/phoronix-test-suite-master# /usr/bin/phoronix-test-suite run-tests-in-suite pts/disk
Multiple tests are not installed:
- pts/sqlite-2.2.0
- pts/fs-mark-1.0.3
- pts/compilebench-1.0.3
- pts/ior-1.1.1
- pts/iozone-1.9.6
- pts/dbench-1.0.2
- pts/postmark-1.1.2
- pts/fio-2.1.0
Would you like to stop and install these tests now (Y/n): Y
Evaluating External Test Dependencies .......................................................................
Evaluating System Dependencies ..............................................................................
The following dependencies are needed and will be installed:
- python3-pip
- python3-yaml
- libopenmpi-dev
- openmpi-bin
- libmpich-dev
- libpopt-dev
- libaio-dev
- mesa-utils
- vulkan-tools
- unzip
- apt-file
This process may take several minutes.
|