This document contains the location of the logs of different components of the APM and how to debug the logs. The components are EM, Webview, Agent (Java , .Net and EPagent), workstation and TIM.
Release: Any APM
Component: WLYAPM
DOC needs modification
Location/filename of the log: <EM home directory>\logs\IntroscopeEnterpriseManager.log
To DEBUG:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2. Webview:
Location/filename of the log: <EM home directory>\logs\IntroscopeWebview.log
To DEBUG:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
3. Agent – JAVA:
Location/filename of the log: <Agent home directory>\wily\logs\IntroscopeAgent.log
To DEBUG:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
4. Agent - .Net:
Location/filename of the log: <Agent home directory>\wily\logs\IntroscopeAgent.log
To DEBUG:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5. EP Agent:
Location/filename of the log: <EPAgent home directory>\logs\IntroscopeEPA.log
To DEBUG:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6. Workstation:
Location/filename of the log: <Workstation home directory>\logs\IntroscopeWorkstation.log
To DEBUG:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
7. Infrastructue Agent
Run the Agent in Debug Mode
Running the agent in debug mode records higher levels of information in the agent log.
Follow these steps:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8. TIM:
To collect the logs:
To increase the log size:
To enable the traces:
To capture a pcap file on the Standard TIM server:
tcpdump -s 50000 -i eth0 -w test.pcap
Note: change the eth* port according to which TIM NIC is the monitoring port.
To capture a pcap file on the MTP TIM server:
/opt/NetQoS/bin/buildpcap --help
An example command to capture data for web server 10.0.0.1 for a 5 minute period between 10.30-10.35 AM on Nov 25 would be:
opt/NetQoS/bin/buildpcap --feed 0 --start-datetime 20151125-10:30:00 --end-datetime 20151125-10:35:00 --filter-server-address 10.0.0.1 --filter-server-port 443 --output-file /tmp/test1.pcap