diff --git a/src/data/roadmaps/devops/content/102-live-in-terminal/103-process-monitoring.md b/src/data/roadmaps/devops/content/102-live-in-terminal/103-process-monitoring.md index 0f30d6b6f..86bc16173 100644 --- a/src/data/roadmaps/devops/content/102-live-in-terminal/103-process-monitoring.md +++ b/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/)