实用Linux命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实用Linux命令相关的知识,希望对你有一定的参考价值。

lsof -i:6379

查看某个端口的程序有没有起起来。

 

netstat -tnlp

可以查看监听的端口,其中l是listening, p是显示program, n是显示ip而不是name, t看起来是只查看tcp的内容。

 

每5秒查看内存使用或者cpu使用:

$ vmstat 5
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 3  0      0 123047944 337712 6273224    0    0     0     1    0     0  0  0 100  0
 0  0      0 123085800 337712 6273252    0    0     0    42 41991  6856  0  1 99  0
^C

$ mpstat 5
Linux 2.6.32_1-18-0-0 (gzns-ecom-baiduhui-201605-m42n04.gzns.baidu.com)         10/09/2016      _x86_64_        (40 CPU)

12:03:14 AM  CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
12:03:19 AM  all    0.03    0.04    0.09    0.03    0.00    0.00    0.00    0.00   99.82
12:03:24 AM  all    0.04    0.10    0.33    0.04    0.00    0.00    0.00    0.00   99.50

 

以上是关于实用Linux命令的主要内容,如果未能解决你的问题,请参考以下文章

asp.net页面实用代码片段

实用代码片段

超实用的php代码片段

分享几个实用的代码片段(附代码例子)

分享几个实用的代码片段(附代码例子)

QT 实用代码片段