Open
Conversation
…s, dashboard, and reporting utilities
…" flag for special processes
raboof
reviewed
Sep 25, 2025
Owner
raboof
left a comment
There was a problem hiding this comment.
I'm on the fence on this. Nethogs was never really meant for longer-term processing, just for quick interactive use. But indeed it seems more people would like longer-term reporting.
Are you using this? Is it working well for you?
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Nethogs Network Monitor</title> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script> |
Owner
There was a problem hiding this comment.
I don't think we should load artifacts from 3rd-party sites
| { | ||
| garbage_collect_inodeproc(); | ||
|
|
||
| ProcList *previousproc = NULL; |
Owner
There was a problem hiding this comment.
there already is a remove_timed_out_processes, is this still needed?
|
|
||
| # IDE configurations | ||
| .vscode | ||
| .idea No newline at end of file |
Owner
There was a problem hiding this comment.
(you can use a global gitignore, but I'm not opposed to adding those)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds JSON output for logging activity while running as a daemon. And adds basic reporting to the logged data.
Might fix: #152 #143 #127 #120 #64