Examples (7)
Benchmark all available algorithms
Benchmark the most common algorithms
openssl speed md5 sha1 sha256 aes rsaBenchmark a specific EVP cipher
openssl speed -evp aes-256-cbcBenchmark algorithms for a specific duration (in seconds)
openssl speed -seconds 10Benchmark using wall-clock time instead of CPU user time
openssl speed -elapsedOutput in machine readable format
openssl speed -mrBenchmark multiple algorithms in parallel using all available CPU cores
openssl speed -multi $(nproc)made by @shridhargupta | data from tldr-pages