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:
Component: WLYAPM
Location/filename of the log: <EM home directory>\logs\IntroscopeEnterpriseManager.log
To DEBUG:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Location/filename of the log: <EM home directory>\logs\IntroscopeWebview.log
To DEBUG:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Location/filename of the log: <Agent home directory>\wily\logs\IntroscopeAgent.log
To DEBUG:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Location/filename of the log: <Agent home directory>\wily\logs\IntroscopeAgent.log
To DEBUG:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Location/filename of the log: <EPAgent home directory>\logs\IntroscopeEPA.log
To DEBUG:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Location/filename of the log: <Workstation home directory>\logs\IntroscopeWorkstation.log
To DEBUG:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
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