From 91fa9923a2f3e772cadc9de2efc4a81fafaa8055 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Fri, 16 Aug 2019 17:41:09 +0200 Subject: [PATCH] add glances and nmon (monitoring) --- Brewfile | 2 ++ centos.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Brewfile b/Brewfile index c9d0478..f0d19c7 100644 --- a/Brewfile +++ b/Brewfile @@ -74,6 +74,8 @@ brew "surfraw" brew "dict" # Add prettyping brew "prettyping" +# Install glances for monitoring +brew "glances" mas 'Keynote', id: 409183694 mas 'iMovie', id: 408981434 diff --git a/centos.sh b/centos.sh index 27c7631..0de7096 100644 --- a/centos.sh +++ b/centos.sh @@ -193,3 +193,5 @@ yum -y install dictd # Add prettyping yum -y install prettyping +# Glances + nmon for monitoring +yum -y install nmon glances