<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WMI polling on 64-bit Windows in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-polling-on-64-bit-Windows/m-p/72794#M14852</link>
    <description>&lt;P&gt;When I use the WMI collector below: I get this info"Microsoft Windows Server 2008 R2 Enterprise,    Win32_ComputerSystem,   64-bit, 7601"&lt;/P&gt;

&lt;P&gt;[WMI:LocalOSInfo]&lt;/P&gt;

&lt;P&gt;interval = 21600&lt;/P&gt;

&lt;P&gt;disabled = 0&lt;/P&gt;

&lt;P&gt;server = localhost&lt;/P&gt;

&lt;P&gt;wql = select * from Win32_OperatingSystem&lt;/P&gt;

&lt;P&gt;I am collecting the "WMI:LocalProcesses" info on only one process from all my 2008 64bit systems.&lt;/P&gt;

&lt;P&gt;Try collecting the "LocalOSInfo" like this (select * from Win32_OperatingSystem&lt;BR /&gt;
) and see what version your running&lt;/P&gt;

&lt;P&gt;If you get the same info I get then try collecting from one process only like this(SELECT Name, PercentProcessorTime FROM Win32_PerfFormattedData_PerfProc_Process WHERE Name = "splunkd")&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:56:00 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2020-09-28T11:56:00Z</dc:date>
    <item>
      <title>WMI polling on 64-bit Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-polling-on-64-bit-Windows/m-p/72793#M14851</link>
      <description>&lt;P&gt;Need your help to configure UF in my windows 64 bit machine , have configure UF and getting WMI data but i am unable to get LocalProcesses, have created wmi.conf and following are the configuration &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:LocalPhysicalDisk]
interval = 60
wql = select Name, CurrentDiskQueueLength, DiskBytesPerSec, PercentDiskReadTime,  PercentDiskWriteTime, PercentDiskTime from Win32_PerfFormattedData_PerfDisk_PhysicalDisk
index = default
disabled = 0

[WMI:LocalProcesses]
interval = 60
wql = select Name, IDProcess, PrivateBytes, PercentProcessorTime from Win32_PerfFormattedData_PerfProc_Process
index = default
disabled = 0

[WMI:Memory]
interval = 60
wql = select PagesPerSec, AvailableMBytes, CommittedBytes, PercentCommittedBytesInUse from Win32_PerfFormattedData_PerfOS_Memory
index = default
disabled = 0

[WMI:CPUTime]
interval = 60
wql = SELECT PercentProcessorTime,PercentUserTime FROM Win32_PerfFormattedData_PerfOS_Processor WHERE Name="_Total"
index = default
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am getting every thing except "WMI:LocalProcesses" , i dont understand the cause of this , it is b'cos of i am 64bit machine if so, what configuration have to make to get the data.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2012 08:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-polling-on-64-bit-Windows/m-p/72793#M14851</guid>
      <dc:creator>vaibhavbeohar</dc:creator>
      <dc:date>2012-06-12T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: WMI polling on 64-bit Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-polling-on-64-bit-Windows/m-p/72794#M14852</link>
      <description>&lt;P&gt;When I use the WMI collector below: I get this info"Microsoft Windows Server 2008 R2 Enterprise,    Win32_ComputerSystem,   64-bit, 7601"&lt;/P&gt;

&lt;P&gt;[WMI:LocalOSInfo]&lt;/P&gt;

&lt;P&gt;interval = 21600&lt;/P&gt;

&lt;P&gt;disabled = 0&lt;/P&gt;

&lt;P&gt;server = localhost&lt;/P&gt;

&lt;P&gt;wql = select * from Win32_OperatingSystem&lt;/P&gt;

&lt;P&gt;I am collecting the "WMI:LocalProcesses" info on only one process from all my 2008 64bit systems.&lt;/P&gt;

&lt;P&gt;Try collecting the "LocalOSInfo" like this (select * from Win32_OperatingSystem&lt;BR /&gt;
) and see what version your running&lt;/P&gt;

&lt;P&gt;If you get the same info I get then try collecting from one process only like this(SELECT Name, PercentProcessorTime FROM Win32_PerfFormattedData_PerfProc_Process WHERE Name = "splunkd")&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:56:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-polling-on-64-bit-Windows/m-p/72794#M14852</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2020-09-28T11:56:00Z</dc:date>
    </item>
  </channel>
</rss>

