Fix sysstat installation in troubleshooting docs

This commit is contained in:
Michael Friedrich 2017-05-24 14:04:25 +02:00
parent 3d92d69290
commit ad9f8a5507
1 changed files with 2 additions and 2 deletions

View File

@ -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. analyze the performance on Linux. On FreeBSD you could use `systat` for example.
``` ```
yum install htop yum install sysstat
apt-get install htop apt-get install sysstat
``` ```
Example for `vmstat` (summary of memory, processes, etc.): Example for `vmstat` (summary of memory, processes, etc.):