摘要: 原文出处:http://www.51testing.com/?uid-225738-action-viewspace-itemid-210333 测试机器的硬件信息: 查看CPU信息(型号) # cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -... 阅读全文
posted @ 2013-07-02 15:23 jianhong 阅读(377) 评论(0) 推荐(0)
摘要: 原文出处:http://www.51testing.com/?uid-225738-action-viewspace-itemid-210333 测试机器的硬件信息: 查看CPU信息(型号) # cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -... 阅读全文
posted @ 2013-07-02 15:23 jianhong 阅读(157) 评论(0) 推荐(0)
摘要: 用free -m查看的结果:# free -m total used free shared buffers cachedMem: 504 471 32 0 19 269-/+ buffers/cache: 183 321Swap: 996 0 ... 阅读全文
posted @ 2013-07-02 15:21 jianhong 阅读(522) 评论(0) 推荐(0)
摘要: Linux下如何明确地查看操作系统的位数 如何知晓操作系统是32位还是64位?这里介绍一种简单的方式: [plain] [root@localhost mysql-5.1.57]# getconf LONG_BIT 64 通过上面操作,我们可以很方便看到是64位。我的版本信息如下: ... 阅读全文
posted @ 2013-07-02 15:14 jianhong 阅读(857) 评论(0) 推荐(0)
摘要: Linux下如何明确地查看操作系统的位数 如何知晓操作系统是32位还是64位?这里介绍一种简单的方式: [plain] [root@localhost mysql-5.1.57]# getconf LONG_BIT 64 通过上面操作,我们可以很方便看到是64位。我的版本信息如下: ... 阅读全文
posted @ 2013-07-02 15:14 jianhong 阅读(221) 评论(0) 推荐(0)