b3rs3rk / gpustat-unraid

An UnRAID plugin for displaying GPU status
https://forums.unraid.net/topic/89453-plugin-gpu-statistics/?tab=comments#comment-830112
MIT License
50 stars 12 forks source link

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

Closed chillr21 closed 3 years ago

chillr21 commented 3 years ago

image

image

image

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

b3rs3rk commented 3 years ago

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

chillr21 commented 3 years ago

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.

b3rs3rk commented 3 years ago

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

chillr21 commented 3 years ago

Just installed the plugin update, working well - thank you

b3rs3rk commented 3 years ago

@chillr21 can I see a snap of the plugin?

chillr21 commented 3 years ago

Sure -

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

b3rs3rk commented 3 years ago

@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?

chillr21 commented 3 years ago

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.