Re: Which FTP Server to use, SLES 10 on PPC
GregoryWest wrote:
> OK got VSFTPD running now. Next and last thing, is there any real time
> apps to see who is logged in, what they are transfering, and what
> bandwidth they are using up?
Hmmm... don't have an easy answer for that one.
You can turn on xferlog handling and get some info from there.
ps can show the vsftp's running. From that you can correlate with lsof to
find out what is being done (at least with regards to file opens on the
server side).
But the bandwidth? Not sure about that one. From xferlog entries I think
you an synthesize the "bandwidth" (rate) for a transfer... after the fact of
course.
Does that help?
??
There are some tools out there that supposedly know how to handle
xferlog style formats. And I think there are some options in
vsftpd.conf with regards to xferlog style.
|