Ask the Community
Groups
Monitor memory consumption of Traverse Windows components - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>To track the memory consumption of a Traverse component in Windows, create an Advanced WMI test with these parameters:</p> <ul><li>Navigate to Adminstration->Devices->Tests</li> <li>Select 'Create New Advanced Tests'</li> <li>Check the box to select 'Advanced Wmi Test'</li> <li>Enter the following, replacing '1234' with the Process ID (PID) of the component (see list at the end of article), and 'CSE' with the name of the actual component to be monitored:</li> </ul><p>Test Name: CSE WorkingSet <br>Interval: 1 min <br>Units: KB <br>WMI Property: \Win32_PerfFormattedData_PerfProc_Process:WorkingSet:IDProcess="1234" <br>Result Multiplier: 0.001 </p> <ul><li>Select the 'Provision Tests' button at the bottom of the page</li> </ul><p>One way to determine the PID from a command prompt on the Traverse server is to check the PID associated with a unique TCP port used by the component:</p> <p>netstat -ano | grep 9999 </p> <p>where '9999' is a unique port number associated with the Traverse component. Example JMX ports used by Traverse components include:</p> <p>Web application: 7691 <br>Data Gathering Engine: 7692 <br>Message Handler: 7693 <br>Correlation & Summary Engine: 7696</p> <p>Note also that the Process ID will change each time the component is started.</p> </article> </main>