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

Minimega: Delay in vm info #1444

Open
aherna opened this issue Jan 25, 2021 · 0 comments
Open

Minimega: Delay in vm info #1444

aherna opened this issue Jan 25, 2021 · 0 comments

Comments

@aherna
Copy link
Contributor

aherna commented Jan 25, 2021

Describe your environment

  1. minimega version
    all
  2. Linux distro/version
  3. Go compiler version
    all
  4. VM types
    many

Describe the bug
Once there are many VMs there a significant delay (ms to seconds) when calling Info in /minimega/vm.go for the “qos” case. The upper bound for the delay is when there is a lot of other disk activity (multiple memory dumps, etc.)
it looks like the "bridges" file is being used to track bridges that minimega used while running. The purpose of the tracking appears to be for cleanup purposes (minimega/nuke.go – nukeBridges) to delete bridges that minimega added or used/pre-existed before minimega.

Expected behavior
Quicker response time

@aherna aherna assigned aherna and unassigned aherna Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant