Akihiro Suda
97688ddff3
types/features: clarify MountOptions
...
`MountOptions` does not contain `const void *data` options.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-12-07 18:36:04 +09:00
Akihiro Suda
deb0a5f2ef
Mark runc features experimental
...
Follow-up to PR 3296
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-12-07 17:51:39 +09:00
Akihiro Suda
520702dac5
Add runc features command
...
Fix issue 3274
See `types/features/features.go`.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-11-30 16:40:39 +09:00
Piotr Wagner
ab27e12ceb
Implement GetStat for cpuset cgroup.
...
Co-authored-by: Piotr Wagner <piotr.wagner@intel.com >
Signed-off-by: Paweł Szulik <pawel.szulik@intel.com >
2021-01-19 18:02:11 +01:00
Kir Kolyshkin
4b71877f99
Merge pull request #2292 from Creatone/creatone/extend-intelrdt
...
Add RDT Memory Bandwidth Monitoring (MBM) and Cache Monitoring Technology (CMT) statistics.
2020-05-13 13:33:55 -07:00
Katarzyna Kujawa
407e9f9d0d
Add reading of information from cpuacct.usage_all
...
Remove logrus logs from tests
Signed-off-by: Katarzyna Kujawa <katarzyna.kujawa@intel.com >
2020-05-05 08:51:12 +02:00
Paweł Szulik
799d94818d
intelrdt: Add Cache Monitoring Technology stats
...
Signed-off-by: Paweł Szulik <pawel.szulik@intel.com >
2020-04-25 09:43:48 +02:00
Paweł Szulik
d1e4c7b803
intelrdt: add mbm stats
...
Signed-off-by: Paweł Szulik <pawel.szulik@intel.com >
2020-04-15 13:53:56 +02:00
Sascha Grunert
41a20b5852
Expose network interfaces via runc events
...
The libcontainer network statistics are unreachable without manually
creating a libcontainer instance. To retrieve them via the CLI interface
of runc, we now expose them as well.
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-12-05 13:20:51 +01:00
Sascha Grunert
42690e6853
Make event types public
...
The event types are now part of a dedicated public `types` package
within runc to be able to unmarshal the output `runc events` directly.
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-11-26 14:47:31 +01:00