xref: /linux/Documentation/ABI/removed/sysfs-kernel-uids (revision 762f99f4f3cb41a775b5157dd761217beba65873)
13b82a112SWang LongWhat:		/sys/kernel/uids/<uid>/cpu_shares
23b82a112SWang LongDate:		December 2007, finally removed in kernel v2.6.34-rc1
33b82a112SWang LongContact:	Dhaval Giani <dhaval@linux.vnet.ibm.com>
43b82a112SWang Long		Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
53b82a112SWang LongDescription:
63b82a112SWang Long		The /sys/kernel/uids/<uid>/cpu_shares tunable is used
73b82a112SWang Long		to set the cpu bandwidth a user is allowed. This is a
8*3e42d1deSCarlos Bilbao		proportional value. What that means is that if there
93b82a112SWang Long		are two users logged in, each with an equal number of
103b82a112SWang Long		shares, then they will get equal CPU bandwidth. Another
113b82a112SWang Long		example would be, if User A has shares = 1024 and user
123b82a112SWang Long		B has shares = 2048, User B will get twice the CPU
133b82a112SWang Long		bandwidth user A will. For more details refer
143b82a112SWang Long		Documentation/scheduler/sched-design-CFS.rst
15