Linux------Performance and Tuning
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux------Performance and Tuning相关的知识,希望对你有一定的参考价值。
Linux操作系统的基本架构
一. Linux process management
- 进程管理包括:process scheduling, interrupt handling, signaling, process prioritization, process switching,
process state, process memory等等。 - 什么是进程:进程是运行在处理器上的一个实例,进程使用内核所能处理的所有资源去完成进程需要完成的任务。
- Linux上进程的管理是通过一个叫task_struct的结构来进行的,通常也叫做process descriptor进程描述符,进程描述符中包含了所有针对单一进程的详细,下图就是一个进程描述符:
以上是关于Linux------Performance and Tuning的主要内容,如果未能解决你的问题,请参考以下文章
Linux performance monitor tool
Linux Performance Observaibilty Tools
Linux------Performance and Tuning