From dcd36dbbaa9fa7754cbecddbbeeaa8375a489030 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Thu, 13 Dec 2018 16:04:49 +1100 Subject: [PATCH] add top command --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index e728075..924cd07 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn 1. [search for a text](#search-for-a-text) 1. [view an image](#view-an-image) 1. [show disk size](#show-disk-size) +1. [check performance of your computer](#check-performance-of-your-computer) 1. [Quick tips](#quick-tips) 1. [Hotkeys](#hotkeys) @@ -322,6 +323,14 @@ imgcat image.png df -h ``` +## check performance of your computer + +**STOP OPENING YOUR ACTIVITY MONITOR OR TASK MANAGER** :-1: + +```shell +top +``` + ## Quick tips ![CLI tips](./cli_tips.jpg)