哈哈哈哈哈操欧洲电影,久草网在线,亚洲久久熟女熟妇视频,麻豆精品色,久久福利在线视频,日韩中文字幕的,淫乱毛视频一区,亚洲成人一二三,中文人妻日韩精品电影

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

Flexus X 實(shí)例 CPU、內(nèi)存及磁盤性能實(shí)測(cè)與分析

jf_21561199 ? 來源:jf_21561199 ? 作者:jf_21561199 ? 2024-12-24 17:35 ? 次閱讀
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

引言

隨著云計(jì)算的普及,企業(yè)對(duì)于云資源的需求日益增加,而選擇一款性能強(qiáng)勁、穩(wěn)定性高的云實(shí)例成為了關(guān)鍵。華為云 Flexus X 實(shí)例作為華為云最新推出的高性能實(shí)例,旨在為用戶提供更強(qiáng)的計(jì)算能力和更高的網(wǎng)絡(luò)帶寬支持。最近華為云 828 B2B 企業(yè)節(jié)正在舉辦,F(xiàn)lexus X 實(shí)例的促銷也非常給力,大家可以去看看。為了幫助用戶更好地了解其性能表現(xiàn),我們通過一系列詳盡的測(cè)試,對(duì) Flexus X 實(shí)例的各項(xiàng)性能進(jìn)行了全面評(píng)測(cè),包括 CPU 性能、內(nèi)存性能、磁盤 I/O 性能以及網(wǎng)絡(luò)性能。

本文的目的是通過實(shí)測(cè)數(shù)據(jù)來分析 Flexus X 實(shí)例的表現(xiàn),以幫助用戶在選擇云服務(wù)時(shí)做出更明智的決策。

1. 測(cè)試環(huán)境與方法介紹

為了確保評(píng)測(cè)結(jié)果的準(zhǔn)確性與公正性,我們?cè)跇?biāo)準(zhǔn)化的環(huán)境下進(jìn)行了多次性能測(cè)試。以下是測(cè)試環(huán)境的配置以及所使用的工具和參數(shù)介紹。

1.1 測(cè)試工具選擇

在云實(shí)例性能評(píng)測(cè)中,選擇合適的測(cè)試工具至關(guān)重要。本次評(píng)測(cè)中,我們使用了開源的多線程性能測(cè)試工具 **sysbench**。sysbench 是一款廣泛用于評(píng)估系統(tǒng)、數(shù)據(jù)庫(kù)和硬件性能的工具,支持多種測(cè)試模式,如 CPU、內(nèi)存、磁盤 I/O 以及數(shù)據(jù)庫(kù)基準(zhǔn)測(cè)試。憑借其靈活性和易用性,sysbench 能夠幫助用戶快速識(shí)別性能瓶頸并優(yōu)化系統(tǒng)效率,是系統(tǒng)管理員和開發(fā)者的理想選擇。

1.2 測(cè)試參數(shù)設(shè)置

為了確保結(jié)果的客觀性,我們?cè)跍y(cè)試中使用了統(tǒng)一的參數(shù)配置。具體包括:

CPU 測(cè)試:采用 sysbench 的“cpu”模塊,執(zhí)行固定數(shù)量的計(jì)算任務(wù),以評(píng)估多核的計(jì)算能力。

內(nèi)存測(cè)試:使用 sysbench 的“memory”模塊,通過大量的內(nèi)存讀寫操作測(cè)試內(nèi)存的吞吐量。

磁盤 I/O 測(cè)試:使用 sysbench 進(jìn)行順序讀寫和隨機(jī)讀寫測(cè)試,評(píng)估磁盤的響應(yīng)速度和吞吐能力。

2. sysbench 的安裝

2.1 安裝文件下載

可以采用以下命令獲取安裝文件

wget https://github.com/akopytov/sysbench/archive/refs/tags/1.0.20.tar.gz

不過由于網(wǎng)絡(luò)限制,直接用 wget 命令下載沒有成功。

于是采用先下載到本地,然后上傳到服務(wù)器的方法。

在 github 上下載 sysbench-1.0.20.tar.gz 文件,再使用 XFTP 上傳到服務(wù)器/usr/local/sysbench 目錄。

執(zhí)行解壓命令

tar -zxf sysbench-1.0.20.tar.gz

2.2 構(gòu)建安裝編譯

構(gòu)建 sysbench 的時(shí)候,碰到了問題,主要是缺少了依賴,也就 Euler 系統(tǒng)默認(rèn)沒有安裝相關(guān)依賴,需要手動(dòng)安裝一下。

依賴 1:automake

[root@flexusx-e724 sysbench-1.0.20]# ./autogen.sh

automake 1.10.x (aclocal) wasn't found, exiting

yum install automake

依賴 2:libtool

[root@flexusx-e724 sysbench-1.0.20]# ./autogen.sh

libtoolize 1.4+ wasn't found, exiting

yum install libtool

./autogen.sh

由于本次測(cè)試不涉及到數(shù)據(jù)庫(kù)的測(cè)試,而 sysbench 默認(rèn)需要服務(wù)器,使用./configure 默認(rèn)安裝就會(huì)報(bào)錯(cuò)。

ERROR: cannot find MySQL libraries. If you want to compile with MySQL support,

please install the package containing MySQL client libraries and headers.

On Debian-based systems the package name is libmysqlclient-dev.

On RedHat-based systems, it is mysql-devel.

If you have those libraries installed in non-standard locations,

you must either specify file locations explicitly using

--with-mysql-includes and --with-mysql-libs options, or make sure path to

mysql_config is listed in your PATH environment variable. If you want to

disable MySQL support, use --without-mysql option.

需要增加配置參數(shù),--without-mysql,不安裝對(duì) mysql 數(shù)據(jù)庫(kù)的支持。

./configure --without-mysql

后面再進(jìn)行 make 編譯

# make -j

# make install

這樣就完成了對(duì) sysbench 的安裝。

[root@flexusx-e724 sysbench-1.0.20]# sysbench

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

Reading the script from the standard input:

3. CPU 性能評(píng)測(cè)

在云計(jì)算中,CPU 性能直接影響到計(jì)算密集型任務(wù)的執(zhí)行效率。Flexus X 實(shí)例配備了最新一代的處理器,具備較高的主頻和多核支持。我們通過 sysbench 的 cpu 模塊對(duì)其進(jìn)行了測(cè)試,針對(duì)多核的計(jì)算能力進(jìn)行了測(cè)評(píng)。

評(píng)測(cè)命令

sysbench --threads=4 --time=60 --report-interval=5 cpu run

上述命令用于運(yùn)行 sysbench 的 CPU 性能測(cè)試,并指定了多個(gè)參數(shù):

?--threads=4:設(shè)置線程數(shù)為 4,即同時(shí)使用 4 個(gè)線程進(jìn)行測(cè)試,模擬多線程的運(yùn)行環(huán)境。

?--time=60:測(cè)試持續(xù)時(shí)間為 60 秒。

?--report-interval=5:每 5 秒輸出一次測(cè)試報(bào)告,顯示當(dāng)前的性能情況。

?cpu run:表示運(yùn)行 sysbench 的 CPU 測(cè)試模塊,用以評(píng)估 CPU 的計(jì)算能力。

該命令通過多線程和固定時(shí)間的測(cè)試,幫助用戶了解 CPU 在高負(fù)載下的性能表現(xiàn)。

命令執(zhí)行結(jié)果

[root@flexusx-e724 sysbench-1.0.20]# sysbench --threads=4 --time=60 --report-interval=5 cpu run

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

Running the test with following options:

Number of threads: 4

Report intermediate results every 5 second(s)

Initializing random number generator from current time

Prime numbers limit: 10000

Initializing worker threads...

Threads started!

[ 5s ] thds: 4 eps: 11665.83 lat (ms,95%): 0.35

[ 10s ] thds: 4 eps: 11681.04 lat (ms,95%): 0.35

[ 15s ] thds: 4 eps: 11685.81 lat (ms,95%): 0.35

[ 20s ] thds: 4 eps: 11654.99 lat (ms,95%): 0.35

[ 25s ] thds: 4 eps: 11658.59 lat (ms,95%): 0.35

[ 30s ] thds: 4 eps: 11680.61 lat (ms,95%): 0.35

[ 35s ] thds: 4 eps: 11680.39 lat (ms,95%): 0.35

[ 40s ] thds: 4 eps: 11696.60 lat (ms,95%): 0.35

[ 45s ] thds: 4 eps: 11697.60 lat (ms,95%): 0.35

[ 50s ] thds: 4 eps: 11683.61 lat (ms,95%): 0.35

[ 55s ] thds: 4 eps: 11686.18 lat (ms,95%): 0.35

CPU speed:

events per second: 11678.94

General statistics:

total time: 60.0016s

total number of events: 700772

Latency (ms):

min: 0.34

avg: 0.34

max: 9.32

95th percentile: 0.35

sum: 239884.73

Threads fairness:

events (avg/stddev): 175193.0000/106.72

execution time (avg/stddev): 59.9712/0.00

在多核測(cè)試中,我們調(diào)動(dòng)了 Flexus X 實(shí)例的所有可用核,測(cè)試其并行計(jì)算能力。隨著核數(shù)的增加,CPU 的總吞吐量顯著提升。對(duì)于需要多線程處理的大規(guī)模并行任務(wù),如視頻編碼、數(shù)據(jù)分析等,F(xiàn)lexus X 實(shí)例表現(xiàn)出色,能夠有效減少任務(wù)的執(zhí)行時(shí)間。

