Replies: 3 comments
-
Somewhat related: #3849 |
Beta Was this translation helpful? Give feedback.
0 replies
-
/cc @kolyshkin would be nice to hear initial thoughts on this. I can help with a POC if this makes sense |
Beta Was this translation helpful? Give feedback.
0 replies
-
The code was added to libcontainer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While the
misc
built-in controller does not have too many resources to manage today, we are working on adding support for SGX EPC memory to it and for which "per container" stats are very useful.With OCI /
runc
, I can already set upmisc.max
easily throughconfig.json
:that gives me (in my setup):
misc.current
returns the per container usage ofsgx_epc
.I'm looking for feedback on whether it would make sense to have
misc
stats enabled through libcontainerCgroupManager
which would then allow me to update cAdvisor or in other places to getmisc
stats.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions