Displaying 20 results from an estimated 66 matches for "runt".
Did you mean:
run
2012 Mar 30
4
[PATCH] virtio_blk: Drop unused request tracking list
Benchmark shows small performance improvement on fusion io device.
Before:
seq-read : io=1,024MB, bw=19,982KB/s, iops=39,964, runt= 52475msec
seq-write: io=1,024MB, bw=20,321KB/s, iops=40,641, runt= 51601msec
rnd-read : io=1,024MB, bw=15,404KB/s, iops=30,808, runt= 68070msec
rnd-write: io=1,024MB, bw=14,776KB/s, iops=29,552, runt= 70963msec
After:
seq-read : io=1,024MB, bw=20,343KB/s, iops=40,685, runt= 51546msec
se...
2012 Mar 30
4
[PATCH] virtio_blk: Drop unused request tracking list
Benchmark shows small performance improvement on fusion io device.
Before:
seq-read : io=1,024MB, bw=19,982KB/s, iops=39,964, runt= 52475msec
seq-write: io=1,024MB, bw=20,321KB/s, iops=40,641, runt= 51601msec
rnd-read : io=1,024MB, bw=15,404KB/s, iops=30,808, runt= 68070msec
rnd-write: io=1,024MB, bw=14,776KB/s, iops=29,552, runt= 70963msec
After:
seq-read : io=1,024MB, bw=20,343KB/s, iops=40,685, runt= 51546msec
se...
2008 Feb 17
1
Strange bug using runt with rails
Hi all,
I''m trying to include the ''runt'' gem (http://runt.rubyforge.org/) in
my Rails project. I''ve tried a few ways of doing this. I''ve tried
installing runt using ''gem install runt'' and then trying to do
"require ''runt''" in my environment.rb, and I''ve a...
2008 Nov 10
3
Runt Recurring events
I am planning on using Runt to calculate recurring events. I
calculate a Runt object in the view and use it to see if it includes a
certain date, which is populates from the database, and display the
info for that date if it is included. I have recurring events for
every week, which was pretty easy to set up. I can just sa...
2006 Jul 21
0
[RESOLVED] Marshal.dump not dumping entire object?
...'
all attributes, but adding custom marshaling to PDate did the trick.
ala,
+ def marshal_dump
+ dumped_obj = [date_precision, ajd, sg, of]
+ dumped_obj
+ end
+
+ def marshal_load(dumped_obj)
+ @date_precision, @ajd, @sg, @of = dumped_obj
+ end
For those that use Runt, I''ve submitted a patch.
cheers,
Jodi
-----------
Greetings,
I first want to say that this problem is happening with the Runt
gem. This may is likely an implementation issue between Marshal and
Runt. While I''ve simultaneously filed this problem with Matt Lipper,
I'...
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...-------------- next part --------------
randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
...
randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
Starting 8 processes
randrw: (groupid=0, jobs=1): err= 0: pid=7155
read : io=384MB, bw=62,934KB/s, iops=15,733, runt= 6243msec
slat (usec): min=4, max=11,681, avg=167.00, stdev=448.35
clat (usec): min=3, max=19,552, avg=2217.48, stdev=1367.27
bw (KB/s) : min= 0, max=70143, per=1.27%, avg=6362.85, stdev=19236.22
write: io=128MB, bw=21,046KB/s, iops=5,261, runt= 6243msec
slat (usec): min=4, m...
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...-------------- next part --------------
randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
...
randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
Starting 8 processes
randrw: (groupid=0, jobs=1): err= 0: pid=7155
read : io=384MB, bw=62,934KB/s, iops=15,733, runt= 6243msec
slat (usec): min=4, max=11,681, avg=167.00, stdev=448.35
clat (usec): min=3, max=19,552, avg=2217.48, stdev=1367.27
bw (KB/s) : min= 0, max=70143, per=1.27%, avg=6362.85, stdev=19236.22
write: io=128MB, bw=21,046KB/s, iops=5,261, runt= 6243msec
slat (usec): min=4, m...
2012 Jun 01
4
[PATCH v3] virtio_blk: unlock vblk->lock during kick
...nitial performance data that
indicates this optimization is worthwhile at high iops.
Asias He <asias at redhat.com> reports the following fio results:
Host: Linux 3.4.0+ #302 SMP x86_64 GNU/Linux
Guest: same as host kernel
Average 3 runs:
with locked kick
read iops=119907.50 bw=59954.00 runt=35018.50 io=2048.00
write iops=217187.00 bw=108594.00 runt=19312.00 io=2048.00
read iops=33948.00 bw=16974.50 runt=186820.50 io=3095.70
write iops=35014.00 bw=17507.50 runt=181151.00 io=3095.70
clat (usec) max=3484.10 avg=121085.38 stdev=174416.11 min=0.00
clat (usec) max=3438.30 avg...
2012 Jun 01
4
[PATCH v3] virtio_blk: unlock vblk->lock during kick
...nitial performance data that
indicates this optimization is worthwhile at high iops.
Asias He <asias at redhat.com> reports the following fio results:
Host: Linux 3.4.0+ #302 SMP x86_64 GNU/Linux
Guest: same as host kernel
Average 3 runs:
with locked kick
read iops=119907.50 bw=59954.00 runt=35018.50 io=2048.00
write iops=217187.00 bw=108594.00 runt=19312.00 io=2048.00
read iops=33948.00 bw=16974.50 runt=186820.50 io=3095.70
write iops=35014.00 bw=17507.50 runt=181151.00 io=3095.70
clat (usec) max=3484.10 avg=121085.38 stdev=174416.11 min=0.00
clat (usec) max=3438.30 avg...
2006 Jul 21
0
Marshal.dump not dumping entire object?
Greetings,
I first want to say that this problem is happening with the Runt
gem. This may is likely an implementation issue between Marshal and
Runt. While I''ve simultaneously filed this problem with Matt Lipper,
I''m also hoping someone here can can guide me a little - either in
implementation (usage of Marshal), or to aid me to fix Runt to
supp...
2005 Jan 26
1
FW: How to delay before mounting root filesystem
...y samples?
-----Original Message-----
From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com]On
Behalf Of Joel Ebel
Sent: Wednesday, January 26, 2005 1:43 AM
To: syslinux at zytor.com
Subject: Re: [syslinux] How to delay before mounting root filesystem
This is the whole reason RUNT Linux exists. TO be able to boot from USB
devices. You have the right idea. You need an initial ramdisk to
sleep, or you need the kernel to be patched to allow time for the USB
device to be initialized. I haven't had consistent results with the
kernel patches, so RUNT uses an initial ramdis...
2005 Dec 12
2
Using a lib in YAML fixtures
I''m using the runt library [1] to do some temporal expression
matching. I want to keep the expression in a binary field in my db.
I figured that then in order to do the fixtures, I''d need to do some
erb in the yaml file. So I came up with this:
onetime:
id: 1
name: One Time
description: This event...
2006 Mar 06
1
Using Runt with Rails Tutorial or Helpers?
I''m working on a project that has event scheduling and I need to get
date recurrence going on it. I found the Runt library which looks like
it has pretty much everything handled, but I was wondering if there are
any tutorials out there for using Runt with Rails, or better yet some
helpers or a plugin for it. I tried searching through the mailing list
archives, but searching is down on Ruby Forum, and gmane&...
2004 Aug 19
2
Syslinux patch
...there was no simple tool I knew of to it in windows
at all. However, adding this functionality to the linux version of
syslinux would also be possible. Enjoy, and Peter, if you like it,
please feel free to modify it and merge it with syslinux.
The patch can be found here:
http://ncsu.edu/project/runt/dist/syslinux-2.11-mbr.patch
If you're interested, my USB distribution is RUNT.
http://ncsu.edu/project/runt
Joel Ebel
Patch written by Richard Woodbury III
2007 Aug 04
4
syslinux & booting linux from USB
Dear all,
I wanna create a GNU/Linux that it boots from USB.
I don't any idea on that.
Can you introduce me a doc that i can use it & i can solve my problem?
Cheers,
--
-------------------------
Mohsen Pahlevanzadeh
email address : mohsen at pahlevanzadeh.org
web site : http://pahlevanzadeh.org
IRC IM : m_pahlevanzadeh
yahoo IM : linuxorbsd
----------------------------
2012 Jul 28
1
[PATCH V4 0/3] Improve virtio-blk performance
Hi, Jens & Rusty
This version is rebased against linux-next which resolves the conflict with
Paolo Bonzini's 'virtio-blk: allow toggling host cache between writeback and
writethrough' patch.
Patch 1/3 and 2/3 applies on linus's master as well. Since Rusty will pick up
patch 3/3 so the changes to block core (adding blk_bio_map_sg()) will have a
user.
Jens, could you please
2012 Jul 28
1
[PATCH V4 0/3] Improve virtio-blk performance
Hi, Jens & Rusty
This version is rebased against linux-next which resolves the conflict with
Paolo Bonzini's 'virtio-blk: allow toggling host cache between writeback and
writethrough' patch.
Patch 1/3 and 2/3 applies on linus's master as well. Since Rusty will pick up
patch 3/3 so the changes to block core (adding blk_bio_map_sg()) will have a
user.
Jens, could you please
2012 Aug 08
2
[PATCH V7 0/2] Improve virtio-blk performance
Hi, all
Changes in v7:
- Using vbr->flags to trace request type
- Dropped unnecessary struct virtio_blk *vblk parameter
- Reuse struct virtblk_req in bio done function
- Added performance data on normal SATA device and the reason why make it optional
Fio test shows bio-based IO path gives the following performance improvement:
1) Ramdisk device
With bio-based IO path, sequential
2012 Aug 08
2
[PATCH V7 0/2] Improve virtio-blk performance
Hi, all
Changes in v7:
- Using vbr->flags to trace request type
- Dropped unnecessary struct virtio_blk *vblk parameter
- Reuse struct virtblk_req in bio done function
- Added performance data on normal SATA device and the reason why make it optional
Fio test shows bio-based IO path gives the following performance improvement:
1) Ramdisk device
With bio-based IO path, sequential
2012 Jul 13
5
[PATCH V3 0/3] Improve virtio-blk performance
This patchset implements bio-based IO path for virito-blk to improve
performance.
Fio test shows bio-based IO path gives the following performance improvement:
1) Ramdisk device
With bio-based IO path, sequential read/write, random read/write
IOPS boost : 28%, 24%, 21%, 16%
Latency improvement: 32%, 17%, 21%, 16%
2) Fusion IO device
With bio-based IO path, sequential