输出格式(ps -aux)

  USER   PID   %CPU   %MEM   VSZ   RSS   TTY   STAT   START   TIME   COMMAND

  VSZ:占用的虚拟内存大小()

  RSS:

  COMMAND: 执行的进程和参数

stat:

 Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will
display to describe the state of a process: D uninterruptible sleep (usually IO)
R running or runnable (on run queue)
S interruptible sleep (waiting for an event to complete)
T stopped by job control signal
t stopped by debugger during the tracing
W paging (not valid since the 2.6.xx kernel)
X dead (should never be seen)
Z defunct ("zombie") process, terminated but not reaped by its parent For BSD formats and when the stat keyword is used, additional characters may be displayed: < high-priority (not nice to other users)
N low-priority (nice to other users)
L has pages locked into memory (for real-time and custom IO)
s is a session leader
l is multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
+ is in the foreground process group

ps -aux BSD输出方式  ps -ef 标准输出方式

最新文章

  1. tyvj1008 传球游戏
  2. SCRUM报告(1)
  3. js文件合并,压缩,缓存,延迟加载
  4. 什么是FOUC?如何避免FOUC?
  5. Python OpenCV —— Arithmetic
  6. 百度上传工具webuploader,图片上传附加参数
  7. IOS系统框架
  8. OpenJudge/Poj 1664 放苹果
  9. java Spring 基于注解的配置(一)
  10. Java中OutOfMemoryError(内存溢出)的情况及解决办法
  11. Centos7 修改运行级别
  12. 2015第30周三Spring常用工具类
  13. How Many Tables(并查集)
  14. Search in rotated array two
  15. padding和margin——内边距和外边距
  16. Javascript上传超大文件实例
  17. Nginx配置示例
  18. three probing way of openadress hash
  19. Function,Object.creat();
  20. java基础学习总结——异常处理

热门文章

  1. JasperReports入门教程(三):Paramters,Fields和Detail基本组件介绍
  2. thinkphp5 --接口实例
  3. Windows环境,获取当前线程的ID,GetCurrentThreadId
  4. Codeforces Round #635 (Div. 2) 题解
  5. java中FutureTask的使用
  6. hdu_2570 迷障 贪心
  7. 聊聊flink的BlobStoreService
  8. [软件共享]将数据库中的数据导出为SQL脚本
  9. 《Microduino实战》——2.3 Microduino STM32核心系列
  10. 通过express框架为前端提供api(数据),妈妈再也不用担心后端不给我数据了~