# Мониторинг процессов и нагрузки

## Установка

```
$ apt install htop # ubuntu/debian
$ yum install htop # centos
```

## Использование

```
$ htop
```

![](/files/RBwszsG2cAH7beoV2zHA)

## Горячие клавиши

| Клавиша | Дополнительная клавиша | Описание                          |
| ------- | ---------------------- | --------------------------------- |
| F1      | h                      | Меню помощи                       |
| F2      | S                      | Настройки                         |
| F3      | /                      | Поиск процесса                    |
| F4      | /                      | Инвертировать порядок сортировки  |
| F5      | t                      | Древовидное отображение процессов |
| F6      | >                      | Выбор колонку для сортировки      |
| F7      | \[                     | Понизить приоритет процесса       |
| F8      | ]                      | Повысить приоритет процесса       |
| F9      | k                      | Убить процесс                     |
| F10     | q                      | Выйти из htop                     |
|         |                        |                                   |


---

# Agent Instructions: 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:

```
GET https://docs.sclad.group/baza-znanii-skladtim/administrirovanie-linux/monitoring-processov-i-nagruzki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
