Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
Customer intends to put a capacity measurement on the number of openfiles/file descriptors required for each of the components.
Is there any guidance that we could provide so that the customer would be able estimate the required number of open files?
Environment:
============
TIBCO BusinessEvents All
Linux
Resolutions:
============
You can run the following commands to get the current number of open file descriptors and light weight processes used by be-engine:
To get current number of open file descriptors used by be-engine: "lsof -p <be-engine pid> | wc -l"
To get current number of light weight processes used by be-engine: "ps -eaflL |grep <be-engine pid> | wc -l"