-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2 #81
base: master
Are you sure you want to change the base?
#2 #81
Conversation
|
||
`devfsadm -c disk` | ||
|
||
- Очистите все повисшие ссылки и выполните поиск нового устройства: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Очистить
|
||
`dmesg` | ||
|
||
- Показать сколько физической памяти доступно в системе: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Показать ,
@@ -0,0 +1,23 @@ | |||
# prstat | |||
|
|||
> Вывод статистических данных для процессов выполняющихся в настоящий момент. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, выполняющихся
|
||
> Вывод статистических данных для процессов выполняющихся в настоящий момент. | ||
|
||
- Вывод информацию обо всех процессах, отсортированную по величине загрузки центрального процессора: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вывод информацИИ ..., отсортированный
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну либо "Вывести информацию"
|
||
`prstat` | ||
|
||
- Вывод информацию обо всех процессах, отсортированную по размеру утилизированной памяти: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аналогично
|
||
`prstat -s rss` | ||
|
||
- Отчет общая сводка по использованию для каждого пользователя: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Отчёт" - лишнее тут слово.
|
||
`prstat -t` | ||
|
||
- Вывд информация о микросостоянии: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Опечатка, информацИИ
|
||
`prstat -m` | ||
|
||
- Вывод списка ТОП-5 процессов использующих CPU каждую секунду: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, использующих
No description provided.