bottom/src
Clement Tsang 90be9730a6
feature: Add network interface filtering (#381)
Adds a new option in the config file to filter out network interfaces.  Also add the option to filter by whole words.

Interface follows that of the existing ones:

```toml
[net_filter]
is_list_ignored = false
list = ["virbr0.*"]
regex = true
case_sensitive = false
whole_word = false
```
2021-01-01 18:09:28 -05:00
..
app feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
bin feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
canvas bug: Fixes incorrect colours being used the CPU widget in basic mode (#373) 2020-12-22 02:19:46 -05:00
options feature: Beginnings of in-app config (#231) 2020-09-22 18:12:36 -04:00
utils refactor: re-use heim for ARM targets if possible (#360) 2020-12-17 17:57:38 -05:00
app.rs feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
canvas.rs feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372) 2020-12-22 01:12:13 -05:00
clap.rs feature: Add process_command to default to the process command (#379) 2020-12-28 14:34:32 -05:00
constants.rs feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
data_conversion.rs feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
lib.rs feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
options.rs feature: Add network interface filtering (#381) 2021-01-01 18:09:28 -05:00
utils.rs Change how we call time in data_collection step 2020-01-09 21:59:52 -05:00