1. 07 Apr, 2023 1 commit
  2. 03 Apr, 2023 1 commit
    • guoshzhao's avatar
      Monitor - Fix the cgroup version checking logic. (#502) · 26373edb
      guoshzhao authored
      **Description**
      Looks `grep cgroup /proc/filesystems` doesn't work for NDv4 whose cgroup
      version is v1, but the result of this command got v2 for NDv4. Instead,
      checking the file existence to judge the cgroup version.
      26373edb
  3. 22 Mar, 2023 1 commit
  4. 10 Dec, 2021 1 commit
    • guoshzhao's avatar
      Monitor: Integration - Integrate monitor into Superbench (#259) · 6e357fb9
      guoshzhao authored
      **Description**
      Integrate monitor into Superbench.
      
      **Major Revision**
      - Initialize, start and stop monitor in SB executor.
      - Parse the monitor data in SB runner and merge into benchmark results.
      - Specify ReduceType for monitor metrics, such as MAX, MIN and LAST.
      - Add monitor configs into config file.
      6e357fb9
  5. 18 Nov, 2021 1 commit