Lessons building a JMeter/Caliper benchmarking system
Remote SSH access While it seemed convenient at first, actually we can’t use remote access libraries like JSch http://www.jcraft.com/jsch/ or sshj https://github.com/hierynomus/sshj These libraries re-implemented the ssh protocol and is based upon bouncy castle https://www.bouncycastle.org/ Bouncy castle, in turn requires…