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
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List