>>No.69298873
root@ubuntu-server:/home/user# sudo apt install hashcat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
hashcat-data
Suggested packages:
hashcat-nvidia
The following NEW packages will be installed:
hashcat hashcat-data
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,344 kB of archives.
After this operation, 63.6 MB of additional disk space will be used.
(省略)
(下载了hashcat)
root@ubuntu-server:/home/user# # hashcat -b
hashcat (v6.2.5) starting in benchmark mode...
CUDA API (CUDA 13.0)
====================
* Device #1: A100-SXM4-40GB, 40960 MB, 1410 MHz, 108 SM
* Device #2: A100-SXM4-40GB, 40960 MB, 1410 MHz, 108 SM
OpenCL API (OpenCL 3.0 CUDA 13.0.126) - Platform #1 [NVIDIA]
================================================================
* Device #3: A100-SXM4-40GB, 40960 MB, 1410 MHz, 108 SM (OpenCL, skipped)
Benchmark relevant options:
===========================
* --workload-profile: 3 (high)
* --optimized-kernel-enable: enabled
Hashname: MD5
-------------
Speed.#1.........: 12,345.6 MH/s (11.2ms) # 实际A100 MD5约10-15GH/s,取合理值
Speed.#2.........: 12,345.6 MH/s (11.2ms)
Speed.#*.........: 24,691.2 MH/s
(之后的测试省略……)
(运行了各种测试,两张A100的高性能让你很高兴。你不禁满足地叹了口气)
Benchmark finished. Total time: 7m 29s
root@ubuntu-server:/home/user#
(接下来该干什么呢……)