linux内存使用

使用free命令:
free -m -s 10
total used free shared buffers cached
Mem: 7974 6488 1485 0 75 4986
-/+ buffers/cache: 1427 6547
Swap: 2047 462 1585

使用df命令看硬盘使用量:
df -h


linux 下面是用文本处理的工具非常方便

使用shell脚本,使用perl脚本,awk脚本,sed,exe程序共同完成对文本的处理。另外还有一个不能忘记的是管道。

你可能感兴趣的:(linux,cache,脚本,perl)