4. 內(nèi)存性能評(píng)測(cè)

內(nèi)存的讀寫速度對(duì)很多應(yīng)用的性能有著直接影響,尤其是在處理大規(guī)模數(shù)據(jù)集時(shí),內(nèi)存的吞吐量決定了數(shù)據(jù)處理的效率。通過 sysbench 的 memory 模塊,我們對(duì) Flexus X 實(shí)例的內(nèi)存性能進(jìn)行了詳細(xì)測(cè)試。

4.1 內(nèi)存讀取性能

在內(nèi)存讀取測(cè)試中,F(xiàn)lexus X 實(shí)例展現(xiàn)了快速的讀取能力,尤其是在處理大量小數(shù)據(jù)塊時(shí),實(shí)例能夠迅速響應(yīng)并讀取數(shù)據(jù)。這使得在大數(shù)據(jù)分析和實(shí)時(shí)應(yīng)用場(chǎng)景中,內(nèi)存性能能夠支撐系統(tǒng)的高效運(yùn)行。

內(nèi)存讀取評(píng)測(cè)命令

sysbench memory --memory-block-size=8K --memory-total-size=10G --memory-oper=read --memory-access-mode=rnd run

上述命令用于運(yùn)行 sysbench 的內(nèi)存性能測(cè)試,并指定了多個(gè)參數(shù):

memory:表示運(yùn)行 sysbench 的內(nèi)存測(cè)試模塊。

--memory-block-size=8K:每次操作的內(nèi)存塊大小為 8KB。

--memory-total-size=10G:測(cè)試過程中讀寫的內(nèi)存總量為 10GB。

--memory-oper=read:執(zhí)行內(nèi)存讀取操作,專注于讀取性能的評(píng)估。

--memory-access-mode=rnd:內(nèi)存訪問模式為隨機(jī)(random),即隨機(jī)訪問內(nèi)存地址進(jìn)行讀操作。

該命令通過模擬隨機(jī)讀操作,評(píng)估內(nèi)存在高負(fù)載下的隨機(jī)讀性能表現(xiàn)。

評(píng)測(cè)結(jié)果如下

[root@flexusx-e724 sysbench-1.0.20]# sysbench memory --memory-block-size=8K --memory-total-size=10G --memory-oper=read --memory-access-mode=rnd run

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

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: 8KiB

total size: 10240MiB

operation: read

scope: global

Initializing worker threads...

Threads started!

Total operations: 1310720 (289931.66 per second)

10240.00 MiB transferred (2265.09 MiB/sec)

General statistics:

total time: 4.5191s

total number of events: 1310720

Latency (ms):

min: 0.00

avg: 0.00

max: 0.03

95th percentile: 0.00

sum: 4385.45

Threads fairness:

events (avg/stddev): 1310720.0000/0.00

execution time (avg/stddev): 4.3855/0.00

4.2 內(nèi)存寫入性能

內(nèi)存寫入測(cè)試中,F(xiàn)lexus X 實(shí)例同樣表現(xiàn)優(yōu)異,數(shù)據(jù)寫入速度較快且穩(wěn)定。對(duì)于需要頻繁數(shù)據(jù)寫入的任務(wù),如日志記錄、數(shù)據(jù)庫(kù)操作等,F(xiàn)lexus X 的內(nèi)存性能表現(xiàn)足夠支持高頻寫入操作,且沒有出現(xiàn)明顯的延遲或瓶頸。

內(nèi)存寫入評(píng)測(cè)命令

sysbench memory --memory-block-size=8K --memory-total-size=10G --memory-oper=write run

上述命令用于運(yùn)行 sysbench 的內(nèi)存寫入性能測(cè)試,并指定了以下參數(shù):

memory:表示運(yùn)行 sysbench 的內(nèi)存測(cè)試模塊。

--memory-block-size=8K:每次操作的內(nèi)存塊大小為 8KB。

--memory-total-size=10G:測(cè)試過程中寫入的內(nèi)存總量為 10GB。

--memory-oper=write:執(zhí)行內(nèi)存寫入操作,專注于評(píng)估寫入性能。

該命令通過模擬大量?jī)?nèi)存寫入操作,評(píng)估系統(tǒng)在處理大量數(shù)據(jù)寫入時(shí)的內(nèi)存性能表現(xiàn)。

評(píng)測(cè)結(jié)果如下

[root@flexusx-e724 sysbench-1.0.20]# sysbench memory --memory-block-size=8K --memory-total-size=10G --memory-oper=write run

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

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: 8KiB

total size: 10240MiB

operation: write

scope: global

Initializing worker threads...

Threads started!

Total operations: 1310720 (2363326.13 per second)

10240.00 MiB transferred (18463.49 MiB/sec)

General statistics:

total time: 0.5530s

