Data Collection #420
-
Is bpytop collecting data? Why does it need to connect whilst piggybacking on python? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Bpytop is resource monitor, it kinda relies on collecting data to perform the monitor part of that description. Now your second question I've split up in two parts since it seems a bit confused.
Bpytop is written in python and python is an interpreted language, it won't run without "piggybacking" on python.
This shouldn't be a surprise if you read the README.md -> Or looked at the code: Lines 5017 to 5044 in ac0f666 And last your statement:
I can assure you many others do, some even have an entire http server included, like glances... |
Beta Was this translation helpful? Give feedback.
@powmeister
Bpytop is resource monitor, it kinda relies on collecting data to perform the monitor part of that description.
Now your second question I've split up in two parts since it seems a bit confused.
Bpytop is written in python and python is an interpreted language, it won't run without "piggybacking" on python.
This shouldn't be a surprise if you read the README.md ->
Shows message in menu if new version is available
Or looked at the code:
bpytop/bpytop.py
Lines 5017 to 5044 in ac0f666