January 4, 201412 yr Basically I would like to have the monitor show all open files similar to what simple feature does. So at a glance of the monitor connected to unraid box .I can see which files are open in all the shares in real time. Rather than just have it sit there prompting for login. Is this at all possible?
January 4, 201412 yr Check out 'DYNAMIX' in the forums. It has a plug-in called 'ACTIVE STREAMS' that might suit.
January 4, 201412 yr If you want to look at something on the console you could just do lsof in repeat mode. After logging in lsof -r5 will show all open files and repeat every 5 seconds. Control-C to stop. Probably more useful would be lsof -r5 /mnt/user/* This would limit it to only showing open files on the shares.
January 5, 201412 yr Author Thanks. I changed the command to "lsof -r5 /mnt/d*" . This shows all open files on the mounted disks which I needed to show which files plex had open. Much better than just having the terminal staring at you.
Archived
This topic is now archived and is closed to further replies.