1 2 3 4 5 6 7 8 9 10 11 12 13
| [root@localhost ~]# id zhongmingmao uid=1000(zhongmingmao) gid=1000(zhongmingmao) 组=1000(zhongmingmao) [root@localhost ~]# top -u 1000 top - 22:26:34 up 5:49, 3 users, load average: 337.21, 175.05, 74.72 Tasks: 107 total, 1 running, 106 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.3 sy, 0.0 ni, 99.7 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 995748 total, 840952 free, 105932 used, 48864 buff/cache KiB Swap: 2097148 total, 2013948 free, 83200 used. 793856 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5012 zhongmi+ 20 0 115580 820 800 S 0.0 0.1 0:00.05 bash
[root@localhost ~]# kill -9 5012
|