Displaying 2 results from an estimated 2 matches for "535mb".
Did you mean:
1535mb
2020 Jul 18
2
[Bug 3194] New: Please consider lowering chacha20-poly1305@openssh.com cipher priority on AES-NI capable CPU
...poly1305 at openssh.com is a lot
slower than aes ciphers on AES-NI capable hardware.
aes128-gcm at openssh.com is 23% faster on Xeon Westmere (the first Intel
CPU with AES-NI) and 47% faster on Kaby Lake.
On Kaby Lake:
aes128-gcm at openssh.com : 540MB/s
aes256-gcm at openssh.com : 535MB/s
aes128-ctr : 445MB/s
aes192-ctr : 446MB/s
aes256-ctr : 436MB/s
chacha20-poly1305 at openssh.com : 364MB/s
Please consider making aes128-gcm at openssh.com the default.
--
You are receiving this mail because:
You are watching the assign...
2017 Nov 09
0
[Gluster-devel] Poor performance of block-store with RDMA
...140MB/sec
3rd. FILEIO on FUSE mounted with tgtd - 235MB/sec
4th. glfs user backstore with tgtd - 220MB/sec
5th. FILEIO on FUSE mounted (iSER) - 643MB/sec
6th. glfs user backstore (iSER) - 149MB/sec
7th. FILEIO on FUSE mounted with tgtd (iSER) - 677MB/sec
8th. glfs user backstore with tgtd(iSER) - 535MB/sec
Every tests were done with dd command.
As shown above, 6th test showed similar results in 2nd test.
IMOH, It may be caused by tcmu-runner itself or glfs backstore handler
so I will take similar tests with other handlers(like qcow) in order to
find this point.
If there's anything I misse...