b3rs3rk / gpustat-unraid

An UnRAID plugin for displaying GPU status

Home Page:https://forums.unraid.net/topic/89453-plugin-gpu-statistics/?tab=comments#comment-830112

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT] - Add icon for when deepstack GPU docker is running/started

chillr21 opened this issue · comments

image

image

image

Any chance of adding the deepstack gpu icon when the docker is running?

Does intelligencelayer always signify a deepstack process or do other applications potentially use it? I'm just trying to avoid adding false detections.

Not sure but think a match on /app/intelligencelayer/shared in the context of processes on an unraid server would likely be unique to deepstack running.

Okay. I'll have to add a bit of code to support it since it won't have 'deepstack' anywhere but not too hard.

Just installed the plugin update, working well - thank you

@chillr21 can I see a snap of the plugin?

Sure -

Idle:
1
Active (post active really):
2
Multiple active:
3

@chillr21 - does deepstack always have a thread running that invokes the GPU and that's why when it is idle it is still detecting it?

Yes detection.py is always active while the deepstack GPU docker is started, the GPU only moves from P8 to P2 state when an image is sent to deepstack to process - it then returns to P8 state after a short period of time.