首页 > 其他分享 >戴尔R720服务器(4)虚拟机性能测试

戴尔R720服务器(4)虚拟机性能测试

时间:2024-06-06 17:00:12浏览次数:15  
标签:avg R720 -- 虚拟机 time test total 戴尔 size

  物理机环境

机型 戴尔R720
系统环境 PVE
CPU E5-2660V2 2.2GHz 双路
内存 1333MHz 单通道
内存 1333MHz 双通道
硬盘 用6块转速1万的2.5寸盘组的RAID5,使用了H310mini阵列卡

  ‍

  测试工具:Sysbench。一个跨平台的基准测试工具,用于评估系统性能,包括CPU、内存、文件系统和数据库性能等。apt install sysbench​安装该工具。

  ‍

  虚拟机1配置

image

  ‍

  对照组1

机型 组装 家用机
系统环境 WSL2 ubuntu
CPU AMD 3600 3.33GHz
内存 3200MHz 双通道
硬盘 PCIE3.0 满速固态

CPU

  虚拟机1

soulio@vm-ubt1:~$ sysbench cpu --cpu-max-prime=20000 run
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Prime numbers limit: 20000

Initializing worker threads...

Threads started!

CPU speed:
events per second: 354.62

General statistics:
total time: 10.0004s
total number of events: 3547

Latency (ms):
min: 2.69
avg: 2.82
max: 6.94
95th percentile: 2.81
sum: 9997.72

Threads fairness:
events (avg/stddev): 3547.0000/0.00
execution time (avg/stddev): 9.9977/0.00

  对照组1

是虚拟机1性能的 2x

~ ❯ sysbench cpu --cpu-max-prime=20000 run
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Prime numbers limit: 20000

Initializing worker threads...

Threads started!

CPU speed:
events per second: 772.42

General statistics:
total time: 10.0002s
total number of events: 7725

Latency (ms):
min: 1.26
avg: 1.29
max: 3.90
95th percentile: 1.32
sum: 9996.58

Threads fairness:
events (avg/stddev): 7725.0000/0.00
execution time (avg/stddev): 9.9966/0.00

内存

  虚拟机1

soulio@vm-ubt1:~$ sysbench memory --memory-block-size=1M --memory-total-size=2G --memory-oper=write run
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Running memory speed test with the following options:
block size: 1024KiB
total size: 2048MiB
operation: write
scope: global

Initializing worker threads...

Threads started!

Total operations: 2048 ( 6334.09 per second)

2048.00 MiB transferred (6334.09 MiB/sec)

General statistics:
total time: 0.3185s
total number of events: 2048

Latency (ms):
min: 0.15
avg: 0.15
max: 0.28
95th percentile: 0.17
sum: 315.02

Threads fairness:
events (avg/stddev): 2048.0000/0.00
execution time (avg/stddev): 0.3150/0.00

  对照组1

吞吐性能是虚拟机1的 4.5x
延迟是虚拟机1的 0.35x

~ ❯ sysbench memory --memory-block-size=1M --memory-total-size=2G --memory-oper=write ru
n
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Running memory speed test with the following options:
block size: 1024KiB
total size: 2048MiB
operation: write
scope: global

Initializing worker threads...

Threads started!

Total operations: 2048 (25949.52 per second)

2048.00 MiB transferred (25949.52 MiB/sec)

General statistics:
total time: 0.0782s
total number of events: 2048

Latency (ms):
min: 0.04
avg: 0.04
max: 0.10
95th percentile: 0.04
sum: 77.58

Threads fairness:
events (avg/stddev): 2048.0000/0.00
execution time (avg/stddev): 0.0776/0.00

IO基准测试

  虚拟机1

soulio@vm-ubt1:~$ sysbench fileio --file-test-mode=rndrw --file-total-size=2G --max-time=300 --max-requests=0 run
WARNING: --max-time is deprecated, use --time instead
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Extra file open flags: (none)
128 files, 16MiB each
2GiB total file size
Block size 16KiB
Number of IO requests: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Initializing worker threads...

Threads started!

File operations:
reads/s: 1210.70
writes/s: 807.13
fsyncs/s: 2582.91

Throughput:
read, MiB/s: 18.92
written, MiB/s: 12.61

General statistics:
total time: 300.0214s
total number of events: 1380211

Latency (ms):
min: 0.01
avg: 0.22
max: 266.38
95th percentile: 0.30
sum: 297289.13

Threads fairness:
events (avg/stddev): 1380211.0000/0.00
execution time (avg/stddev): 297.2891/0.00

  对照组1


~ ❯ sysbench fileio --file-test-mode=rndrw --file-total-size=2G --max-time=300 --max-requests=0 run
WARNING: --max-time is deprecated, use --time instead
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time

Extra file open flags: (none)
128 files, 16MiB each
2GiB total file size
Block size 16KiB
Number of IO requests: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Initializing worker threads...

Threads started!

File operations:
reads/s: 668.20
writes/s: 445.46
fsyncs/s: 1425.69

