Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix C Interpreting TIBCO Hawk Log Files : Interpreting TIBCO Hawk HMA Log Files

Interpreting TIBCO Hawk HMA Log Files
The TIBCO Hawk HMA process creates log files for each microagent, such as Hawk_Process.log. The HMA process also creates a Hawk_HMA.log file for microagent-generic errors.
You control the size and level of detail in HMA log files using the setTraceLevel() and setTraceParameters() methods. These standard methods are included for default platform-specific microagents, and can be added when instrumenting an application using the AMI protocol.
Following are some representative lines in an HMA log file for the Services microagent:
INFO 01/15/2013 11:14:39
OPTIONS: Transport: AS
Discovery URL : tcp://10.97.123.88:40000
Listen URL : tcp://10.97.123.88:40000
Invocation Timeout : 30000
Virtual Node Count : 100
Worker Thread Count : 32
Received Buffer Size : 1000
CodePage : 65001
TraceLevel : -1
Logdir : C:/ProgramData/hawkv16/tibco/cfgmgmt/hawk/log -- LogMaxSize : 1024 -- Max Log Files : 5 -- Log Format : default
INFO 01/15/2013 11:14:53 TIBCO Hawk HMA initialization completed successfully.
The first line identifies the AMI application, and the second identifies command line options in effect. Remaining lines are warnings and errors generated by the AMI application.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved