<table><tr><td style="">meven added a comment.
</td></tr></table><br /><div><div><p>Found some hints how to help the kernel manage its buffers and page cache efficiently when writing<br />
<a href="http://lkml.iu.edu/hypermail/linux/kernel/1005.2/01845.html" class="remarkup-link" target="_blank" rel="noreferrer">http://lkml.iu.edu/hypermail/linux/kernel/1005.2/01845.html</a><br />
<a href="http://lkml.iu.edu/hypermail/linux/kernel/1005.2/01953.html" class="remarkup-link" target="_blank" rel="noreferrer">http://lkml.iu.edu/hypermail/linux/kernel/1005.2/01953.html</a></p>
<p>Also additional fadvise might be worse testing.</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">(void)posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED);
(void)posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL);
(void)posix_fadvise(fd, 0, 0, POSIX_FADV_NOREUSE);</pre></div>
<p>In any case, I desperately need a benchmark tool as kioclient can't really play that role.<br />
Something that would link directly with file IOSLAVE.</p></div></div><br /><div><strong>TASK DETAIL</strong><div><a href="https://phabricator.kde.org/T12641">https://phabricator.kde.org/T12641</a></div></div><br /><div><strong>To: </strong>meven<br /><strong>Cc: </strong>apol, dfaure, Frameworks, Dolphin, ognarb, broulik, meven, sdorishlab, badbunny, waitquietly, azyx, nikolaik, pberestov, iasensio, aprcela, fprice, LeGast00n, koehn, cblack, fbampaloukas, alexde, Codezela, feverfew, michaelh, ahmadsamir, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, rdieter, mikesomov, vkrause<br /></div>