centos 經常使用命令

將路徑添加到系統路徑下:python

在/etc/profile 中添加:socket

vi /etc/profile
PATH=$PATH:/usr/xxx/xxx
export PATH

爲使其當即生效:ide

source /etc/profile

 

查詢cpu使用狀況:spa

[fangying@localhost model_code]$ top -bn 1 -i -c
top - 20:31:41 up 28 days, 1:32, 7 users, load average: 6.23, 14.18, 17.73
Tasks: 576 total, 4 running, 533 sleeping, 39 stopped, 0 zombie
%Cpu(s): 30.9 us, 10.2 sy, 0.0 ni, 58.9 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 13190601+total, 2749668 free, 94492088 used, 34664260 buff/cache
KiB Swap: 16777212 total, 2392572 free, 14384640 used. 34933892 avail Mem unix

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
18446 fangying 20 0 22.7g 13.1g 13128 R 688.9 10.4 9318:18 /usr/bin/python3.5 -m ipykernel_launcher -f /run/user/1002/jupyter/kernel-+
26851 fangying 20 0 11.7g 4.2g 87536 S 288.9 3.4 68:03.78 python3.5 /GAna/meteorology/win/code/model_code/mp_win_pre.py 0 0 40
7214 fangying 20 0 13.8g 6.4g 87520 R 94.4 5.1 135:11.58 python3.5 mp_win_pre.py 1 40
13607 fangying 20 0 15.2g 6.4g 88760 R 94.4 5.1 637:54.73 /usr/bin/python3.5 -m ipykernel_launcher -f /run/user/1002/jupyter/kernel-+
17818 fangying 20 0 162400 2656 1600 R 16.7 0.0 0:00.05 top -bn 1 -i -c
4389 fangying 20 0 1588188 10012 2136 S 5.6 0.0 108:30.71 /usr/libexec/mate-settings-daemon
17820 fangying 20 0 218360 2944 2188 S 5.6 0.0 0:00.01 /usr/bin/pulseaudio --start --log-target=syslog
23657 root 20 0 873840 308976 7808 S 5.6 0.2 4:19.23 savscand --incident=unix://tmp/incident socketpair://43/44 --threads=5code

%us:表示用戶空間程序的cpu使用率(沒有經過nice調度)blog

%sy:表示系統空間的cpu使用率,主要是內核程序。ip

%ni:表示用戶空間且經過nice調度過的程序的cpu使用率。ci

%id:空閒cpuget

%wa:cpu運行時在等待io的時間

%hi:cpu處理硬中斷的數量

%si:cpu處理軟中斷的數量

%st:被虛擬機偷走的cpu

相關文章
相關標籤/搜索