We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide a way to get metrics of KICS scanning performance to add more relevant information when reporting some issue, for example.
In our generated log file, we should have information about CPU peak usage and memory peak usage.
The text was updated successfully, but these errors were encountered:
We can achieve this with zerolog and profile
Sorry, something went wrong.
Added CPU and Memory usage to logs #2379
79e08d1
Signed-off-by: João Reigota <[email protected]>
Added sugestions to CPU and Memory usage in logs (#2379)
a280a4e
Updated docs and E2E with new flag 'profiling' (#2379)
1918b42
feat(analytics) print CPU and Memory usage in logs (#2379) (#2961)
478159e
cx-joao-reigota
Successfully merging a pull request may close this issue.
Description
Provide a way to get metrics of KICS scanning performance to add more relevant information when reporting some issue, for example.
In our generated log file, we should have information about CPU peak usage and memory peak usage.
The text was updated successfully, but these errors were encountered: