Cal Sawyer
2016-06-06 13:51:01 UTC
I didn't include possibly the most important info, did i? Sheesh. Issue
also occurs under 1.3.5a, btw
Version: 1.3.5b (maint)
Platform: LINUX [Linux 2.6.32-573.12.1.el6.x86_64 x86_64]
Built: Mon Jun 6 2016 12:46:29 BST
Built With:
configure '--prefix=/usr' '--sysconfdir=/etc'
'--with-modules=mod_sftp'
CFLAGS: -O2 -Wall
LDFLAGS: -L$(top_srcdir)/lib
LIBS: -lssl -lcrypto -L$(top_srcdir)/lib/libcap -lcap -lpam
-lcrypto -lz -lsupp -lcrypt -ldl
Files:
Configuration File:
/etc/proftpd.conf
Pid File:
/usr/var/proftpd.pid
Scoreboard File:
/usr/var/proftpd.scoreboard
Features:
- Autoshadow support
- Controls support
+ curses support
- Developer support
- DSO support
+ IPv6 support
+ Largefile support
- Lastlog support
- Memcache support
+ ncurses support
- NLS support
+ OpenSSL support (FIPS enabled)
- PCRE support
- POSIX ACL support
+ Shadow file support
+ Sendfile support
+ Trace support
Tunable Options:
PR_TUNABLE_BUFFER_SIZE = 1024
PR_TUNABLE_DEFAULT_RCVBUFSZ = 8192
PR_TUNABLE_DEFAULT_SNDBUFSZ = 8192
PR_TUNABLE_GLOBBING_MAX_MATCHES = 100000
PR_TUNABLE_GLOBBING_MAX_RECURSION = 8
PR_TUNABLE_HASH_TABLE_SIZE = 40
PR_TUNABLE_NEW_POOL_SIZE = 512
PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
PR_TUNABLE_SELECT_TIMEOUT = 30
PR_TUNABLE_TIMEOUTIDENT = 10
PR_TUNABLE_TIMEOUTIDLE = 600
PR_TUNABLE_TIMEOUTLINGER = 30
PR_TUNABLE_TIMEOUTLOGIN = 300
PR_TUNABLE_TIMEOUTNOXFER = 300
PR_TUNABLE_TIMEOUTSTALLED = 3600
PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10
thx again
c sawyer
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
ProFTPD Users List <proftpd-***@proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
also occurs under 1.3.5a, btw
Version: 1.3.5b (maint)
Platform: LINUX [Linux 2.6.32-573.12.1.el6.x86_64 x86_64]
Built: Mon Jun 6 2016 12:46:29 BST
Built With:
configure '--prefix=/usr' '--sysconfdir=/etc'
'--with-modules=mod_sftp'
CFLAGS: -O2 -Wall
LDFLAGS: -L$(top_srcdir)/lib
LIBS: -lssl -lcrypto -L$(top_srcdir)/lib/libcap -lcap -lpam
-lcrypto -lz -lsupp -lcrypt -ldl
Files:
Configuration File:
/etc/proftpd.conf
Pid File:
/usr/var/proftpd.pid
Scoreboard File:
/usr/var/proftpd.scoreboard
Features:
- Autoshadow support
- Controls support
+ curses support
- Developer support
- DSO support
+ IPv6 support
+ Largefile support
- Lastlog support
- Memcache support
+ ncurses support
- NLS support
+ OpenSSL support (FIPS enabled)
- PCRE support
- POSIX ACL support
+ Shadow file support
+ Sendfile support
+ Trace support
Tunable Options:
PR_TUNABLE_BUFFER_SIZE = 1024
PR_TUNABLE_DEFAULT_RCVBUFSZ = 8192
PR_TUNABLE_DEFAULT_SNDBUFSZ = 8192
PR_TUNABLE_GLOBBING_MAX_MATCHES = 100000
PR_TUNABLE_GLOBBING_MAX_RECURSION = 8
PR_TUNABLE_HASH_TABLE_SIZE = 40
PR_TUNABLE_NEW_POOL_SIZE = 512
PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
PR_TUNABLE_SELECT_TIMEOUT = 30
PR_TUNABLE_TIMEOUTIDENT = 10
PR_TUNABLE_TIMEOUTIDLE = 600
PR_TUNABLE_TIMEOUTLINGER = 30
PR_TUNABLE_TIMEOUTLOGIN = 300
PR_TUNABLE_TIMEOUTNOXFER = 300
PR_TUNABLE_TIMEOUTSTALLED = 3600
PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10
thx again
c sawyer
Hi
I had users point me to the fact that they were seeing incredibly slow
upload speeds to our proftpd (sftp) server.
We home FTP users on an NFS share. The proftpd server and it's NFS
backend are connected via 10Gb. iperf shows over 9GB/sec raw
throughput between these systems
From my tests, run from inside our network with the client and server
located on the same network segment and subnet, only proftpd sftp PUT
alone is affected. I'm getting at best 4MB/s
- sftp GET is fine
- scp transfers to/'from the proftpd server are fine
- plain old FTP to a test vsftpd instance (running on the same server
as proftpd, using same NFS homedirs) is fine.
- sftp PUT from a remote location is good
In all of these cases, throughput was limited pretty much only by disk
read/write speeds or, in the last test, the size of the internet pipe
and even that beats local PUT
I tried disabling Sendfile with no improvement. Running proftpd at
debug level 10 shows nothing of interest, aside from a lot of the
usual chat during the upload
Flummoxed! Hope this twigs with someone
many thanks
- c sawyer
------------------------------------------------------------------------------I had users point me to the fact that they were seeing incredibly slow
upload speeds to our proftpd (sftp) server.
We home FTP users on an NFS share. The proftpd server and it's NFS
backend are connected via 10Gb. iperf shows over 9GB/sec raw
throughput between these systems
From my tests, run from inside our network with the client and server
located on the same network segment and subnet, only proftpd sftp PUT
alone is affected. I'm getting at best 4MB/s
- sftp GET is fine
- scp transfers to/'from the proftpd server are fine
- plain old FTP to a test vsftpd instance (running on the same server
as proftpd, using same NFS homedirs) is fine.
- sftp PUT from a remote location is good
In all of these cases, throughput was limited pretty much only by disk
read/write speeds or, in the last test, the size of the internet pipe
and even that beats local PUT
I tried disabling Sendfile with no improvement. Running proftpd at
debug level 10 shows nothing of interest, aside from a lot of the
usual chat during the upload
Flummoxed! Hope this twigs with someone
many thanks
- c sawyer
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
ProFTPD Users List <proftpd-***@proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html