Chinaunix首页 | 论坛 | 博客
  • 博客访问: 590961
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

发布时间:2014-10-24 23:22:22

僵尸进程并不可怕,可怕的是量大。僵尸进程是有它存在的意义的。以下解释摘自百度百科:由于子进程的结束和父进程的运行是一个异步过程,即父进程永远无法预测子进程 到底什么时候结束. 那么会不会因为父进程太忙来不及wait子进程,或者说不知道 子进程什么时候结束,而丢失子进程结束时的状态信息呢? 不会。因为UNⅨ提供.........【阅读全文】

阅读(4565) | 评论(0) | 转发(1)

发布时间:2014-10-09 15:57:19

作用:有了 screen 就再也不怕前台运行的程序因为网络中断而停止运行了。用法:    1. 新建一个 session:    screen     #会话名随机    screen -S sessionname    2. 退出一个 session:    exit    3. detach 一个 session, 不退出: .........【阅读全文】

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

发布时间:2014-10-09 10:59:43

wget - The non-interactive network downloader.SYNOPSIS            wget [option]... [URL]...OPTIONS:    -q    --quiet    Turn off wget's output.    -O file    --output-document=file&nbs.........【阅读全文】

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

发布时间:2014-09-10 19:18:20

A process is a set of instructions loaded into memory.    ~ Numeric Process ID        used for identification    ~ UID, GID and SELinux context determines filesystem access        Normally inherited from the executin.........【阅读全文】

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

发布时间:2014-09-10 10:19:04

参考文档:http://www.brendangregg.com/linuxperf.html......【阅读全文】

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

登录 注册