Fix formatting in the docs

refs #5137
This commit is contained in:
Michael Friedrich 2017-04-05 20:23:07 +02:00
parent 1c816ac9ad
commit a0bd6116ac
1 changed files with 4 additions and 4 deletions

View File

@ -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!
## <a id="troubleshooting-analyze-environment-linux"></a> Analyse your Linux/Unix Environment
### <a id="troubleshooting-analyze-environment-linux"></a> 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!
## <a id="troubleshooting-analyze-environment-windows"></a> Analyze your Windows Environment
### <a id="troubleshooting-analyze-environment-windows"></a> 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).