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

Added profile_memory() and profile_goroutines() VQL functions #2887

Merged
merged 4 commits into from
Aug 14, 2023
Merged

Commits on Aug 13, 2023

  1. Added profile_memory() and profile_goroutines() VQL functions

    These present profile results in a more useful structured way so it
    can be collected as an artifact better.
    
    Also added a disk usage checker that disables datastore writes when
    the disk is too full. This should stop file corruption due to full
    disk.
    scudette committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3423513 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    scudette committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    512f87a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Fix test

    scudette committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1772820 View commit details
    Browse the repository at this point in the history
  2. Fixed test

    scudette committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f440c7b View commit details
    Browse the repository at this point in the history