mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] cgroup: add documentation for pids.events file
@ 2019-02-09 15:05 Tibor Billes
  2019-02-11 15:19 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Tibor Billes @ 2019-02-09 15:05 UTC (permalink / raw)
  To: corbet, linux-doc, linux-kernel, tj

cgroup: add documentation for pids.events file

Document the event counters file for pid cgroups.

Signed-off-by: Tibor Billes <tbilles@gmx.com>
---
 Documentation/cgroup-v1/pids.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/cgroup-v1/pids.txt b/Documentation/cgroup-v1/pids.txt
index 1a078b5..e105d70 100644
--- a/Documentation/cgroup-v1/pids.txt
+++ b/Documentation/cgroup-v1/pids.txt
@@ -33,6 +33,9 @@ limit in the hierarchy is followed).
 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
 superset of parent/child/pids.current.
 
+The pids.events file contains event counters:
+  - max: Number of times fork failed because limit was hit.
+
 Example
 -------
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cgroup: add documentation for pids.events file
  2019-02-09 15:05 [PATCH] cgroup: add documentation for pids.events file Tibor Billes
@ 2019-02-11 15:19 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2019-02-11 15:19 UTC (permalink / raw)
  To: Tibor Billes; +Cc: corbet, linux-doc, linux-kernel

On Sat, Feb 09, 2019 at 04:05:33PM +0100, Tibor Billes wrote:
> cgroup: add documentation for pids.events file
> 
> Document the event counters file for pid cgroups.
> 
> Signed-off-by: Tibor Billes <tbilles@gmx.com>

Applied to cgroup/for-5.0.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-11 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09 15:05 [PATCH] cgroup: add documentation for pids.events file Tibor Billes
2019-02-11 15:19 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome