[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1197677470@kroah.com>
Date: Fri, 14 Dec 2007 16:11:10 -0800
From: <gregkh@...e.de>
To: dhaval@...ux.vnet.ibm.com, akpm@...ux-foundation.org,
balbir@...ibm.com, gregkh@...e.de, linux-kernel@...r.kernel.org,
mingo@...e.hu, vatsa@...ux.vnet.ibm.com
Subject: patch add-documentation-for-fair_user_sched-sysfs-files.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: Add Documentation for FAIR_USER_SCHED sysfs files
to my gregkh-2.6 tree. Its filename is
add-documentation-for-fair_user_sched-sysfs-files.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From dhaval@...ux.vnet.ibm.com Tue Dec 11 21:51:17 2007
From: Dhaval Giani <dhaval@...ux.vnet.ibm.com>
Date: Wed, 12 Dec 2007 11:18:59 +0530
Subject: Add Documentation for FAIR_USER_SCHED sysfs files
To: Greg KH <gregkh@...e.de>
Cc: lkml <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>, Andrew Morton <akpm@...ux-foundation.org>, Srivatsa Vaddagiri <vatsa@...ux.vnet.ibm.com>, Balbir Singh <balbir@...ibm.com>
Message-ID: <20071212054859.GC1486@...ux.vnet.ibm.com>
Content-Disposition: inline
This patch adds documentation about /sys/kernel/uids/<uid>/cpu_share
to Documentation/ABI.
Signed-off-by: Dhaval Giani <dhaval@...ux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@...e.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
Documentation/ABI/testing/sysfs-kernel-uids | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-kernel-uids
@@ -0,0 +1,14 @@
+What: /sys/kernel/uids/<uid>/cpu_shares
+Date: December 2007
+Contact: Dhaval Giani <dhaval@...ux.vnet.ibm.com>
+ Srivatsa Vaddagiri <vatsa@...ux.vnet.ibm.com>
+Description:
+ The /sys/kernel/uids/<uid>/cpu_shares tunable is used
+ to set the cpu bandwidth a user is allowed. This is a
+ propotional value. What that means is that if there
+ are two users logged in, each with an equal number of
+ shares, then they will get equal CPU bandwidth. Another
+ example would be, if User A has shares = 1024 and user
+ B has shares = 2048, User B will get twice the CPU
+ bandwidth user A will. For more details refer
+ Documentation/sched-design-CFS.txt
Patches currently in gregkh-2.6 which might be from dhaval@...ux.vnet.ibm.com are
driver/struct-user_info-sysfs.patch
driver/add-documentation-for-fair_user_sched-sysfs-files.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists