ps -eo rss,pmem,pcpu,vsize,args | sort -k 1 -r -n | less

查看linux内存占用情况

988204 12.3 150 1325560 /etc/c3pool/xmrig --config=/etc/c3pool/config.json

ps -ef|grep xmrig

kill 对应的进程id

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-12-22
  • 2022-12-23
  • 2021-04-02
  • 2022-01-07
  • 2022-02-09
猜你喜欢
  • 2021-09-16
  • 2022-01-27
  • 2021-12-20
  • 2021-12-10
  • 2021-04-11
  • 2021-05-06
  • 2021-05-18
相关资源
相似解决方案