zhangjun / my_notes

0 stars 0 forks source link

Linux #4

Open zhangjun opened 2 years ago

zhangjun commented 2 years ago

linux api

mlock

zhangjun commented 2 years ago

git push origin HEAD:refs/for/master

zhangjun commented 10 months ago

ssh

ssh-copy-id -i pub_key.pub root@host -p port

zhangjun commented 10 months ago

带宽测试

yum install iperf

# server side
iperf -s -p 10020
# client side
iperf -c server_ip -p 10020