Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Is there anyway to se the users that are accesing the nas? or too se the download and upload speed from and too the nas?
I Have fun_plug and running bittorrent and a ftp server...
Offline
For down/up speed, you can check out NAS Performance Tool (http://www.intel.com/design/servers/sto … oolkit.htm or this one http://www.808.dk/?code-csharp-nas-performance).
If you have a Mac or just don't want to go that route, you can do:
time cp /path/to/file /path/to/destination
And then just divide the file size by the time it took. Credits to karlrado for that one.
As far as the users, I'm sure there's a command in linux to show the users logged in, but if it's a SAMBA share access then I doubt you can get the actual workstation accessing the files. But I've been wrong many times, someone else might have an idea.
Good luck
Last edited by bound4h (2010-10-28 23:24:05)
Offline
Samba creates a new smbd process for each user accessing a share and the owner of that process is the user.
So: ps -a | grep smb
Will show the user, but note the concept of "connected" is that they have accessed a file recently not that someone has a drive/folder mapped to the DNS-323.
Offline