Questions tagged «top»

顶部是一个UNIX程序,它实时显示系统使用情况。

0
如何使用自定义〜/ .toprc进入,启动top和关闭ssh会话
如果我通过ssh登录到远程主机并运行top,它将获取〜/ .toprc配置文件。我也可以成功运行以下命令 ssh -t <user>@<host> "top -b > top.dat" 但是,这会使ssh会话永远打开。我想使用ssh会话来启动顶级批处理并退出ssh会话。我遇到的问题是我尝试过的所有方法都不起作用或无法使用〜/ .toprc配置文件。 这是我尝试过的: ssh <user>@<host> "top -b > top.dat &" ssh -f <user>@<host> "top -b > top.dat" ssh -f <user>@<host> "nohup top -b > top.dat &" ssh <user>@<host> "nohup top -b > top.dat &" ssh -f <user>@<host> "nohup top -b > …
1 bash  ssh  top  nohup 

1
如何判断进程是在主机中还是在docker容器中运行
我有很多 gitlab 过程,但是 gitlab 未在主机中安装: » ps -ef | grep -c gitlab 61 乍一看,这些过程看起来像正常过程: » ps -ef | grep gitlab | head root 1161 1 0 06:24 ? 00:00:06 /usr/local/bin/gitlab-runner run --working-directory /home/gitlab-runner --config /etc/gitlab-runner/config.toml --service gitlab-runner --syslog --user gitlab-runner root 3379 3164 0 06:24 ? 00:00:00 runsvdir -P /opt/gitlab/service …
linux  ubuntu  docker  top  ps 

0
CentOS VPS,帮助阅读顶部找到记忆猪
我试图找出为什么我的VPS在没有那么多流量的情况下使用~2.1-2.3Gb的内存。 我所拥有的只是一个WordPress网站,它使用了大约12个WooCommerce插件和其他各种插件。我不是一个系统管理员或IT人员,但据我所知,网站上的访问者占用了大量的内存。我怀疑我需要通过我的插件和主题来优化这一点。 我只想要你专家的第二意见。我的怀疑是对的吗?看看我的WP插件? 所有电子邮件都是由Google G Suite处理的,而不是您的VPS,所以我应该禁用pop3 / imap的东西吗? 感谢大家!! top - 13:36:27 up 49 days, 21 min, 1 user, load average: 0.05, 0.10, 0.13 Tasks: 57 total, 1 running, 56 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 …
memory  centos  vps  top 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.