remove duplicated top explanation (#4104)

pull/4106/head
Renato C. Francisco 1 year ago committed by GitHub
parent 7a19b7887a
commit e85ff79dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/data/roadmaps/devops/content/102-live-in-terminal/103-process-monitoring.md

@ -26,11 +26,6 @@ htop is a cross-platform ncurses-based process. It is similar to top, but allows
- [htop Documentation](https://www.man7.org/linux/man-pages/man1/htop.1.html)
- [htop Cheat Sheet](https://www.maketecheasier.com/power-user-guide-htop/)
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.
- [top Documentation](https://man7.org/linux/man-pages/man1/top.1.html)
- [top Cheat Sheet](https://gist.github.com/ericandrewlewis/4983670c508b2f6b181703df43438c37)
Lsof lists on its standard output file information about files opened by processes.
- [lsof Cheat Sheet](https://neverendingsecurity.wordpress.com/2015/04/13/lsof-commands-cheatsheet/)

Loading…
Cancel
Save