Quantcast
Channel: TrueNAS Community
Viewing all articles
Browse latest Browse all 185907

Notes on Performance, Benchmarks and Cache.

$
0
0
Hello everybody, I'm seeing a growing collection of posts about performance and wanted to make a few general statements about how to get Accurate results.

dd is often used to read and write to a block device and will get you results. Only when used properly will you get accurate results.

what is the basic structure of the dd command
Code:
dd if= of= bs= count=


if: is the input file, dd copies data from the input file
of: is the output file
bs: the size of each read or...

Notes on Performance, Benchmarks and Cache.

Viewing all articles
Browse latest Browse all 185907

Trending Articles