total number of events: 1310720

Latency (ms):

min: 0.00

avg: 0.00

max: 0.01

95th percentile: 0.00

sum: 440.39

Threads fairness:

events (avg/stddev): 1310720.0000/0.00

execution time (avg/stddev): 0.4404/0.00

5. 磁盤 I/O 性能評(píng)測(cè)

磁盤 I/O 性能對(duì)云實(shí)例的存儲(chǔ)操作影響巨大,特別是在需要頻繁讀寫數(shù)據(jù)的應(yīng)用中。我們通過 fio 對(duì) Flexus X 實(shí)例的磁盤性能進(jìn)行了順序讀寫和隨機(jī)讀寫測(cè)試。

5.1 順序讀寫性能

在順序讀寫測(cè)試中,F(xiàn)lexus X 實(shí)例表現(xiàn)出色,磁盤的順序讀寫速度非??欤軌蛑С执笪募目焖僮x寫操作。這使得在視頻流處理、文件備份等場(chǎng)景中,F(xiàn)lexus X 能夠快速處理數(shù)據(jù),提升系統(tǒng)整體性能。

使用命令

sysbench --threads=4 --time=60 --report-interval=5 fileio --file-num=2 --file-total-size=20G --file-test-mode=seqwr prepare

進(jìn)行評(píng)測(cè)數(shù)據(jù)準(zhǔn)備

[root@flexusx-e724 sysbench-1.0.20]# sysbench --threads=4 --time=60 --report-interval=5 fileio --file-num=2 --file-total-size=20G --file-test-mode=seqwr prepare

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

2 files, 10485760Kb each, 20480Mb total

Creating files for the test...

Extra file open flags: (none)

Creating file test_file.0

Creating file test_file.1

21474836480 bytes written in 136.52 seconds (150.01 MiB/sec).

順序讀寫評(píng)測(cè)命令

sysbench --threads=4 --time=60 --report-interval=5 fileio --file-num=2 --file-total-size=20G --file-test-mode=seqwr run

上述命令用于運(yùn)行 sysbench 的磁盤 I/O 性能測(cè)試,主要針對(duì)順序?qū)懖僮?,并指定了以下參?shù):

--threads=4:設(shè)置線程數(shù)為 4,表示同時(shí)使用 4 個(gè)線程進(jìn)行測(cè)試。

--time=60:測(cè)試持續(xù)時(shí)間為 60 秒。

--report-interval=5:每 5 秒輸出一次測(cè)試報(bào)告,顯示當(dāng)前的性能情況。

fileio:表示運(yùn)行 sysbench 的文件 I/O 測(cè)試模塊。

--file-num=2:創(chuàng)建 2 個(gè)文件用于測(cè)試。

--file-total-size=20G:測(cè)試文件的總大小為 20GB。

--file-test-mode=seqwr:測(cè)試模式為順序?qū)懀╯equential write),即按照順序向文件寫入數(shù)據(jù)。

該命令用于評(píng)估系統(tǒng)磁盤的順序?qū)懶阅?,模擬在多線程環(huán)境下處理大文件寫入的表現(xiàn)。

評(píng)測(cè)結(jié)果如下

[root@flexusx-e724 sysbench-1.0.20]# sysbench --threads=4 --time=60 --report-interval=5 fileio --file-num=2 --file-total-size=20G --file-test-mode=seqwr run

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

Running the test with following options:

Number of threads: 4

Report intermediate results every 5 second(s)

Initializing random number generator from current time

Extra file open flags: (none)

2 files, 10GiB each

20GiB total file size

Block size 16KiB

Periodic FSYNC enabled, calling fsync() each 100 requests.

Calling fsync() at the end of test, Enabled.

Using synchronous I/O mode

Doing sequential write (creation) test

Initializing worker threads...

Threads started!

[ 5s ] reads: 0.00 MiB/s writes: 179.94 MiB/s fsyncs: 229.33/s latency (ms,95%): 0.035

[ 10s ] reads: 0.00 MiB/s writes: 148.75 MiB/s fsyncs: 190.40/s latency (ms,95%): 0.034

[ 15s ] reads: 0.00 MiB/s writes: 149.37 MiB/s fsyncs: 191.20/s latency (ms,95%): 0.035

[ 20s ] reads: 0.00 MiB/s writes: 150.00 MiB/s fsyncs: 192.00/s latency (ms,95%): 0.033

[ 25s ] reads: 0.00 MiB/s writes: 148.75 MiB/s fsyncs: 190.40/s latency (ms,95%): 0.035

[ 30s ] reads: 0.00 MiB/s writes: 150.00 MiB/s fsyncs: 192.00/s latency (ms,95%): 0.035

[ 35s ] reads: 0.00 MiB/s writes: 148.75 MiB/s fsyncs: 190.40/s latency (ms,95%): 0.035

[ 40s ] reads: 0.00 MiB/s writes: 150.00 MiB/s fsyncs: 192.00/s latency (ms,95%): 0.035

[ 45s ] reads: 0.00 MiB/s writes: 148.75 MiB/s fsyncs: 190.40/s latency (ms,95%): 0.035

[ 50s ] reads: 0.00 MiB/s writes: 150.00 MiB/s fsyncs: 192.00/s latency (ms,95%): 0.034

[ 55s ] reads: 0.00 MiB/s writes: 150.00 MiB/s fsyncs: 192.00/s latency (ms,95%): 0.035

[ 60s ] reads: 0.00 MiB/s writes: 148.75 MiB/s fsyncs: 190.40/s latency (ms,95%): 0.035

File operations:

reads/s: 0.00

writes/s: 9625.38

fsyncs/s: 192.62

Throughput:

read, MiB/s: 0.00

written, MiB/s: 150.40

General statistics:

total time: 60.6091s

total number of events: 595067

Latency (ms):

min: 0.01

avg: 0.41

max: 724.54

95th percentile: 0.03

sum: 242281.89

Threads fairness:

events (avg/stddev): 148766.7500/1811.96

execution time (avg/stddev): 60.5705/0.00

5.2 隨機(jī)讀寫性能

相比順序讀寫,隨機(jī)讀寫測(cè)試更具挑戰(zhàn)性,因?yàn)樗婕岸鄠€(gè)小塊數(shù)據(jù)的隨機(jī)位置讀寫。在該測(cè)試中,F(xiàn)lexus X 實(shí)例的表現(xiàn)依然穩(wěn)健,盡管隨機(jī)讀寫的速度較順序讀寫有所下降,但整體依舊保持在較高水平,足以應(yīng)對(duì)數(shù)據(jù)庫(kù)查詢等需要頻繁小塊數(shù)據(jù)讀寫的場(chǎng)景。

隨機(jī)讀寫測(cè)試數(shù)據(jù)準(zhǔn)備命令

sysbench --threads=32 --time=30 --test=fileio --file-num=1 --file-block-size=8192 --file-total-size=20G --file-test-mode=rndrw --verbosity=5 prepare

執(zhí)行結(jié)果

[root@flexusx-e724 ~]# sysbench --threads=32 --time=30 --test=fileio --file-num=1 --file-block-size=8192 --file-total-size=20G --file-test-mode=rndrw --verbosity=5 prepare

WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

1 files, 20971520Kb each, 20480Mb total

Creating files for the test...

Extra file open flags: (none)

Creating file test_file.0

21474836480 bytes written in 136.14 seconds (150.44 MiB/sec).

隨機(jī)讀寫評(píng)測(cè)命令

sysbench --threads=4 --time=60 --report-interval=5 fileio --file-num=2 --file-total-size=20G --file-test-mode=seqwr run

上述命令用于運(yùn)行 **sysbench** 的磁盤 I/O 性能測(cè)試,主要評(píng)估磁盤的隨機(jī)讀寫性能。參數(shù)說明如下:

--threads=32:設(shè)置為使用 32 個(gè)線程同時(shí)進(jìn)行測(cè)試,模擬高并發(fā)環(huán)境下的性能。

--time=30:測(cè)試持續(xù)時(shí)間為 30 秒。

--test=fileio:運(yùn)行 sysbench 的文件 I/O 測(cè)試模塊。

--file-num=1:測(cè)試時(shí)創(chuàng)建 1 個(gè)文件。

--file-block-size=8192:設(shè)置文件塊大小為 8192 字節(jié)(8KB)。

--file-total-size=20G:測(cè)試文件的總大小為 20GB。

--file-test-mode=rndrw:測(cè)試模式為隨機(jī)讀寫,即隨機(jī)地從文件中讀取和寫入數(shù)據(jù)。

--verbosity=5:設(shè)置輸出詳細(xì)程度為 5,提供更詳細(xì)的測(cè)試結(jié)果信息。

該命令通過多線程的隨機(jī)讀寫操作,評(píng)估系統(tǒng)在高并發(fā)和大數(shù)據(jù)隨機(jī)訪問場(chǎng)景下的磁盤性能表現(xiàn)。

命令執(zhí)行結(jié)果如下

[root@flexusx-e724 sysbench-1.0.20]# sysbench --threads=32 --time=30 --test=fileio --file-num=1 --file-block-size=8192 --file-total-size=20G --file-test-mode=rndrw --verbosity=5 run

WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.

sysbench 1.0.20 (using bundled LuaJIT 2.1.0-beta2)

Running the test with following options:

Number of threads: 32

Initializing random number generator from current time

Extra file open flags: (none)

1 files, 20GiB each

20GiB total file size

Block size 8KiB

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

DEBUG: Opening file: test_file.0

Initializing worker threads...

DEBUG: Worker thread (#0) started

DEBUG: Worker thread (#0) initialized

DEBUG: Worker thread (#1) started

… …

DEBUG: Worker thread (#30) initialized

DEBUG: Worker thread (#31) initialized

Threads started!

Time limit exceeded, exiting...

(last message repeated 31 times)

Done.

File operations:

reads/s: 5705.56

writes/s: 3803.67

fsyncs/s: 96.13

Throughput:

read, MiB/s: 44.57

written, MiB/s: 29.72

General statistics:

total time: 30.2080s

total number of events: 290141

Latency (ms):

min: 0.00

avg: 3.33

max: 930.12

95th percentile: 0.52

sum: 966180.93

Threads fairness:

events (avg/stddev): 9066.9062/942.78

execution time (avg/stddev): 30.1932/0.04

6. 評(píng)測(cè)結(jié)果分析與總結(jié)

通過一系列性能測(cè)試,華為云 Flexus X 實(shí)例在 CPU、內(nèi)存和磁盤 I/O 等多個(gè)方面均展現(xiàn)了出色的表現(xiàn),特別是在多線程處理和大數(shù)據(jù)處理場(chǎng)景中,體現(xiàn)了極高的穩(wěn)定性和可靠性。具體來看:

- 在 CPU 性能方面,F(xiàn)lexus X 實(shí)例通過高效的多線程處理,在長(zhǎng)時(shí)間計(jì)算任務(wù)中保持了優(yōu)異的穩(wěn)定性,表現(xiàn)出極小的執(zhí)行時(shí)間偏差。

- 在內(nèi)存性能測(cè)試中,實(shí)例的內(nèi)存讀寫速度表現(xiàn)出色,均勻的線程執(zhí)行時(shí)間進(jìn)一步證明了其在高負(fù)載情況下的卓越處理能力。

- 對(duì)于磁盤 I/O,測(cè)試結(jié)果顯示出極佳的讀寫效率,尤其是在隨機(jī)讀寫場(chǎng)景下,F(xiàn)lexus X 實(shí)例表現(xiàn)出色,能夠應(yīng)對(duì)高并發(fā)的數(shù)據(jù)操作需求。

總體來說,華為云的 Flexus X 實(shí)例憑借其強(qiáng)大的硬件配置和優(yōu)化的網(wǎng)絡(luò)架構(gòu),成為了處理計(jì)算密集型、存儲(chǔ)密集型以及網(wǎng)絡(luò)密集型任務(wù)的理想選擇。它不僅適用于企業(yè)級(jí)用戶,還能很好地滿足開發(fā)者和數(shù)據(jù)密集型應(yīng)用的需求。

本次評(píng)測(cè)的結(jié)果充分展示了 Flexus X 實(shí)例的高性能與可靠性,特別是在需要高計(jì)算性能和大規(guī)模數(shù)據(jù)處理的場(chǎng)景下,其表現(xiàn)無疑具有顯著優(yōu)勢(shì)。對(duì)于正在尋找高效云解決方案的用戶,F(xiàn)lexus X 實(shí)例無疑是一個(gè)極具競(jìng)爭(zhēng)力的選擇,能夠助力企業(yè)和開發(fā)者在實(shí)際應(yīng)用中充分發(fā)揮其潛能。

審核編輯 黃宇

聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場(chǎng)。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請(qǐng)聯(lián)系本站處理。 舉報(bào)投訴
  • cpu
    cpu
    +關(guān)注

    關(guān)注

    68

    文章

    11320

    瀏覽量

    225801
  • 云計(jì)算
    +關(guān)注

    關(guān)注

    39

    文章

    8040

    瀏覽量

    144731
  • 內(nèi)存
    +關(guān)注

    關(guān)注

    9

    文章

    3229

    瀏覽量

    76491
  • 磁盤
    +關(guān)注

    關(guān)注

    1

    文章

    401

    瀏覽量

    26578
收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評(píng)論

    相關(guān)推薦
    熱點(diǎn)推薦

    磁盤IO問題的定位根因與調(diào)優(yōu)解決思路

    、Elasticsearch、Kafka 這類重 IO 業(yè)務(wù)的機(jī)器上。CPU 看著不高,內(nèi)存也沒爆,但系統(tǒng)就是卡得像被凍住了一樣——十有八九是磁盤 IO 出了問題。
    的頭像 發(fā)表于 02-24 14:11 ?733次閱讀

    在睿思芯科靈羽RISC-V服務(wù)器CPU實(shí)現(xiàn)多實(shí)例OpenClaw并發(fā)運(yùn)行

    睿思芯科基于自研“靈羽“系列服務(wù)器CPU實(shí)測(cè)單板承載多實(shí)例OpenClaw并發(fā)運(yùn)行?;跇?biāo)準(zhǔn)Linux+Docker環(huán)境并行響應(yīng)不同業(yè)務(wù)需求,為企業(yè)未來的大規(guī)模Al Agent托管打開了更優(yōu)單位算力成本的新路
    的頭像 發(fā)表于 02-11 09:37 ?659次閱讀
    在睿思芯科靈羽RISC-V服務(wù)器<b class='flag-5'>CPU</b>實(shí)現(xiàn)多<b class='flag-5'>實(shí)例</b>OpenClaw并發(fā)運(yùn)行

    頻率時(shí)序一致,不同主板會(huì)有多少性能差距?云礪DDR5內(nèi)存實(shí)測(cè)

    眾所周知,聯(lián)盟款云礪DDR5內(nèi)存與微星B850MPOWER主板是一對(duì)“官方CP”。作為云彣(UniWhen?)與微星(MSI)的聯(lián)手之作,兩款產(chǎn)品不僅有絕佳兼容性,更兼顧卓越性能與潮流審美。不過有些
    的頭像 發(fā)表于 01-26 16:29 ?638次閱讀

    別再用舊款了!RV1126B NPU實(shí)測(cè)2.6倍提速,YOLO算法絲滑運(yùn)行

    AI視覺芯片的核心競(jìng)爭(zhēng)力,NPU性能尤為關(guān)鍵。瑞芯微RV1126B作為RV1126迭代款,性能提升有多少?繼上集CPU性能實(shí)測(cè),今天為您帶來
    的頭像 發(fā)表于 12-22 12:11 ?1137次閱讀
    別再用舊款了!RV1126B NPU<b class='flag-5'>實(shí)測(cè)</b>2.6倍提速,YOLO算法絲滑運(yùn)行

    替代升級(jí)實(shí)錘!實(shí)測(cè)RV1126B,CPU性能吊打RV1126

    AI智能芯片迭代提速,瑞芯微推出了全新的Arm架構(gòu)AI視覺芯片RV1126B,是否替換RV1126,CPU性能是擠牙膏還是大突破。帶著這些核心疑問,我們展開CPU性能
    的頭像 發(fā)表于 12-11 17:13 ?2496次閱讀
    替代升級(jí)實(shí)錘!<b class='flag-5'>實(shí)測(cè)</b>RV1126B,<b class='flag-5'>CPU</b><b class='flag-5'>性能</b>吊打RV1126

    那么龍芯CPU性能如何呢?

    龍芯系列CPU的最新動(dòng)態(tài) 以下是龍芯系列CPU的最新動(dòng)態(tài)(截至2025年10月): 龍芯CPU性能如何? 以下是龍芯CPU
    的頭像 發(fā)表于 12-03 13:42 ?1373次閱讀

    普源示波器DS70000系列頻譜分析功能高性能射頻測(cè)試實(shí)測(cè)

    DS70000在頻譜分析中的性能表現(xiàn)與應(yīng)用價(jià)值。 ? 一、測(cè)試環(huán)境與設(shè)備配置 本次實(shí)測(cè)采用DS70000系列示波器,其最大5GHz帶寬與20GSa/s采樣率保證了高頻信號(hào)的精準(zhǔn)捕獲。搭配EMI預(yù)兼容測(cè)試夾具及差分探頭,測(cè)試對(duì)象為
    的頭像 發(fā)表于 09-23 18:07 ?895次閱讀
    普源示波器DS70000系列頻譜<b class='flag-5'>分析</b>功能高<b class='flag-5'>性能</b>射頻測(cè)試<b class='flag-5'>實(shí)測(cè)</b>

    RK3506開發(fā)板Xenomai內(nèi)核RT-Linux實(shí)時(shí)性系統(tǒng)適配教程與性能實(shí)測(cè),實(shí)測(cè)僅7μs穩(wěn)定延時(shí)

    本文基于觸覺智能RK3506核心板/開發(fā)板,介紹Xenomai內(nèi)核RT-Linux實(shí)時(shí)性系統(tǒng)適配,并附性能實(shí)測(cè)。簡(jiǎn)介與實(shí)測(cè)數(shù)據(jù)Xenomai簡(jiǎn)介XEnomai是一個(gè)實(shí)時(shí)子系統(tǒng),可與Linux內(nèi)核緊密集成,為應(yīng)用程序提供可預(yù)測(cè)的響
    的頭像 發(fā)表于 09-18 14:21 ?1640次閱讀
    RK3506開發(fā)板Xenomai內(nèi)核RT-Linux實(shí)時(shí)性系統(tǒng)適配教程與<b class='flag-5'>性能</b><b class='flag-5'>實(shí)測(cè)</b>,<b class='flag-5'>實(shí)測(cè)</b>僅7μs穩(wěn)定延時(shí)

    Linux性能監(jiān)控與調(diào)優(yōu)技巧

    作為一名在一線摸爬滾打多年的運(yùn)維工程師,我見過太多因?yàn)?b class='flag-5'>性能問題導(dǎo)致的線上故障。凌晨2點(diǎn)被告警電話吵醒,面對(duì)CPU飆升到100%、內(nèi)存不足、磁盤IO瓶頸等問題時(shí)的那種焦慮,相信每個(gè)運(yùn)維人
    的頭像 發(fā)表于 08-18 11:26 ?1028次閱讀

    探索CPU架構(gòu)的奧秘,揭秘高性能計(jì)算的隱形引擎

    的深海,揭開那些隱藏在高性能計(jì)算背后的神秘面紗。1.取指令(Fetch)程序計(jì)數(shù)器(PC):CPU通過程序計(jì)數(shù)器獲取下一條指令的內(nèi)存地址。指令讀?。簭拇鎯?chǔ)器或緩存中讀
    的頭像 發(fā)表于 08-13 11:58 ?947次閱讀
    探索<b class='flag-5'>CPU</b>架構(gòu)的奧秘,揭秘高<b class='flag-5'>性能</b>計(jì)算的隱形引擎

    Linux系統(tǒng)環(huán)境監(jiān)測(cè)終極指南

    Linux系統(tǒng)環(huán)境主要監(jiān)測(cè)CPU、內(nèi)存磁盤I/O和網(wǎng)絡(luò)流量。
    的頭像 發(fā)表于 06-25 14:41 ?964次閱讀
    Linux系統(tǒng)環(huán)境監(jiān)測(cè)終極指南

    Linux系統(tǒng)性能指南

    Linux服務(wù)器運(yùn)行了很多應(yīng)用,在高負(fù)載下,服務(wù)器可能會(huì)出現(xiàn)性能瓶頸,例如CPU利用率過高、內(nèi)存不足、磁盤I/O瓶頸等,從而導(dǎo)致系統(tǒng)卡頓,服務(wù)無法正常運(yùn)行等問題。所以針對(duì)以上問題,可以
    的頭像 發(fā)表于 06-23 14:12 ?1895次閱讀
    Linux系統(tǒng)<b class='flag-5'>性能</b>指南

    HarmonyOS優(yōu)化應(yīng)用內(nèi)存占用問題性能優(yōu)化四

    內(nèi)存,但需要注意在適當(dāng)?shù)臅r(shí)機(jī)釋放Purgeable內(nèi)存,以確保內(nèi)存資源能夠得到有效管理,避免內(nèi)存占用過高導(dǎo)致的性能問題和
    發(fā)表于 05-24 17:20

    HarmonyOS優(yōu)化應(yīng)用內(nèi)存占用問題性能優(yōu)化一

    一、 概述 用戶功能的不斷增強(qiáng),應(yīng)用越來越復(fù)雜,占用的內(nèi)存也在不斷膨脹,而內(nèi)存作為系統(tǒng)的稀缺資源比較有限,當(dāng)應(yīng)用程序占用過多內(nèi)存時(shí),系統(tǒng)可能會(huì)頻繁進(jìn)行內(nèi)存回收和重新分配,導(dǎo)致應(yīng)用程序的
    發(fā)表于 05-21 11:27

    國(guó)產(chǎn)電腦CPU性能排行榜TOP7:CPU緩存/主頻/多核實(shí)測(cè)數(shù)據(jù)分析

    在科技飛速發(fā)展的今天,電腦CPU(中央處理器)無疑是計(jì)算機(jī)性能的核心部件。而長(zhǎng)久以來,國(guó)際品牌在這一領(lǐng)域占據(jù)著主導(dǎo)地位,給人一種國(guó)產(chǎn)CPU性能不行的刻板印象。然而,隨著技術(shù)的不斷進(jìn)步和
    的頭像 發(fā)表于 04-29 10:38 ?3842次閱讀
    國(guó)產(chǎn)電腦<b class='flag-5'>CPU</b><b class='flag-5'>性能</b>排行榜TOP7:<b class='flag-5'>CPU</b>緩存/主頻/多核<b class='flag-5'>實(shí)測(cè)</b>數(shù)據(jù)<b class='flag-5'>分析</b>
    梧州市| 黄龙县| 辽中县| 肥城市| 蕉岭县| 新郑市| 二连浩特市| 罗江县| 定结县| 冷水江市| 来凤县| 长春市| 吴堡县| 越西县| 绩溪县| 伊宁市| 西华县| 门源| 蒙山县| 南通市| 白玉县| 日照市| 昌平区| 临颍县| 台南市| 利川市| 枣强县| 山东省| 手机| 汉寿县| 松桃| 即墨市| 娱乐| 常山县| 巫溪县| 五原县| 竹溪县| 元谋县| 疏勒县| 德安县| 平江县|