https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195587
--- Comment #1 from Martin Birgmeier <[email protected]> --- By the way, a positive remark + a thank you for the iscsi work: (on the client) % iscsictl -A -n v905 % mount /dev/da0d /mnt % bonnie -d /mnt/tmp/x -s 1024 File '/mnt/tmp/x/Bonnie.37415', size: 1073741824 Writing with putc()...done Rewriting...done Writing intelligently...done Reading with getc()...done Reading intelligently...done Seeker 1...Seeker 2...Seeker 3...start 'em...done...done...done... -------Sequential Output-------- ---Sequential Input-- --Random-- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU 1024 114260 50.4 113703 13.1 173854 14.7 253630 100.0 3363968 100.7 409290.9 242.6 % umount /mnt % iscsictl -R -n v905 (on the server, addressing the target directly as a mounted UFS) % service ctld stop (see bug #195585) % mount /dev/zvol/path/v905d /mnt % bonnie -d /mnt/tmp/x -s 1024 File '/mnt/tmp/x/Bonnie.41437', size: 1073741824 Writing with putc()...done Rewriting...done Writing intelligently...done Reading with getc()...done Reading intelligently...done Seeker 1...Seeker 2...Seeker 3...start 'em...done...done...done... -------Sequential Output-------- ---Sequential Input-- --Random-- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU 1024 165433 68.7 247671 51.7 448879 37.7 265097 100.0 3201309 101.0 336049.7 239.1 bonnie -d /mnt/tmp/x -s 1024 5.87s user 6.12s system 4335445% cpu 23.066 total % umount /mnt Nice performance on cheap hardware. The target is 20GB of a 6 x 2TB raidz2 zpool, with 2 partitions a and d. So again, thanks. -- Martin -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
