linux 常用查看命令

linux 常用查看命令

linux 查看内存/进程-ps/top

ps和top的语法

[ranan@hadoop102 ~]$ ps -aux

image

top动态监控

[ranan@hadoop102 ~]$ top

image

linux 查看磁盘存储-df

磁盘相关笔记

[ranan@hadoop102 ~]$ df -h

image

linux 查看io读写-iotop

可以实时监控某个磁盘读写的速度

iotop需要先安装,没有安装输入iotop会提示安装。

[root@hadoop102 ranan]# iotop

image

linux 查看端口占用-netstat

netstat

[ranan@hadoop102 ~]$ netstat -tunlp

image

posted @ 2021-07-09 17:06  rananie  阅读(692)  评论(0编辑  收藏  举报