Last active
December 18, 2015 12:39
-
-
Save criccomini/5784621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat /proc/cgroups | |
| #subsys_name hierarchy num_cgroups enabled | |
| cpuset 0 1 1 | |
| ns 0 1 1 | |
| cpu 0 1 1 | |
| cpuacct 0 1 1 | |
| memory 0 1 1 | |
| devices 0 1 1 | |
| freezer 0 1 1 | |
| net_cls 0 1 1 | |
| blkio 0 1 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment