floodtest
floodtest [options]
Performs hardware speed-testing by using modular exponentiation.
If skew or threshold checking is enabled (they are mutually exclusive), the average number of operations per second is recorded at TIME
.
If skew checking is enabled, each subsequent operation must be within SKEW
of the recorded average.
If threshold checking is enabled, the average must stay above COUNT
after checking starts. If either of these conditions is not met, the application terminates.
Option | Description |
---|---|
Program options |
|
|
Performs ModExps using the Chinese Remainder Theorem (default). |
|
Perform ModExps without using CRT. |
|
Sets the maximum number of outstanding jobs. |
|
Sets the size of each ModExp in bits. |
|
Sets the |
|
Sets the maximum number of jobs. |
|
Uses Query mode (spinlock) rather than Wait mode. |
|
Accepts replies in any order. |
|
Sets the maximum time to run, in seconds. |
Automatic checking options |
|
|
Specifies when skew or threshold checking commences, in seconds. |
|
Turns skew checking on. |
|
Turns threshold checking on. |
Output options |
|
|
Send output to named file as well as to stdout. |
|
Print results all on one line, using \r rather than \n. |
|
Set the statistics reporting interval in seconds (default = 1). |
Help options |
|
|
Displays help for |
|
Displays a brief usage summary for |
|
Displays the version number of the Security World Software that deploys |