From a0bd6116ac228c9ca3f1e23e39231007ac7aebc4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 5 Apr 2017 20:23:07 +0200 Subject: [PATCH] Fix formatting in the docs refs #5137 --- doc/15-troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/15-troubleshooting.md b/doc/15-troubleshooting.md index d372b6357..4480a539b 100644 --- a/doc/15-troubleshooting.md +++ b/doc/15-troubleshooting.md @@ -48,7 +48,7 @@ is also key to identify bottlenecks and issues. Install tools which help you to do so. Opinions differ, let us know if you have any additions here! -## Analyse your Linux/Unix Environment +### Analyse your Linux/Unix Environment [htop](http://hisham.hm/htop/) is a better replacement for `top` and helps to analyze processes interactively. @@ -75,9 +75,9 @@ apt-get install htop Example for `vmstat` (summary of memory, processes, etc.): ``` -# summary +// summary vmstat -s -# print timestamps, format in MB, stats every 1 second, 5 times +// print timestamps, format in MB, stats every 1 second, 5 times vmstat -t -S M 1 5 ``` @@ -99,7 +99,7 @@ sar -b //I/O If you are missing checks and metrics found in your analysis, add them to your monitoring! -## Analyze your Windows Environment +### Analyze your Windows Environment A good tip for Windows are the tools found inside the [Sysinternals Suite](https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx). -- 2.50.0