Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1263216
  • 博文数量: 254
  • 博客积分: 1586
  • 博客等级: 上尉
  • 技术积分: 2295
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-15 16:38
个人简介

linux学习中

文章分类

全部博文(254)

文章存档

2016年(6)

2015年(2)

2014年(74)

2013年(93)

2012年(12)

2011年(2)

2010年(51)

2009年(14)

发布时间:2013-11-04 11:40:29

包含了所有CPU活动的信息,该文件中的所有值都是从系统启动开始累计到当前时刻。[work@builder ~]$ cat /proc/statcpu 432661 13295 86656 422145968 171474 233 5346cpu0 123075 2462 23494 105543694 16586 0 4615cpu1 111917 4124 23858 105503820 69697 123 371cpu2 103164 3554 21530 105521167 64032 106 334c.........【阅读全文】

阅读(400) | 评论(0) | 转发(0)

发布时间:2013-11-04 11:38:25

/proc/ /statm包含了所有CPU活跃的信息,该文件中的所有值都是从系统启动开始累计到当前时刻。[root@localhost ~]# cat /proc/self/statm654 57 44 0 0 334 0输出解释CPU 以及CPU0。。。的每行的每个参数意思(以第一行为例)为:参数 解释 /proc/ /statusSize (pages) 任务虚拟地址空间的大小 VmSize/.........【阅读全文】

阅读(2317) | 评论(0) | 转发(0)

发布时间:2013-10-25 14:42:29

Git配置git config --global user.name "xxx" git config --global user.email "xxx@gmail.com" git config --global color.ui true git config --global alias.co checkoutgit config --global alias.ci commitgit config --global alias.st statusgit config --global alias.br branchgit config --global core.e.........【阅读全文】

阅读(945) | 评论(0) | 转发(0)

发布时间:2013-10-23 10:42:48

对Linux系统休眠的理解......【阅读全文】

阅读(636) | 评论(0) | 转发(0)

发布时间:2013-10-23 09:23:14

详解Linux-2.6.29(含)以上内核必须使用4.1.1(不含)以上编译器的原因~~......【阅读全文】

阅读(907) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册