We can sometimes see the below message while concurrent load jobs are running heavily.
[iqmsg]
I. 12/30 00:07:37. 0001944086 TeamBase: LoadEngine Team W 174; G 4
I. 12/30 00:07:44. 0001944101 TeamBase: LoadEngine Team W 182; G 2
I. 12/30 00:07:46. 0001944094 TeamBase: LoadEngine Team W 174; G 2
These messages are logged into iqmsg by the thread team management subsystem.
The TeamBase messages are shown because of a difference of number of threads between wanted and gained while load jobs are running.
Here are explanations of meaning of TeamBase as follows.
The Meaning of TeamBase |
---|
TeamBase: <label> W <integer>; G <integer>
- <label> says which processing algorithm is requesting a thread team. - W <integer> tells us how many threads were requested. - G <integer> tells us how many threads were actually allocated to the thread team by the thread team manager. |
HTH
Gi-Sung Jang