mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-19 07:14:22 +01:00
runtime: add pod overhead metrics
Add pod overhead metrics for CPU and memory to help with calculating sandbox overhead. Fixes: #399 Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
@@ -68,6 +68,8 @@ type VCSandbox interface {
|
||||
ID() string
|
||||
SetAnnotations(annotations map[string]string) error
|
||||
|
||||
Stats() (SandboxStats, error)
|
||||
|
||||
Start() error
|
||||
Stop(force bool) error
|
||||
Release() error
|
||||
|
||||
Reference in New Issue
Block a user