specified that buffer and cache memory display does not work on windows

This commit is contained in:
Twan Stok 2023-03-19 22:46:12 +01:00
parent 7b684e8313
commit 8cf5a92b9f
2 changed files with 77 additions and 77 deletions

View File

@ -7,7 +7,7 @@
The following flags can be provided to bottom in the command line to change the behaviour of the program (run `btm --help` for more information on each flag):
| Flag | Behaviour |
|----------------------------------------------|-----------------------------------------------------------------|
|----------------------------------------------|--------------------------------------------------------------------------------------|
| `--autohide_time` | Temporarily shows the time scale in graphs. |
| `-b`, `--basic` | Hides graphs and uses a more basic look. |
| `--battery` | Shows the battery widget. |
@ -21,7 +21,7 @@ The following flags can be provided to bottom in the command line to change the
| `--default_widget_type <WIDGET TYPE>` | Sets the default widget type, use --help for more info. |
| `--disable_advanced_kill` | Hides advanced options to stop a process on Unix-like systems. |
| `--disable_click` | Disables mouse clicks. |
| `--enable_cache_memory` | Enable collecting and displaying cache and buffer memory. |
| `--enable_cache_memory` | Enable collecting and displaying cache and buffer memory (not available on windows). |
| `-m`, `--dot_marker` | Uses a dot marker for graphs. |
| `-f`, `--fahrenheit` | Sets the temperature type to Fahrenheit. |
| `-g`, `--group` | Groups processes with the same name by default. |

View File

@ -8,7 +8,7 @@ Most of the [command line flags](../../command-line-flags) have config file equi
each time:
| Field | Type | Functionality |
|------------------------------|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|
|------------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
| `hide_avg_cpu` | Boolean | Hides the average CPU usage. |
| `dot_marker` | Boolean | Uses a dot marker for graphs. |
| `left_legend` | Boolean | Puts the CPU chart legend to the left side. |
@ -29,7 +29,7 @@ each time:
| `default_widget_count` | Unsigned Int (represents which `default_widget_type`) | Sets the n'th selected widget type as the default. |
| `disable_click` | Boolean | Disables mouse clicks. |
| `color` | String (one of ["default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"]) | Use a color scheme, use --help for supported values. |
| `enable_cache_memory` | Boolean | Enable collecting and displaying cache and buffer memory. |
| `enable_cache_memory` | Boolean | Enable collecting and displaying cache and buffer memory (not available on windows). |
| `mem_as_value` | Boolean | Defaults to showing process memory usage by value. |
| `tree` | Boolean | Defaults to showing the process widget in tree mode. |
| `show_table_scroll_position` | Boolean | Shows the scroll position tracker in table widgets. |