2017年7月11日
摘要: 解释一下Linux上free命令的输出。 下面是free的运行结果,一共有4行。为了方便说明,我加上了列号。这样可以把free的输出看成一个二维数组FO(Free Output)。例如: FO[2][1] = 24677460 FO[3][2] = 10321516 1 2 3 4 5 61 tot 阅读全文
posted @ 2017-07-11 13:07 大灰狼~彦 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 一、linux CPU大小[root@idc ~]# cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep "physical id"model name: Intel(R) Xeon(TM) CPU 2.80GHzmodel 阅读全文
posted @ 2017-07-11 13:06 大灰狼~彦 阅读(376) 评论(0) 推荐(0) 编辑