Add top command

top documentation
pull/1492/head
Paul Marsicovetere 2 years ago committed by GitHub
parent d2efb83c14
commit c8c29ac59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/102-top.md

@ -1 +1,8 @@
# Top
# top
The top program periodically displays a sorted list of system processes. The default sorting key is pid, but other keys can be used instead. Various output options are available.
See `man top` further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://gist.github.com/ericandrewlewis/4983670c508b2f6b181703df43438c37'>top Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/top.1.html'>top Documentation</BadgeLink>

Loading…
Cancel
Save