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 a metric to measure "number of open files" #25

Open
madeesha opened this issue Dec 19, 2018 · 0 comments
Open

Add a metric to measure "number of open files" #25

madeesha opened this issue Dec 19, 2018 · 0 comments

Comments

@madeesha
Copy link

madeesha commented Dec 19, 2018

Description:
APIM gateway shows a large number of open files when running a load test. Checked the number of open files using, lsof command and sar -v. The results are mentioned below.

output of 'lsof | wc -l' before start the server : 879

output of 'lsof | wc -l' just after start the server : 53590

output of 'lsof | wc -l' when running the load test : 4674652

output of 'lsof -p pid | wc -l' when running the load test : 3969

sar -v output

06:26:01 56643 1152 66043 2
06:27:01 56643 1120 66043 2
06:28:01 56643 1120 66043 2
06:29:01 56643 1120 66043 2
06:30:01 56643 1152 66043 2
06:31:01 56643 1152 66043 2

Affected Product Version: APIM 2.6.0

OS, DB, other environment details and versions:
OS - Ubuntu
DB - PostregeSQL

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

No branches or pull requests

1 participant