> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process.md).

# 进程

- [进程管理](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management.md)
- [进程状态标志的含义](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/process_stat_indicates.md)
- [运行队列中进程排查方法](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/process_in_run_queue.md)
- [ps命令tips](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/ps_tips.md)
- [杀掉多个进程的方法](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/kill_multiple_process.md)
- [使用nice调整进程优先级](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/process_priority_with_nice.md)
- [检查进程的内存使用](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/check_process_memory_usage.md)
- [查看进程的线程方法](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/view_threads_process.md)
- [top命令使用tips](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/top_tips.md)
- [显示最消耗cpu资源的进程](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/show_top_cpu_consuming_processes.md)
- [检查进程运行在哪个CPU上](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/cpu_core_process_is_running.md)
- [检查进程启动时间](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/check_process_start_time.md)
- [检查进程使用网络端口](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/check_process_listen_ports.md)
- [控制台输出"INIT: Id "c0" respawning too fast: disabled for 5 minutes"](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/init_id_c0_respawning_too_fast.md)
- [cron定时执行任务](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/management/cron.md)
- [SELinux](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/selinux.md)
- [线程](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/thread.md)
- [进程和线程](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/thread/process_vs_thread.md)
- [检查线程的方法](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/thread/check_thread.md)
- [内核线程](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process/thread/kernel_threads.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
