mlapaglia

Members
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mlapaglia

  1. could rdfind be added? it supports finding duplicate files and replacing them with links. https://github.com/pauldreik/rdfind
  2. watch facebook marketplace/craigslist/nextdoor, you can usually find an IT office trying to offload old equipment. i've found 50 port poe gigabit cisco switches. server racks with wheels and closing doors for $100. i once went to an IT office that was moving to a new location and scored a brand new 3000va ups with the optional network card for $150 because i was picking up a server rack and asked if he was selling anything else. if you are buying a UPS used, make sure you check the expiration date of the batteries. if they are old keep the replacement price in mind.
  3. My rosewill 4u server is now full of hard drives and the no name 120mm fans i am using aren't able to move air through the front of the case over them. are there any recommendations for fans with a lot of air flow and static pressure that can work? noise isn't too much of a concern, but i'd prefer pwm fans that can be powered by the motherboard.
  4. Got a new heatsink for my server, installed and realized it wasnt mounted correctly and was throttling. After reinstalling heatsink I monitored CPU MHz using `watch grep \"cpu MHz\" /proc/cpuinfo` and saw my 3900x was only boosting to 4GHz under load! I went to "Tips and Tweaks" and changed `Normal CPU Scaling Governor` from `Power Saver` to `On Demand` and the CPU started boosting to 4.5GHz single core and 4.1GHz all core. I don't remember ever setting or changing this value, not sure if it is default.
  5. That worked, thank you. we should probably remove the link to the github app for manual installation on the first post.
  6. latest unraid, latest plugin (https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg) I see this in my console
  7. Not sure if this has been brought up yet, but with the new version of unraid the sidebar gets messed up with no gpu selected edit: might be something wrong with my machine?
  8. how do we request getting a package upgraded to latest? borg backup is behind the latest stable.
  9. removing `height: 6%` from the `gpu-image` css worked for me on chrome. I have one plex stream and one ethereum miner but they both show up as plex:
  10. the icon on my dashboard is weird too. also, i have more than plex running on my card, but that icon makes it appear as if they are all plex.
  11. what options controls these showing?
  12. ya let me open up a new pr. https://github.com/b3rs3rk/gpustat-unraid/pull/8
  13. I would be interested in seeing CPU usage comparison between running a windows vm vs containerizing blue iris.
  14. ok, i tried to find some examples but i can't find checkboxes being used anywhere in my config pages. once i switched them to drop down lists they started working:
  15. I'm not sure, I just modified it to make it look like the other dashboard, not sure how the back side works. i realized it's missing a memory utilization bar. in the nvidia smi output i see two values. the utilization field for memory doesn't seem to reflect when plex is running transcodes. using the fb_memory_usage value works well though: edit: found it https://docs.nvidia.com/deploy/nvml-api/structnvmlUtilization__t.html#structnvmlUtilization__t_19789def365e5aa382ac222db9c60a400 The utilization field for memory is: so for my purposes i'd just want to know how much memory is being used, just making the bar show the % used memory
  16. thanks for this plugin! I have an old quadro k620 in my box I decided to try this on. A $50 card from 2014 can handle at least 6 plex transcodes at the same time, using less than 10 watts lol!
  17. thanks for this plugin. very simple to install, followed instructions and had plex DVR enabled in 10 minutes.
  18. I know it's really stupid, but maybe this typo correction will help someone else. I copy/pasted the config volume instructions from the first post instructions and couldn't figure out why it wouldn't map the file into the container:
  19. ok i added the optional display preferences back in, on my machine whenever i try to save my preferences they go back to default, does that happen on yours?
  20. thanks! i couldn't find much information online about developing plugins so i was making wild stabs in the dark lol
  21. Ya I don't have that part wired up yet. I'm also curious why the plugin has to hit an endpoint every second to get information, while CPU usage in the unraid CPU sidebar doesn't make a http call to get information.
  22. If you want to give mine a try first uninstall the existing plugin then manually install my PR https://raw.githubusercontent.com/mlapaglia/gpustat-unraid/master/gpustat.plg
  23. I did some more work to get it to look like the CPU sidebar that comes with unraid
  24. I tried cloning the repo and making modifications but i couldn't get my plugin to work.. i modified the existing plugin while it was installed and got this: Here's the PR: https://github.com/b3rs3rk/gpustat-unraid/pull/6 I need some help creating the pkg file for the pr.