Thanks for using the TrueNAS Community Edition issue tracker! TrueNAS Enterprise users receive direct support for their reports from our support portal.

Plex App doesn't show usage stats

Description

Plex App pod doesn't show CPU/RAM/Network usage in Applications screen. All other pods are showing stats normal

Host ID: 8d2e77fa27d5c58acf8d27d35e8427ea46db85775adf014275956255a3bc3830

Session ID: 9ee821c2-0d62-1bb4-ee1c-5e0516b9152d

Environment

None

Attachments

4
  • 02 Jun 2024, 02:16 AM
  • 02 May 2024, 07:08 PM
  • 02 May 2024, 07:08 PM
  • 25 Apr 2024, 04:53 PM

Activity

Show:

Andrei Tokarev June 2, 2024 at 2:16 AM

Hello, I was able to reproduce the bug - this condition gets triggered when a GPU gets attached to Plex app’s pod (nvidia GPU in my case). Once I remove the GPU from the GPU Configuration the pod stats show up again:

plex-gpu-stats-bug.png

Muhammad May 15, 2024 at 8:12 PM

As seen in the output of raw stats, k3s is not giving the stats for the pod resulting in them not being reported by our endpoints.
Unfortunately this is beyond our scope to fix.

"containers": [ { "name": "plex", "startTime": "2024-05-01T03:04:12Z", "cpu": { "time": "2024-05-02T19:05:51Z", "usageNanoCores": 701795, "usageCoreNanoSeconds": 16862893663000 }, "memory": { "time": "2024-05-02T19:05:51Z", "workingSetBytes": 285507584 }, "rootfs": { "time": "2024-05-02T19:05:48Z", "availableBytes": 31683058991104, "capacityBytes": 31696751820800, "usedBytes": 162083328, "inodesFree": 61880974782, "inodes": 61881241161, "inodesUsed": 2841 }, "logs": { "time": "2024-05-02T19:05:51Z", "availableBytes": 31683058991104, "capacityBytes": 31683241181184, "usedBytes": 60928, "inodesFree": 61880974782, "inodes": 61880976007, "inodesUsed": 1 } } ], "cpu": { "time": "2024-05-02T19:05:31Z", "usageNanoCores": 0, "usageCoreNanoSeconds": 0 }, "memory": { "time": "2024-05-02T19:05:31Z", "availableBytes": 8589934592, "usageBytes": 0, "workingSetBytes": 0, "rssBytes": 0, "pageFaults": 0, "majorPageFaults": 0 },

Andrei Tokarev May 2, 2024 at 7:08 PM

Sure thing, the output is attached in .txt files

 

Muhammad May 2, 2024 at 6:55 PM

Hey , would it be possible for you to kindly share the outputs of the following commands from your system ? We need them to further debug the issue:

midclt call netdata.get_all_metrics | jq k3s kubectl get --raw "/api/v1/nodes/ix-truenas/proxy/stats/summary" | jq

These outputs might be large and possibly exceed the terminal limit, could you please dump the output of each command directly into files and share them with us here ?
Thanks!

Daniel Pizappi April 25, 2024 at 6:51 PM

Thanks for submitting this issue . I’ve added it to our queue for review. An engineering representative will update with any further questions or details in the near future.

Done

Details

Assignee

Reporter

Labels

Priority

More fields

Katalon Platform

Created April 25, 2024 at 4:51 PM
Updated June 2, 2024 at 2:16 AM
Resolved May 15, 2024 at 8:15 PM

Flag notifications