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

Procfs enhancements #1066

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Procfs enhancements #1066

wants to merge 7 commits into from

Commits on Nov 20, 2020

  1. Add get_cpu_count()

    The func returns a count of vcpus
    nimelehin committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    090f58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280f07f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Add statistics on blocked tasks

    Add apis to collect statisctics on blocked tasks. A scpecial wrapper
    should be used in areas which may block a task.
    nimelehin committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a7991dd View commit details
    Browse the repository at this point in the history
  2. Add /proc/loadavg

    nimelehin committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    44ac186 View commit details
    Browse the repository at this point in the history
  3. Add sleep state for tasks

    nimelehin committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    6fe74db View commit details
    Browse the repository at this point in the history
  4. Add fake /proc/[pid]/statm

    nimelehin committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    4af1e7e View commit details
    Browse the repository at this point in the history
  5. Add api to get per cpu usage

    Updated /proc/stat to be compatible with Linux's implementation.
    nimelehin committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    dd0dd60 View commit details
    Browse the repository at this point in the history