How to get the number of threads and open file descriptors that one TIBCO BusinessEvents(BE) engine uses?

How to get the number of threads and open file descriptors that one TIBCO BusinessEvents(BE) engine uses?

book

Article ID: KB0090530

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

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 &ltbe-engine pid> | wc -l"

To get current number of light weight processes used by be-engine: "ps -eaflL |grep &ltbe-engine pid> | wc -l"

Issue/Introduction

How to get the number of threads and open file descriptors that one TIBCO BusinessEvents(BE) engine uses?