Throughput:
read, MiB/s: 10.44
written, MiB/s: 6.96

General statistics:
total time: 300.0905s
total number of events: 761909

Latency (ms):
min: 0.00
avg: 0.39
max: 179.17
95th percentile: 0.67
sum: 299653.07

Threads fairness:
events (avg/stddev): 761909.0000/0.00
execution time (avg/stddev): 299.6531/0.00

标签:avg,R720,--,虚拟机,time,test,total,戴尔,size
From: https://www.cnblogs.com/soulio/p/18235628/dell-r720-server-4-virtual-machine-performance-t

相关文章

  • 新手上路:Linux虚拟机创建与Hadoop集群配置指南①(未完)
    一、基础阶段Linux操作系统:创建虚拟机1.创建虚拟机打开VM,点击文件,新建虚拟机,点击自定义,下一步下一步这里可以选择安装程序光盘映像文件,我选择稍后安装选择linux系统位置不选C盘,创建一个新的文件夹VM来放置虚拟机,将虚拟机名字改为master方便后续识别(也可以改为其他......
  • VMware Workstation虚拟机扩容硬盘(windows系统)
    当我们虚拟机中操作系统的硬盘空间不够用时,我们可以扩容硬盘。本人进行了下面相应的实验操作供大家进行参考。版本介绍VMwareWorkstation版本:16.2.5build-20904516安装的操作系统版本:Windows10专业工作站版实现具体操作在虚拟机原有硬盘进行扩容(需要关闭虚拟机)先关闭虚......
  • python3 源码阅读-虚拟机运行原理
    原文阅读源码版本python3.8.3参考书籍<<Python源码剖析>>参考书籍<<Python学习手册第4版>>官网文档目录介绍Doc目录主要是官方文档的说明。Include:目录主要包括了Python的运行的头文件。Lib:目录主要包括了用Python实现的标准库。Modules:该目录中包含了所有用C......
  • 虚拟机CentOS8无法连接外网以及Xshell无法连接虚拟机
    自己调试时出现的问题,记录一下目录1.Linux虚拟机连接不上网络1.1问题内容 1.2解决方法1.2.1VMWare配置1.2.2虚拟机设置1.2.3虚拟机系统文件配置2.Xshell连接不上虚拟机2.1问题内容2.2解决方法2.2.1防火墙设置2.2.2网络连接设置1.Linux虚拟机连接不上......
  • X8沙箱虚拟机 安卓14游戏专用 支持xp框架
    软件名称】:X8沙箱Pro内测版【软件大小】:1.6G【软件版本】:1.3.2内测版【软件介绍】:X8沙箱是一款极简、Free的安卓虚拟机,可以进行画中画方式运行,专为用户定制,手机移动设备上的虚拟系统,即使在后台也可以继续运行不掉线。app安全稳定无广告,多样化的安卓模拟器平台应用......
  • JVM(Java虚拟机)、JMM(Java内存模型)笔记
    面试常见:请你谈谈你对JVM的理解?java8虚拟机和之前的变化更新?什么是OOM,什么是栈溢出StackOverFlowError?怎么分析?JVM的常用调优参数有哪些?内存快照如何抓取?怎么分析Dump文件?谈谈JVM中,类加载器你的认识?请你谈谈你对JVM的理解?JVM(Java虚拟机)是Java程序的运行环境,它允......
  • 给Linux的虚拟机设置别名,同事设置免密登录
    我这里有四台虚拟机:192.168.75.147192.168.75.148192.168.75.149192.168.75.150分别修改对应的/etc/hosts文件,每个文件中都添加上以下内容192.168.75.147node1192.168.75.148node2192.168.75.149node3192.168.75.150node4免密登录配置:要在Linux系统中实现多台服务器之间......
  • wsl虚拟机安装
    近几年来wsl被很多开源项目所支持,免去了vm等虚拟机的笨重开箱即用,话不多说教程如下:下载最新的wslwslhttps://github.com/microsoft/WSL/releases#执行wsl--update启用wsldism.exe/online/enable-feature/featurename:Microsoft-Windows-Subsystem-Linux/all/......
  • VMware虚拟机中Centos最小化安装后的常用配置
    每次在虚拟机安装linux之后都要配置固定ip,安装docker等操作,所以使用此文章,记录以后快速配置1.设置静态IP设置静态ip前,如果没有配置过虚拟机网络的,先进行如下配置:关于VMwareWorkstationPro中虚拟机无法连接外网问题解决在虚拟机界面,配置静态IP,方便使用shell工具进行......
  • ESXI虚拟机新增现有硬盘问题
    Esxi6.7安装openwrt,固件img通过StarWindConverter转换成Esxi硬盘格式后,直接在虚拟机新增硬盘。再次编辑此虚拟机即提示“请输入大于原始容量的磁盘大小”,此时随意更改会导致硬盘镜像内容损坏。不更改又不能保存其他项目更改内容。所以需要特定操作变更现有硬盘大小。SSH登录到E......