You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DiskWriter seems to have performance problems when writing small packet formats. We can probably fix this by moving to writev, similar to what we for sending UDP packets with sendmmsg.
The text was updated successfully, but these errors were encountered:
thors_hammer.py is a script I put together to help tune a generic DiskWriter to get the best disk throughput. Although I cannot take credit for the name (thanks @jack-h) I think it could become a useful tool for inclusion with Bifrost.
The
DiskWriter
seems to have performance problems when writing small packet formats. We can probably fix this by moving towritev
, similar to what we for sending UDP packets withsendmmsg
.The text was updated successfully, but these errors were encountered: