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

Hash table charts #15323

Merged
merged 70 commits into from
Jul 20, 2023
Merged

Hash table charts #15323

merged 70 commits into from
Jul 20, 2023

Commits on Jul 18, 2023

  1. ebpf_functions: Add function that reports error when a wrong function…

    … is given and also adds beginning of function enable
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    853df34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea6138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b0858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    554daba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06e0b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    299a293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c5fbf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ecbf42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e90cc69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0c98ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a1fbde View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a433e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0254d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5cae425 View commit details
    Browse the repository at this point in the history
  15. ebpf_functions: Move content from process thread to main thread reduc…

    …ing dependency from process.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5bccf6e View commit details
    Browse the repository at this point in the history
  16. ebpf_functions: Last commit doing all threads independent of process …

    …thread. This commit also fix white space in statistic charts
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a26ca46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    72cc391 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0fb15e View commit details
    Browse the repository at this point in the history
  19. ebpf_functions: Add a new

    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e965f94 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    deb47b6 View commit details
    Browse the repository at this point in the history
  21. ebpf_functions: Add new field and remove mutex from places where we a…

    …re only reading avoiding slow down request
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e74a016 View commit details
    Browse the repository at this point in the history
  22. ebpf_functions: Reorganize algorithm avoiding different comparisons a…

    …nd fix wrong period of time.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4052d9a View commit details
    Browse the repository at this point in the history
  23. ebpf_functions: Create new enum element to indicate origin of thread …

    …startup. Update code to use new element.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2e87887 View commit details
    Browse the repository at this point in the history
  24. ebpf_functions: Modify the way we set apps is enabled; Modify functio…

    …n that starts apps charts to avoid changing all associated threads; Clean up code;
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b310b3a View commit details
    Browse the repository at this point in the history
  25. ebpf_functions: Fix service obsolation position. Rename thread functi…

    …on. And fix issues associated with requests while thread is still running and thread restart while ebpf is running
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e0398f3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    269127c View commit details
    Browse the repository at this point in the history
  27. ebpf_functions: Add final obsolete code for disk chart and fix issue …

    …discovered in other two threads while I was working with this
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b50bd2a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ec48077 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8ba9a02 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    acad264 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b689fe9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    72c8cb7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e147edb View commit details
    Browse the repository at this point in the history
  34. ebpf_functions: add message to clarify users about current plugin beh…

    …avior until we have all necessary functions.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5d61f1b View commit details
    Browse the repository at this point in the history
  35. ebpf_functions: OK, I changed my mind. This commit is allowing users …

    …to have all threads without exception disabled and also fix typo.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    12c1878 View commit details
    Browse the repository at this point in the history
  36. ebpf_functions: Address issues: Fix typo; Add function description; A…

    …dd lock and fflush(stdout) to function.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e8102e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6f7b9be View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    46c3de7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1f62db6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    175cff0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    407ab18 View commit details
    Browse the repository at this point in the history
  42. ebpf_functions: Add new eBPF option to configuration file and also ad…

    …d an internal variable to reset periodo of time before thread dies
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6042a91 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0da88e8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5526ba8 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    068e490 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    489ab92 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d49f334 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ed597f2 View commit details
    Browse the repository at this point in the history
  49. hash_table_charts: Set a less generic initial value for aral charts a…

    …voiding possible issues in the future.
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    222020c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    866e654 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f41cb0d View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ac2a78f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    89c8cc2 View commit details
    Browse the repository at this point in the history
  54. hash_table_charts: Add helper to read global tables; Move definition …

    …for a more generic place; modify hash_table_stats one more time to do a more generic function
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    026a32e View commit details
    Browse the repository at this point in the history
  55. hash_table_charts: Modify read_global_table to use new helper and app…

    …end calls to read control table (cachestat)
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    70bc84a View commit details
    Browse the repository at this point in the history
  56. hash_table_charts: Modify read_global_table to use new helper and app…

    …end calls to read control table (dcstat)
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d110250 View commit details
    Browse the repository at this point in the history
  57. hash_table_charts: Modify read_global_table to use new helper and app…

    …end calls to read control table (fd)
    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    42b5300 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    70c4cc4 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    c131be4 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    373e83b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    48bc4b6 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    73e2b30 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    519850f View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    a387573 View commit details
    Browse the repository at this point in the history
  65. Fix rebase

    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    aad0311 View commit details
    Browse the repository at this point in the history
  66. Fix rebase again

    thiagoftsm committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    806ee70 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    0ad8e67 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    0f77c90 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    7490844 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    a06e022 View commit details
    Browse the repository at this point in the history