Hacker News new | ask | show | jobs
by bishfish 807 days ago
Plus he isn’t using oflag=direct, so since output file is small it isn’t even making it to disk. I think it would only be sent to page cache. I’m afraid he is testing CPU and memory (bus) speeds here.

oflag=direct will write direct and bypass page cache.

2 comments

Exactly. Something is very fishy if this system only writes 1.6 GB/s to the page cache. Probably that dd command line quoted in the article is incomplete.
*she