Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add /debug endpoint to return stats about flintlock #736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 19, 2023

  1. add /debug endpoint to return stats about flintlock

    Add /debug endpoint to return various stats about Flintlock and
    MicroVMs. At the moment, it returns the following counts:
    * Total no. of MicroVms (`mvmCount`)
    * Total no. of network interfaces (`ifaceCount`)
    * Total VCPU allocated (`totalVcpu`)
    * Total memory allocatde (`totalMemoryInMb`)
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2075ff4 View commit details
    Browse the repository at this point in the history