-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'--log-to' option doesn't work properly #314
Comments
I suppose the description is indeed a bit vague; better might be ”enable debug logging to a file". I can change that.
As of the issue you ran into with snap, I assume it is a permission issue. Process resolution on Linux requires direct access to procfs, which the snap may not have been configured to allow. This is something you'd have to ask Ubuntu packagers to fix. |
Yes thank you! This is what you need. I'm closing the issue. |
bandwhich --help
All options have an abbreviation, except for the logging option. Add a shortcut to this option as well: '-l'
2.
sudo bandwhich --log-to test
The band itself monitors traffic and displays all the stated metrics successfully in the CLI (the process that loads the network). But something completely different is written into the log file (complete nonsense).
cat test
Fix, "bandwhich" should write to the log what it captures in the CLI. This problem greatly spoils the functionality of the utility and forces you to use other GNU/Linux tools, of which, unfortunately, there are few.
OS used is Debian, bandwhich v0.21.1 (installed from source).
p/s/ Before the bandwhich 0.21.1 version from the source code, I tested the bandwhich 0.21.1 version from Snap. Unfortunately, bandwhich from snap does not display the name of the process that creates network activity (I don’t know who collects the package versions for snap, but bandwhich 0.21.1 from there is not working). This is just a word.
The text was updated successfully, but these errors were encountered: