login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
12
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandwidth controlling subsystem for CGroups based on CFQ
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ryo Tsuruta
Subject:
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandwidth controlling subsystem for CGroups based on CFQ
Date: Sunday, May 11, 2008 - 8:10 pm
Hi, Uchida-san, Thanks for your comments.
quoted text
> In the test #2 and #3, did you use direct write? > I guess you have used the non-direct write I/O (using cache).
Yes, I did. I used direct write in all tests. I would appreciate it if you would try a test like I did. -- Ryo Tsuruta <ryov@valinux.co.jp> --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC][patch 0/11][CFQ-cgroup]Yet another I/O bandwidth con ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:22 am)
[RFC][patch 1/11][CFQ-cgroup] Add Configuration
, Satoshi UCHIDA
, (Tue Apr 1, 2:27 am)
[RFC][patch 2/11][CFQ-cgroup] Move header file
, Satoshi UCHIDA
, (Tue Apr 1, 2:30 am)
[RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Tue Apr 1, 2:32 am)
[RFC][patch 4/11][CFQ-cgroup] Create cfq driver unique data
, Satoshi UCHIDA
, (Tue Apr 1, 2:33 am)
[RFC][patch 5/11][CFQ-cgroup] Add cfq optional operation f ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:35 am)
[RFC][patch 6/11][CFQ-cgroup] Add new control layer over t ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:36 am)
[RFC][patch 7/11][CFQ-cgroup] Control cfq_data per driver
, Satoshi UCHIDA
, (Tue Apr 1, 2:37 am)
[RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Tue Apr 1, 2:38 am)
[RFC][patch 9/11][CFQ-cgroup] Search cfq_data when not con ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:40 am)
[RFC][patch 10/11][CFQ-cgroup] Control service tree: Main ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:41 am)
[RFC][patch 11/11][CFQ-cgroup] entry/remove active cfq_data
, Satoshi UCHIDA
, (Tue Apr 1, 2:42 am)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Paul Menage
, (Wed Apr 2, 3:41 pm)
RE: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Wed Apr 2, 7:31 pm)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Li Zefan
, (Wed Apr 2, 7:39 pm)
[RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandwidth ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:09 am)
[PATCH] [RFC][patch 1/12][CFQ-cgroup] Add Configuration
, Satoshi UCHIDA
, (Thu Apr 3, 12:11 am)
[RFC][patch 2/11][CFQ-cgroup] Move header file
, Satoshi UCHIDA
, (Thu Apr 3, 12:12 am)
[RFC][patch 3/12][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Thu Apr 3, 12:12 am)
[PATCH] [RFC][patch 4/12][CFQ-cgroup] Add ioprio entry
, Satoshi UCHIDA
, (Thu Apr 3, 12:13 am)
[RFC][patch 5/12][CFQ-cgroup] Create cfq driver unique data
, Satoshi UCHIDA
, (Thu Apr 3, 12:14 am)
[RFC][patch 6/12][CFQ-cgroup] Add cfq optional operation f ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:14 am)
[RFC][patch 7/12][CFQ-cgroup] Add new control layer over t ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:15 am)
[RFC][patch 8/12][CFQ-cgroup] Control cfq_data per driver
, Satoshi UCHIDA
, (Thu Apr 3, 12:15 am)
[RFC][patch 9/12][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Thu Apr 3, 12:16 am)
[PATCH] [RFC][patch 10/12][CFQ-cgroup] Search cfq_data whe ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:16 am)
[RFC][patch 11/12][CFQ-cgroup] Control service tree: Main ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:17 am)
[RFC][patch 12/12][CFQ-cgroup] entry/remove active cfq_data
, Satoshi UCHIDA
, (Thu Apr 3, 12:18 am)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Paul Menage
, (Thu Apr 3, 8:31 am)
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Paul Menage
, (Thu Apr 3, 8:35 am)
RE: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Thu Apr 3, 11:20 pm)
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Paul Menage
, (Fri Apr 4, 2:00 am)
RE: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Fri Apr 4, 2:46 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Fri Apr 25, 2:54 am)
Re: [Devel] Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet anoth ...
, Florian Westphal
, (Fri Apr 25, 2:37 pm)
Re: [Devel] Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet anoth ...
, Ryo Tsuruta
, (Mon Apr 28, 5:44 pm)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Fri May 9, 3:17 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Sun May 11, 8:10 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Mon May 12, 8:33 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Thu May 22, 6:04 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Thu May 22, 7:53 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Sun May 25, 7:46 pm)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Tue May 27, 4:32 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Fri May 30, 3:37 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Tue Jun 3, 1:15 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Wed Jun 18, 2:48 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Wed Jun 18, 3:33 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Sun Jun 22, 10:04 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Wed Jun 25, 9:49 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate