Skip to content
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

Add timestamp to network viewer #66

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Conversation

thiagoftsm
Copy link
Contributor

@thiagoftsm thiagoftsm commented Feb 28, 2024

Summary

We are using inodes in our network viewer, but this value is accessed inside kernel with a lock, so we are adding a new variable to keep the pattern with the current kernel.

Test Plan
  1. Clone this branch
  2. Run the following commands:
# git submodule update --init --recursive
# make clean; make
# cd src/tests
# sh run_tests.sh
  1. Verify that you do not have any libbpf error inside error.log.
Additional information
Linux Distribution Environment Kernel Version Error Success
Slackware Current Bare metal 6.6.18 error.log success.log

@thiagoftsm thiagoftsm merged commit e5e3e43 into netdata:master Feb 28, 2024
7 checks passed
@thiagoftsm thiagoftsm deleted the create_inode branch February 28, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant