Displaying 20 results from an estimated 1000 matches similar to: "ssh / scp slow on 10GBE"
2006 May 19
1
New HPN Patch Released
The HPN12 patch available from
http://www.psc.edu/networking/projects/hpn-ssh addresses performance
issues with bulk data transfer over high bandwidth delay paths. By
adjusting internal flow control buffers to better fit the outstanding
data capacity of the path significant improvements in bulk data
throughput performance are achieved.
In other words, transfers over the internet are a lot
2009 Feb 17
1
Support for merging LPK and hpn-ssh into mainline openssh?
Hello
Are there plans to merge the hpn-ssh
(http://www.psc.edu/networking/projects/hpn-ssh/) and the LPK
(http://code.google.com/p/openssh-lpk/) into the mainline openssh.
Adding lpk has been logged as a bug in bugzilla as
They are two patches that I always apply as the performance boost from
hpn-ssh is substantial to say the least, and centralisation of the
authorized_keys into a LDAP server
2005 Sep 08
1
HPN Patch for OpenSSH 4.2p1 Available
Howdy,
As a note, we now have HPN patch for OpenSSH 4.2 at
http://www.psc.edu/networking/projects/hpn-ssh/
Its still part of the last set of patches (HPN11) so there aren't any
additional changes in the code. It patches, configures, compiles, and
passes make tests without a problem. I've not done extensive testing for
this version of openssh but I don't foresee any problems.
I
2006 May 04
1
request: add TCP buffer options to rsync CLI?
We see absolutely dismal performance from Canberra to Perth via
Aarnet or Grangenet (gig connections across the country). With
standard rsync on a tuned tcp stack, we see about 700k/s. I started
playing with the --sockopts and have increased the performance to
1.4M/s which is better, but still way off the pace.
There are similar patches for ssh at
2011 Sep 06
1
(mount.ocfs2, 3315, 4):ocfs2_global_read_info:403 ERROR: status = 24
Hi List,
i've upgraded some machines to linux kernel from 2.8.38 to 3.0.4. Now
i'm always seeing this message when mounting an ocfs2 volume:
[ 38.745584] (mount.ocfs2,3315,4):ocfs2_global_read_info:403 ERROR:
status = 24
[ 38.776395] (mount.ocfs2,3315,4):ocfs2_global_read_info:403 ERROR:
status = 24
ocfs2-tools 1.6.3-1
Stefan
2007 May 07
1
HPN SSH
Hello,
I know this has come up before; but is the HPN patch (or elements thereof)
currently being considered for integration in to the OpenSSH code base? Are
there pending issues (buffer management, none cipher, etc) which still need
to be addressed?
We have been using HPN-SSH for over a year now, and like others, have
observed significant performance improvement over standard OpenSSH. I can
2007 Nov 09
1
HPN SSH
Hello,
I know that this has been asked before, just wanted to mention that I,
too, would like to see the HPN SSH functionality incorporated in the
standard OpenSSH.
Would there be technical disadvantages integrating the changes?
I know we are all pretty busy, but I would certainly spend time to help,
e.g. with testing, documentation, etc.
Cheers
--pwo
--
Peter W. Osel - http://pwo.de/ - pwo
2006 Mar 16
0
New Version of HPN-SSH Patch
[NB: General information regarding HPN-SSH can be found at
http://www.psc.edu/networking/projects/hpn-ssh ]
This is a beta release of HPN12 but I'd like to get some user
experiences with it if anyone is so inclined. This version of the HPN
patch more closely conforms to the openssh nomenclature and coding
style, it eliminates the use of command line switches in favor of -o
options, it
2017 Nov 28
2
Publication LLVM Related Publications Submission
Hello,
I would like to submit two papers that use LLVM to the
Related Publications section.
Both papers focus on code isolation
applied to perform piecewise compiler optimizations.
The code isolation
process is performed by CERE, an open source tool based on LLVM.
The
second paper is an extended version of the first one.
1) Piecewise
Holistic Autotuning of Compiler and Runtime Parameters
2018 Jan 30
0
Publication LLVM Related Publications Submission
Dear Mihail,
I've added these two publications to the publications page. Please
review it and let me know if I need to make any changes. In particular,
if you have URLs to use for the papers, having those would be greatly
appreciated.
Regards,
John Criswell
On 11/28/17 12:05 PM, Mihail Popov via llvm-dev wrote:
>
> Hello,
>
> I would like to submit two papers that use LLVM
2019 Dec 12
4
Controlling SO_RCVBUF
I have a customer who is complaining about slow SFTP transfers over a long haul connection. The current transfer rate is limited by the TCP window size and the RTT. I looked at HPN-SSH, but that won't work because we don't control what software the peer is using. I was thinking about coding a much more modest enhancement that just does SO_RCVBUF for specific subsystems. In the interest
2011 Feb 06
3
OpenSSH could be faster...then why don't they path it??
https://www.psc.edu/networking/projects/hpn-ssh/hpn-v-ssh-tput.jpg
"SCP and the underlying SSH2 protocol implementation in OpenSSH is network performance limited by statically defined internal flow control buffers. These buffers often end up acting as a bottleneck for network throughput of SCP, especially on long and high bandwith network links. Modifying the ssh code to allow the buffers
2005 Jun 17
3
New Set of High Performance Networking Patches Available
http://www.psc.edu/networking/projects/hpn-ssh/
Mike Stevens and I just released a new set of high performance
networking patches for OpenSSH 3.9p1, 4.0p1, and 4.1p1. These patches
will provide the same set of functionality across all 3 revisions. New
functionality includes
1) HPN performance even without both sides of the connection being HPN
enabled. As long as the bulk data flow is in the
2020 Mar 16
2
GSoC Project - Advanced Heuristics and ML
Hello everybody. Last monday I sent an email to the LLVM dev mailing list
saying that I was looking forward to working on these GSoC projects:
*Advanced Heuristics for Ordering Compiler Optimization Passes*
and
*Machine learning and compiler optimizations: using inter-procedural
analysis to select optimization*
I currently do an undergraduate research on compiler autotuning of Rust
code, more
2015 Aug 11
2
rsync stuck at +- 50 MB/s, cp and scp are +- 200 MB/s
Hi,
I tried different encryptions like arc four, but always with the same result. BTW: googling shows some similar questions and they are stuck on set same speed +-.
But non of that solutions helped me.
/G?tz
> Am 11.08.2015 um 12:14 schrieb Eero Volotinen <eero.volotinen at iki.fi>:
>
> Usually problem in encryption.
>
> try cipher arcfour or apply hpn patches to
2020 Mar 09
2
GSoC - Improve parallelism-aware analyses and optimizations
Awesome, thanks!
As per your suggestion, I read the description of these two projects:
Advanced Heuristics for Ordering Compiler Optimization Passes
Machine learning and compiler optimizations: using inter-procedural
analysis to select optimizations
and they are amazing! Indeed, they are very close to my interest in
autotuning. I didn't see them on the list before.
If I choose to focus on
2006 Mar 25
1
High Performance SSH/SCP - HPN-SSH when?
Hi,
http://www.psc.edu/networking/projects/hpn-ssh/
Clearly, the HPN patches significantly boost throughput performance.
This enhancement is entirely from tuning the SSH buffer sizes.
Alex Tavcar
2005 Nov 01
2
request: add TCP buffer options to rsync CLI?
Dear rsync folks,
I'd like to request/suggest that cli options to set TCP send/receive buffers
be added to rsync client-side.
Summary:
I'm aware that a daemon's config-file can set socket options for
the server side
(e.g. SO_SNDBUF, SO_RCVBUF). That is useful.
But when trying to get high-throughput rsync over
long paths (i.e. large bandwidth*delay product), since
2013 Dec 11
1
Why ssh client breaks connection in expecting SSH2_MSG_NEWKEYS state?
I have a client host that I don't have access to now, which attempts to
establish ssh connection back to my BSD server using the private key.
Client runs this command:
/usr/bin/ssh -i ~/.ssh/my_key_rsa -o "ExitOnForwardFailure yes" -p
$HPORT $HUSER@$HOST -R $LPORT:localhost:$LPORT -N
On the server debug log looks like this:
Connection from NNN.NNN.NNN.NNN port 43567
debug1: HPN
2006 Apr 26
1
Prelim results: hpnssh v ssh in local area networks
The results, for anyone interested, can be found here
http://www.psc.edu/networking/projects/hpn-ssh/results.html
Long story short, there doesn't seem to be any notable difference
between the two anymore. I still have a few more test combinations to
run (<.5ms rtts and against cygwin) so the conclusions might change but,
at this point, I'm no longer seeing any sort of performance