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] - Threadfin Icon #59

Open cmcpherson274 opened 10 months ago

cmcpherson274 commented 10 months ago

Greetings.

I think the Threadfin icon might be a little more complicated, the process looks like this:

/usr/bin/ffmpeg-**user_agentThreadfin**-hwaccelcuda-hwaccel_output_formatcuda-hwaccel_device0-loglevelwarning-i***********************-ignore_unknown-sn-noautoscale-max_error_rate.2-muxpreload1-mapv:0-c:vh264_nvenc-movflags+faststart-tune3-presetp4-profile:vmain-rc1-rc-lookahead30-qmin0-bf3-b_ref_modemiddle-temporal-aq1-rc-lookahead20-i_qfactor0.75-b_qfactor1.1-g250-map0:a:0-c:aac3-r30000/1001-b:v10M-bufsize2M-maxrate20M-minrate1M-filter:vyadif_cuda=deint=0,scale_cuda=passthrough=0-b:a128k-ac2-ar44100-metadata:s:alanguage=eng-threads0-fmpegts-mpegts_copyts1-mpegts_flags+resend_headers-nostats-hide_bannerpipe:1

Screenshot 2023-10-23 at 8 35 21 PM

there is a "Threadfin" user_agent tag, maybe you can use that as part of a wildcard expression

The parent process is "/home/threadfin/bin/threadfin-port=34400-config=/home/threadfin/conf-debug=0". A wildcard expression here might also work

Screenshot 2023-10-23 at 8 48 56 PM

icon: https://raw.githubusercontent.com/Threadfin/Threadfin/main/html/img/threadfin.ico

Thanks!