Linux全般
コマンド1 [#ye32b19c]
watch --interval 1 netstat -aln
コマンド2 [#wfb91586]
while true;do netstat -alno | wc -l ;sleep 1;done;
参考URL:http://sonic64.com/2004-05-28.html
Linux全般
watch --interval 1 netstat -aln
while true;do netstat -alno | wc -l ;sleep 1;done;
参考URL:http://sonic64.com/2004-05-28.html