终端查看内存状况有两个命令

top
htop

如果系统没有安装htop的话,那就安装一下。

然而这样比较麻烦,System Monitor是个不错的选择,System Monitor可以显示网速,内存,CPU等信息。

通过添加PPA安装:

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
sudo apt-get update
sudo apt-get install indicator-sysmonitor

在终端执行:

indicator-sysmonitor &

然后Ctrl+C实现后台运行indicator-sysmonitor

设置开机启动:鼠标右键点击标题栏上图标,弹出菜单,选择Run on startup

 

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-02
  • 2023-01-16
  • 2022-12-23
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2021-07-03
  • 2021-04-24
  • 2021-12-28
相关资源
相似解决方案