CPU、内存、磁盘等的监控
一、mac本地性能监控
1. top
终端:
top
load Avg: 平均负载(1分钟,5 分钟,15 分钟)值不能超过 4,要不然就是超负荷运行
Tasks: 进程数
%Cpu(s):
idle :剩余百分比
KiB Mem: free:剩余内存(free/1024/1024= ? G)5221312/1024/1024= 4.97G
KiB Swap: used :稳定为 0 是最好
2. htop
界面好看点,用 htop
先安装 htop
brew install htop
然后使用
htop
二、mac查看Linux服务器的性能
mac上安装 linux系统
安装termius
termius上 new host连接上即可
输入top可查看linux性能
按下ctrl+C,就可以输入其他指令了
三、windows本地性能监控
指令和macOS一样
top
htop
四、winsows查看Linux服务器的性能
市面上 90% 的服务器是Linux服务器
通过Linux 的 IP地址,账号,密码进行连接
windows连接Linux服务器
(1)windows先连接Linux服务器
下载并安装一些常用的SSH客户端软件,例如PuTTY或Xshell
(2) 输入指令top:
效果
load average: 平均负载(1分钟,5 分钟,15 分钟)值不能超过 4,要不然就是超负荷运行
Tasks: 进程数
%Cpu(s): id :剩余百分比
KiB Mem: free:剩余内存(free/1024/1024= ? G)5221312/1024/1024= 4.97G
KiB Swap: used :稳定为 0 是最好