Linux清空系统缓存
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
清空缓存:
echo 1|sudo tee /proc/sys/vm/drop_caches
查看系统内存占用信息(单位是MB):
free -m
例如:
$ echo 1|sudo tee /proc/sys/vm/drop_caches
[sudo] password for chenjianfei:
1
$ free -m
total used free shared buffers cached
Mem: 7191 2703 4487 0 0 103
-/+ buffers/cache: 2599 4591
Swap: 8191 11 8180
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)