netstat -anp | grep 8888mysql
cd -sql
tcpdump -n -i eth0 port 8080docker
nohup jupyter notebook --port 8888 --ip=172.18.122.70 --allow-root &vim
scp -P 18999 www@180.153.50.**:/home/HByw_root/www.war ./maven
權限tcp
chown -R jenkins:jenkins maven3.5.3線程
jenkins 沒有docker 權限rest
gpasswd -a jenkins dockerorm
service jenkins restart 須要重啓ip
--------open file--------
ulimit -a
ulimit -n 2048
vim /etc/security/limits.conf
在最後加入
* soft nofile 4096
* hard nofile 4096
查看線程
top -H -p 707
---------------mysql--------------
mysql -h192.168.172.** -uroot -p*********
desc table_name;
show create table table_name;
show processlist
select concat('KILL ',id,';') from information_schema.processlist where user='root'and db = 'onlineshow';
---------------------------