0
0

More than 5 years have passed since last update.

CentOS > Link > ssh接続の速度を見る > time sshとexitの組合せ

Last updated at Posted at 2016-09-26
動作確認
CentOS 6.8 (64bit)

CentOS6.8 on VMWareから別PCのCentOS6.8にsshした時の速度が遅い。

その速度を測る方法を以下で見つけた。
http://stackoverflow.com/questions/23431453/ssh-slow-log-in-on-centos-6

asked May 2 '14 at 15:14
user3595535

$ time ssh cn10prowidx01 "exit;"
real    0m1.112s
user    0m0.008s
sys     0m0.004s

実際に自分の環境で試したところ、上記の処理に2秒かかっている。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0