Something like nvtop perhaps?

  • MrSoup@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    I don’t have a Nvidia GPU, so I can’t test it, maybe Mission Center works.

    From their GitLab readme:

    Monitor overall GPU usage, video encoder and decoder usage, memory usage and power consumption, powered by the popular NVTOP project

    • muhyb@programming.devOP
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      That looks like a nice project. Though sadly didn’t work for NVK. I’m assuming it would work with a proprietary driver since it’s based on nvtop.

      • MrSoup@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        2 months ago

        Does nvk expose anything thru sysfs?
        Take a look at “/sys/class/drm/card*/device/”

        • muhyb@programming.devOP
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          It says “nouveau” on uevent but that’s all I guess. AMD driver is also open source, how does that work for it? Nvidia recently opened the kernel parts of the driver, it’s possible that my system haven’t got those parts yet. Maybe there is still time for NVK. All I can say is, Wayland experience is better with NVK comparing to proprietary driver.

          • MrSoup@lemmy.zip
            link
            fedilink
            arrow-up
            2
            ·
            2 months ago

            AMD drivers expose API thru sysfs and system monitors just parse that. Seems like nouveau does not expose anything like that. You can still put a thumbsup on nvtop issue about nouveau support.

    • muhyb@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I see. I’m quite surprised with the current developments of NVK. It already has a better Wayland experience and runs mid-range games great. Though I’m going back to proprietary driver for now and would like to revisit NVK in the near future.