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

GPU and Node Utilization JSON API (CPU, GPU, Memory) #431

Merged
merged 49 commits into from
Jan 17, 2024

Commits on Jun 20, 2023

  1. initial mem util API

    Mohamd Yousf Hazza Al-Tahat committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a3142a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. moved cpu util API

    Mohamd Yousf Hazza Al-Tahat committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    72538f0 View commit details
    Browse the repository at this point in the history
  2. deleted unused variables

    Mohamd Yousf Hazza Al-Tahat committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8ef64f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. cpu util by /proc/stat, mem util by /proc/meminfo

    Mohamd Yousf Hazza Al-Tahat committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    e39e32b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. user, sys, and total CPU util

    Mohamd Yousf Hazza Al-Tahat committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5509a57 View commit details
    Browse the repository at this point in the history
  2. fixed compile check errors

    Mohamd Yousf Hazza Al-Tahat committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2981a17 View commit details
    Browse the repository at this point in the history
  3. fixed build check errors

    Mohamd Yousf Hazza Al-Tahat committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2fde5a5 View commit details
    Browse the repository at this point in the history
  4. astyle format

    Mohamd Yousf Hazza Al-Tahat committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    740e32f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. added iowait to idle

    Mohamd Yousf Hazza Al-Tahat committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f971c26 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. gpu utilizations

    Mohamd Yousf Hazza Al-Tahat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a21e4d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. indent json object

    Mohamd Yousf Hazza Al-Tahat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5863eb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. return -1 when arch not supported

    Mohamd Yousf Hazza Al-Tahat committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1b7766d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fixed typo

    Mohamd Yousf Hazza Al-Tahat committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    65e1224 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. nested json object

    Mohamd Yousf Hazza Al-Tahat committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    17743ee View commit details
    Browse the repository at this point in the history
  2. formatted

    Mohamd Yousf Hazza Al-Tahat committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    92f59e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. gpu utilization keys with socket id and device id

    Mohamd Yousf Hazza Al-Tahat committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    70c9443 View commit details
    Browse the repository at this point in the history
  2. fixed typos

    Mohamd Yousf Hazza Al-Tahat committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    da8c7c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. added example

    Mohamd Yousf Hazza Al-Tahat committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b96e218 View commit details
    Browse the repository at this point in the history
  2. edited docs

    Mohamd Yousf Hazza Al-Tahat committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c6c0b68 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    618a488 View commit details
    Browse the repository at this point in the history
  2. resolving conflicts

    Mohamd Yousf Hazza Al-Tahat committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dc90911 View commit details
    Browse the repository at this point in the history
  3. fixed astyle errors

    Mohamd Yousf Hazza Al-Tahat committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cf56fce View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. made gpu_utilization general

    Mohamd Yousf Hazza Al-Tahat committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    78e3c7c View commit details
    Browse the repository at this point in the history
  2. fixed typo

    Mohamd Yousf Hazza Al-Tahat committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    69195b6 View commit details
    Browse the repository at this point in the history
  3. fixed AMD gpu_util errors

    Mohamd Yousf Hazza Al-Tahat committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b703618 View commit details
    Browse the repository at this point in the history
  4. removed unused variable

    Mohamd Yousf Hazza Al-Tahat committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e3cc09e View commit details
    Browse the repository at this point in the history
  5. fixed typos

    Mohamd Yousf Hazza Al-Tahat committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2f56f68 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. check for errors

    Mohamd Yousf Hazza Al-Tahat committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7468865 View commit details
    Browse the repository at this point in the history
  2. formatted

    Mohamd Yousf Hazza Al-Tahat committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0ab29ca View commit details
    Browse the repository at this point in the history
  3. formatted

    Mohamd Yousf Hazza Al-Tahat committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    30b0f3b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. added gpu_util docs and example

    Mohamd Yousf Hazza Al-Tahat committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b9ba01d View commit details
    Browse the repository at this point in the history
  2. formatted

    Mohamd Yousf Hazza Al-Tahat committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    18d037b View commit details
    Browse the repository at this point in the history
  3. formatted

    Mohamd Yousf Hazza Al-Tahat committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    17b76fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. changed gpu util json key

    Mohamd Yousf Hazza Al-Tahat committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1ddf673 View commit details
    Browse the repository at this point in the history
  2. formatted

    Mohamd Yousf Hazza Al-Tahat committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f01a7fc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

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

Commits on Jan 15, 2024

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

    slabasan committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    05f7084 View commit details
    Browse the repository at this point in the history
  3. astyle format

    slabasan committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e5d3977 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    57a51e5 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c9d0998 View commit details
    Browse the repository at this point in the history
  3. formatting

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c47b910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83de18c View commit details
    Browse the repository at this point in the history
  5. fix docs

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d56a88b View commit details
    Browse the repository at this point in the history
  6. cleanup

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d68aa28 View commit details
    Browse the repository at this point in the history
  7. format docs

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bd182f1 View commit details
    Browse the repository at this point in the history
  8. formatting

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f6a7722 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b36098e View commit details
    Browse the repository at this point in the history
  10. astyle

    slabasan committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    41e2cb6 View commit details
    Browse the repository at this point in the history