goeffel
goeffel copied to clipboard
A tool for measuring the resource utilization of a specific process over time
Let's see. Related: - https://github.com/pyinstaller/pyinstaller/issues/6362 - https://github.com/pyenv/pyenv/issues/392 ``` $ env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.11.3 pyenv: /home/jp/.pyenv/versions/3.11.3 already exists continue with installation? (y/N) y Installing Python-3.11.3... Installed Python-3.11.3 to /home/jp/.pyenv/versions/3.11.3 ```...
I am trying to use `goeffel-analysis` for the first time to plot cpu percentage but it is erroring out regardless of the metric I use. The capture command/output looks ok:...
This PR implements a docker image for using goeffel so that users don't need to install `pip` `pipx` or any other dependencies on the host in order to use goeffel....
I love the customization available for flexplot but the hardcoded styling for `plot()` falls short when visualizing a single metric over a short time period. Here I look at cpu...