Displaying 16 results from an estimated 16 matches for "103k".
Did you mean:
103
2019 Jan 05
0
Re: [PATCH nbdkit 0/7] server: Implement NBD_FLAG_CAN_MULTI_CONN.
...: IOPS=52.8k, BW=206MiB/s (216MB/s)(24.2GiB/120002msec)
write: IOPS=52.8k, BW=206MiB/s (216MB/s)(24.2GiB/120002msec)
file:
read: IOPS=48.3k, BW=189MiB/s (198MB/s)(22.1GiB/120001msec)
write: IOPS=48.3k, BW=189MiB/s (198MB/s)(22.1GiB/120001msec)
With multi-conn (-C 8):
memory:
read: IOPS=103k, BW=401MiB/s (420MB/s)(46.0GiB/120002msec)
write: IOPS=103k, BW=401MiB/s (420MB/s)(46.0GiB/120002msec)
file:
read: IOPS=49.2k, BW=192MiB/s (202MB/s)(22.5GiB/120001msec)
write: IOPS=49.2k, BW=192MiB/s (202MB/s)(22.5GiB/120001msec)
So you can see that the file plugin doesn't move at all,...
2019 Jan 05
1
Re: [PATCH nbdkit 0/7] server: Implement NBD_FLAG_CAN_MULTI_CONN.
...are some more interesting numbers, concentrating on the memory
plugin and RAM disks. All are done using 8 threads and multi-conn, on
a single unloaded machine with 16 cores, using a Unix domain socket.
(1) The memory plugin using the sparse array, as implemented upstream
in 1.9.8:
read: IOPS=103k, BW=401MiB/s (420MB/s)(46.0GiB/120002msec)
write: IOPS=103k, BW=401MiB/s (420MB/s)(46.0GiB/120002msec)
(2) I moved the locking to around calls to the sparse array code, and
changed the thread model to parallel:
read: IOPS=112k, BW=437MiB/s (458MB/s)(51.2GiB/120001msec)
write: IOPS=112k, BW...
2005 Jan 07
10
How to balance OUTBOUND traffic by packet if..
how to use iproute/iptables to balance by packet OUTBOUND traffic between
2 PPP (pptp cable modem and pppoe adsl modem) links to the same ISP . also
by using the fact that the ISP dosen''t filter source IP address - meaning
i can use either PPP''s link assigned IP address as the source IP in the ip
header.., it works for both devices.., what i want to achive is : when
uploading a
2018 Nov 02
2
[PATCH 0/1] vhost: add vhost_blk driver
...t; 8 1099k 1015k 117k 115k 1001k 931k 712k
> 9 1194k 1119k 115k 111k 1055k 991k 711k
> 10 1278k 1207k 109k 114k 1130k 1046k 695k
> 11 1345k 1280k 110k 108k 1119k 1091k 663k
> 12 1411k 1356k 104k 106k 1201k 1142k 629k
> 13 1466k 1423k 106k 106k 1260k 1170k 607k
> 14 1517k 1486k 103k 106k 1296k 1179k 589k
> 15 1552k 1543k 102k 102k 1322k 1191k 571k
> 16 1480k 1506k 101k 102k 1346k 1202k 566k
>
> Vitaly Mayatskikh (1):
> Add vhost_blk driver
Thanks!
Before merging this, I'd like to get some acks from userspace that it's
actually going to be used - e.g...
2019 Jan 05
4
Re: [PATCH nbdkit 0/7] server: Implement NBD_FLAG_CAN_MULTI_CONN.
On Fri, Jan 04, 2019 at 05:26:07PM -0600, Eric Blake wrote:
> On 1/4/19 4:08 PM, Richard W.M. Jones wrote:
> > First thing to say is that I need to do a *lot* more testing on this,
> > so this is just an early peek. In particular, although it passed
> > ‘make check && make check-valgrind’ I have *not* tested it against a
> > multi-conn-aware client such as the
2018 Nov 05
2
[PATCH 0/1] vhost: add vhost_blk driver
...t; 8 1099k 1015k 117k 115k 1001k 931k 712k
> 9 1194k 1119k 115k 111k 1055k 991k 711k
> 10 1278k 1207k 109k 114k 1130k 1046k 695k
> 11 1345k 1280k 110k 108k 1119k 1091k 663k
> 12 1411k 1356k 104k 106k 1201k 1142k 629k
> 13 1466k 1423k 106k 106k 1260k 1170k 607k
> 14 1517k 1486k 103k 106k 1296k 1179k 589k
> 15 1552k 1543k 102k 102k 1322k 1191k 571k
> 16 1480k 1506k 101k 102k 1346k 1202k 566k
>
> Vitaly Mayatskikh (1):
> Add vhost_blk driver
>
> drivers/vhost/Kconfig | 13 ++
> drivers/vhost/Makefile | 3 +
> drivers/vhost/blk.c | 510 +++...
2018 Nov 05
2
[PATCH 0/1] vhost: add vhost_blk driver
...t; 8 1099k 1015k 117k 115k 1001k 931k 712k
> 9 1194k 1119k 115k 111k 1055k 991k 711k
> 10 1278k 1207k 109k 114k 1130k 1046k 695k
> 11 1345k 1280k 110k 108k 1119k 1091k 663k
> 12 1411k 1356k 104k 106k 1201k 1142k 629k
> 13 1466k 1423k 106k 106k 1260k 1170k 607k
> 14 1517k 1486k 103k 106k 1296k 1179k 589k
> 15 1552k 1543k 102k 102k 1322k 1191k 571k
> 16 1480k 1506k 101k 102k 1346k 1202k 566k
>
> Vitaly Mayatskikh (1):
> Add vhost_blk driver
>
> drivers/vhost/Kconfig | 13 ++
> drivers/vhost/Makefile | 3 +
> drivers/vhost/blk.c | 510 +++...
2018 Nov 05
0
[PATCH 0/1] vhost: parallel virtqueue handling
...328k 249k 349k
> 3 479k 179k 501k
> 4 622k 143k 620k
> 5 755k 136k 737k
> 6 887k 131k 830k
> 7 1004k 126k 926k
> 8 1099k 117k 1001k
> 9 1194k 115k 1055k
> 10 1278k 109k 1130k
> 11 1345k 110k 1119k
> 12 1411k 104k 1201k
> 13 1466k 106k 1260k
> 14 1517k 103k 1296k
> 15 1552k 102k 1322k
> 16 1480k 101k 1346k
>
> Vitaly Mayatskikh (1):
> vhost: add per-vq worker thread
>
> drivers/vhost/vhost.c | 123 +++++++++++++++++++++++++++++++-----------
> drivers/vhost/vhost.h | 11 +++-
> 2 files changed, 100 insertions(+), 34 d...
2004 Dec 30
0
MultipleIP´s in one Zone
...CET 2004
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source
destination
38383 11M ACCEPT all -- lo * 0.0.0.0/0
0.0.0.0/0
0 0 DROP !icmp -- * * 0.0.0.0/0
0.0.0.0/0 state INVALID
103K 25M eth1_in all -- eth1 * 0.0.0.0/0
0.0.0.0/0
5449 631K eth0_in all -- eth0 * 0.0.0.0/0
0.0.0.0/0
10372 1277K eth2_in all -- eth2 * 0.0.0.0/0
0.0.0.0/0
0 0 Reject all -- * * 0.0.0.0/0
0.0.0.0/0...
2006 Aug 04
4
policy ordering when mixing interface zones and host defined zones
...mz2publr all -- * eth0.7 0.0.0.0/0 0.0.0.0/0
3 114 dmz2pubph all -- * eth0.5 0.0.0.0/0 0.0.0.0/0
7727 7081K dmz2pubsh all -- * eth0.3 0.0.0.0/0 0.0.0.0/0
38620 32M dmz2stfph all -- * eth0.4 0.0.0.0/0 0.0.0.0/0
103K 66M dmz2stfsh all -- * eth0.2 0.0.0.0/0 0.0.0.0/0
0 0 sys2all all -- * eth1 111.111.111.0/24 0.0.0.0/0
0 0 sys2all all -- * eth0.64 111.111.111.0/24 0.0.0.0/0
0 0 sys2all all -- * eth0.7 111.111.111.0/24 0....
2006 Jun 18
10
1.0 RC1 status
Today I finally caught up with my mail. I've now read all the mails from
the Dovecot list from this year and all my private mails from last few
years (totaling around 500 unread mails).
If you think there's still something I should have replied to, please
re-send it because I've either missed it or just skipped it for some
reason. (Except there are still a couple of mails from this
2011 Nov 08
1
Single-disk rpool with inconsistent checksums, import fails
Hello all,
I have an oi_148a PC with a single root disk, and since
recently it fails to boot - hangs after the copyright
message whenever I use any of my GRUB menu options.
Booting with an oi_148a LiveUSB I had around since
installation, I ran some zdb traversals over the rpool
and zpool import attempts. The imports fail by running
the kernel out of RAM (as recently discussed in the
list with
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
....4-1.i386.rpm 17-Jul-2008 07:23 554k
cairo-debuginfo-1.6...> 22-Jul-2008 07:59 904k
cairo-devel-1.6.4-1...> 22-Jul-2008 08:02 168k
dkms-openafs-1.4.7-1..> 22-Jul-2008 08:00 958k
dvipdfm-0.13.2d-30Ce..> 22-Jul-2008 08:00 135k
dvipng-1.9-30Centos5..> 22-Jul-2008 08:00 103k
emacs-22.2-4Centos5...> 22-Jul-2008 08:01 2.0M
emacs-auctex-11.85-8..> 22-Jul-2008 08:09 500k
emacs-auctex-doc-11...> 22-Jul-2008 08:09 1.0M
emacs-auctex-el-11.8..> 17-Jul-2008 22:31 355k
emacs-common-22.2-4C..> 22-Jul-2008 08:03 19.3M
emacs-debuginfo-22.2..> 22-Jul...
2019 Jan 05
15
[PATCH nbdkit v2 01/11] server: Implement NBD_FLAG_CAN_MULTI_CONN.
For existing commits, this is almost identical to v1, except that I
updated some commit messages and reordered the commits in a somewhat
more logical sequence.
The main changes are the extra commits:
[06/11] plugins: Return NBD_FLAG_CAN_MULTI_CONN from some readonly plugins.
- Readonly plugins that can set the flag unconditionally.
[09/11] partitioning: Return NBD_FLAG_CAN_MULTI_CONN.
[10/11]
2011 May 13
27
Extremely slow zpool scrub performance
Running a zpool scrub on our production pool is showing a scrub rate
of about 400K/s. (When this pool was first set up we saw rates in the
MB/s range during a scrub).
Both zpool iostat and an iostat -Xn show lots of idle disk times, no
above average service times, no abnormally high busy percentages.
Load on the box is .59.
8 x 3GHz, 32GB ram, 96 spindles arranged into raidz zdevs on OI 147.
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...8K - 3433 16,32,64,128,256,512,1024,2048,4096
bus 1100 47K - 6251 16,32,64,128,1024
SWAP 2 549K - 2 64
umtx 130 9K - 130 64
sysctltmp 0 0K - 213 16,32,64,128,256
sysctloid 3430 103K - 3430 16,32,64
sysctl 0 0K - 88 16,32,64
uidinfo 7 2K - 10 32,1024
plimit 14 4K - 136 256
cred 17 3K - 1236 128
subproc 193 349K - 705 256,4096
proc...