b3rs3rk
b3rs3rk
@binarygeek119 Can you get me the result of nvidia-smi while fileflows is actively using your GPU? I need to see what process it runs to trigger the app detection. Thanks.
Yeah, I was afraid of that. So many applications just invoke ffmpeg and not an app specific wrapper to ffmpeg or at least a good directory I can key the...
I don't really have a test setup, so I'm kind of eyeballing it here. I haven't released anything, but what I've already done will be required anyways. You probably missed...
@binarygeek119 Same question, does it work?
Okay, we need to see what the full command of the parent process is. I'm guessing it doesn't contain 'fileflows' anywhere which would make it impossible to detect. Do you...
> ``` > Wed Nov 16 10:09:36 2022 > +-----------------------------------------------------------------------------+ > | NVIDIA-SMI 520.56.06 Driver Version: 520.56.06 CUDA Version: 11.8 | > |-------------------------------+----------------------+----------------------+ > | GPU Name Persistence-M| Bus-Id Disp.A...
@binarygeek119 You're exactly right. I need to change this [function](https://github.com/b3rs3rk/gpustat-unraid/blob/dev/src/gpustat/usr/local/emhttp/plugins/gpustat/lib/Nvidia.php#L91) that does the match to stripos which is insensitive and then detection should work.
@binarygeek119 Did the latest update make FileFlows detection work?
Yes, this should be simple enough. Will add in next release.
I didn't get to finish my review yet, but I wanted to say I'm stoked about the work you put in so far. Multi-GPU has probably been the most requested...