Skip to content
Update ssh authored by umaumax's avatar umaumax
...@@ -199,9 +199,8 @@ ssh -N -g -L 8080:localhost:10080 localhost ...@@ -199,9 +199,8 @@ ssh -N -g -L 8080:localhost:10080 localhost
### パフォーマンス測定 ### パフォーマンス測定
* `mkfifo`: 500-540MiB/s * `mkfifo`: 500-540MiB/s
* `nc`: 300MiB/s * `nc`: 300MiB/s
* `nc`,`socat`: 280MiB/s (`socat TCP4-LISTEN:28080,reuseaddr,fork TCP4:127.0.0.1:8080 * `nc`,`socat`: 280MiB/s
* `nc`,`ssh`: 260MiB/s (`ssh -N -L 28080:127.0.0.1:8080 localhost`) * `nc`,`ssh`: 260MiB/s
`)
`mkfifo`: 500-540MiB/s `mkfifo`: 500-540MiB/s
``` bash ``` bash
... ...
......