-
-
Couldn't load subscription status.
- Fork 292
Monitor service #299
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
base: main
Are you sure you want to change the base?
Monitor service #299
Conversation
…s, dashboard, and reporting utilities
…" flag for special processes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should load artifacts from 3rd-party sites
| { | ||
| garbage_collect_inodeproc(); | ||
|
|
||
| ProcList *previousproc = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there already is a remove_timed_out_processes, is this still needed?
|
|
||
| # IDE configurations | ||
| .vscode | ||
| .idea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(you can use a global gitignore, but I'm not opposed to adding those)
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