← 返回命令列表

Linux command

mprime 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start Prime95 (interactive)

mprime

Run torture test

mprime -t

Run specific test type

mprime -t -W[1]

Run as daemon

mprime -d

Set worker threads

mprime -t -w[4]

说明

mprime (Prime95 for Linux) is the Great Internet Mersenne Prime Search (GIMPS) client. It searches for Mersenne primes and can also be used for CPU stress testing and benchmarking. The torture test mode is popular for testing system stability, especially after overclocking.

参数

-t
Torture test mode.
-d
Run as daemon.
-w _n_
Number of workers.
-W _type_
Torture test type.
-m
Menu mode.
-v
Print version.

FAQ

What is the mprime command used for?

mprime (Prime95 for Linux) is the Great Internet Mersenne Prime Search (GIMPS) client. It searches for Mersenne primes and can also be used for CPU stress testing and benchmarking. The torture test mode is popular for testing system stability, especially after overclocking.

How do I run a basic mprime example?

Run `mprime` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t do in mprime?

Torture test mode.