TIBCO Enterprise Administrator (TEA) performance tuning guide

TIBCO Enterprise Administrator (TEA) performance tuning guide

book

Article ID: KB0074454

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) 2.2.0

Description


Following are the list of properties(with their default values) which one can configure through tea.conf file to tune the performance .
  • tea.http.buffer-max-size=52428800
  • tea.http.idle-timeout=60000
  • tea.http.threadpool.acceptors=1 (Decided at the runtime depending on the available processors)
  • tea.http.threadpool.selectors=1(Decided at the runtime depending on the available processors)
  • tea.http.threadpool.workers=2(Twice as much as available processors)
  • tea.http.threadpool.idle-timeout=60000
  • tea.http.threadpool.session.timeout=1800
NOTE: idle-timeout and timeout properties are in milliseconds (ms)

Above  properties map to Jetty properties as follows:
  • maxThreads = acceptors + selectors + workers
  • minThreads = acceptors + selectors

Issue/Introduction

How to tune TIBCO Enterprise Administrator (TEA) server

Environment

Product: TIBCO Enterprise Administrator Version :2.2.0 OS: All

Additional Information

https://wiki.eclipse.org/Jetty/Howto/High_Load