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 support for Linux cgrpoup v2, issue-4885 #5068

Merged
merged 34 commits into from
Apr 16, 2024
Merged

Commits on Mar 26, 2024

  1. Add support for Linux cgrpoup v2, issue-4885

    vitalid committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    87261f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    f32c9ad View commit details
    Browse the repository at this point in the history
  2. Changed path for /sys/fs/cgroup/cpu/cpu.shares

    vitalid committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    da44f5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f75b40 View commit details
    Browse the repository at this point in the history
  4. Exprerimental attributes added

    vitalid committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    87e64b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    cda49b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Acceptance test to support cgroupv2

    vitalid committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a09bfc8 View commit details
    Browse the repository at this point in the history
  2. Removed unnessecary using

    vitalid committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0bc23ba View commit details
    Browse the repository at this point in the history
  3. Update src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitor…

    …ing/Linux/LinuxUtilizationProvider.cs
    
    Co-authored-by: Igor Velikorossov <[email protected]>
    danmoseley and RussKie authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e80f7fb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Added Exists method for HardcodedValueFileSystem

    vitalid committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    de0ca6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-4885' of https://github.com/nezdali/extensions in…

    …to issue-4885
    vitalid committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0a4d70e View commit details
    Browse the repository at this point in the history
  3. Adjusted the Preprocessor symbol

    vitalid committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    89ee8fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c124d5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cca3d60 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Made cgroup detection class internal

    vitalid committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1f9c963 View commit details
    Browse the repository at this point in the history
  2. Additional tests to cover cgroupv2 parser

    vitalid committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    742d0a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    c188df2 View commit details
    Browse the repository at this point in the history
  2. GetDirectoryNames method regex implementation

    vitalid committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    af86bc6 View commit details
    Browse the repository at this point in the history
  3. refactored GetDirectoryNames for OSFIleSystem

    vitalid committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9ac1be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Added test to OSFileSystemTests.cs for GetDirectoryNames

    R9 Fundamentals committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5baf6ba View commit details
    Browse the repository at this point in the history
  2. Fix in OSFileSystemTests.cs

    Martin Obratil committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d950ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b0a4b View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary 'using', fix for GetCgroupRequestCpu to return cp…

    …uhostcount in some cases
    vitalid committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d24f868 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'issue-4885' of https://github.com/nezdali/extensions in…

    …to issue-4885
    vitalid committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    881f54b View commit details
    Browse the repository at this point in the history
  6. Analyzer error fix

    Martin Obratil committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e4c69ae View commit details
    Browse the repository at this point in the history
  7. Test fix

    Martin Obratil committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    46cc5bf View commit details
    Browse the repository at this point in the history
  8. Removed one test

    Martin Obratil committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    507f2ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f6eb8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05a0994 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5484960 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00f46f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitor…

    …ing/Linux/IFileSystem.cs
    
    Co-authored-by: Nikita Balabaev <[email protected]>
    nezdali and xakep139 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d099770 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Renamed LinuxUtilizationParser to LinuxUtilizationParserCgroupV1 and …

    …minor fixes
    vitalid committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    031caa7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-4885' of https://github.com/nezdali/extensions in…

    …to issue-4885
    vitalid committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d191d28 View commit details
    Browse the repository at this point in the history