forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(system_monitor): prevent nethogs from monitoring all networks due…
… to high CPU load (autowarefoundation#2474) * fix(system_monitor): prevent nethogs from monitoring all networks due to high CPU load Signed-off-by: ito-san <[email protected]> * ci(pre-commit): autofix * fix(system_monitor): fix include guards Signed-off-by: ito-san <[email protected]> * fix(system_monitor): fix build error Signed-off-by: ito-san <[email protected]> * fix(net_monitor): change lower camel case to snake case Signed-off-by: ito-san <[email protected]> * fix(net_monitor): fix clang-tidy errors and warnings Signed-off-by: ito-san <[email protected]> * ci(pre-commit): autofix * fix(net_monitor): fix clang-tidy warnings Signed-off-by: ito-san <[email protected]> * ci(pre-commit): autofix * fix(net_monitor: fix clang-tidy warnings) Signed-off-by: ito-san <[email protected]> * fix(net_monitor): fix clang-tidy warnings Signed-off-by: ito-san <[email protected]> * fix(net_monitor): change C-style socket to boost::asio Signed-off-by: ito-san <[email protected]> * fix(net_monitor): fix clang-tidy warnings Signed-off-by: ito-san <[email protected]> * fix(net_monitor): fix clang-tidy warnings Signed-off-by: ito-san <[email protected]> * fix(net_monitor): first refactoring Signed-off-by: ito-san <[email protected]> * fix(net_monitor): refactoring Signed-off-by: ito-san <[email protected]> * fix(net_monitor): fix clang-tidy errors Signed-off-by: ito-san <[email protected]> * fix(net_monitor): update README Signed-off-by: ito-san <[email protected]> * fix(net_monitor): add lock guard to protect variable Signed-off-by: ito-san <[email protected]> Signed-off-by: ito-san <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5b979a2
commit 56f9be9
Showing
12 changed files
with
1,252 additions
and
908 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.