Skip to content

Commit

Permalink
ADD top chratsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamut3D committed Mar 24, 2023
1 parent 9747f1e commit 2f29536
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/content/kb/top.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
+++
title = "Top"
+++

## Top cheatsheet

``` bash
top

# E -> Cycle between units (Mib, Gib ...)
# 1 -> See all CPU cores
# t -> Show CPU utilization as a bar rather than number
# m -> Show Memory utilization as a bar rather than number
# z -> Add color (pretty useless)
# c -> See full command with arguments instead of bin only
# u -> Filter processes per user
# k -> kill process (pid will be prompted)
# r -> change nice value of process (pid will be prompted), 20 nicest / -19 power hungry tyrand
# n -> set numer of lines shown
# <Space> -> force top to refresh
# W -> save current config
```

0 comments on commit 2f29536

Please sign in to comment.