From ad9f8a55076717ac95a76b32dff04614d8303fad Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 24 May 2017 14:04:25 +0200 Subject: [PATCH] Fix sysstat installation in troubleshooting docs --- doc/15-troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/15-troubleshooting.md b/doc/15-troubleshooting.md index 529ba982f..2437e6e7e 100644 --- a/doc/15-troubleshooting.md +++ b/doc/15-troubleshooting.md @@ -68,8 +68,8 @@ The [sysstat](https://github.com/sysstat/sysstat) package provides a number of t analyze the performance on Linux. On FreeBSD you could use `systat` for example. ``` -yum install htop -apt-get install htop +yum install sysstat +apt-get install sysstat ``` Example for `vmstat` (summary of memory, processes, etc.):