From 68859fd160977edb28e6504f839c8a5c7e49e629 Mon Sep 17 00:00:00 2001 From: Arndt Adler Date: Thu, 4 Oct 2018 13:19:48 +0200 Subject: [PATCH] Added Troubleshooting for Incomplete Network History #80 Added a description on how to fix #80 and subheadings to Troubleshooting. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89a7a98..be85df8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ You can sort the process table by pressing * `m`: Memory usage ### Troubleshooting +#### Problems with character encoding If you see question marks or other different characters, try to run it with these environment variables: @@ -43,6 +44,9 @@ If you see question marks or other different characters, try to run it with thes $ LANG=en_US.utf8 TERM=xterm-256color gtop ``` +#### Incomplete Network History +If Network History is shown without transfared data, try to increase the number of shown lines in your terminal screen. + ## License Released under [the MIT license](LICENSE).