Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: 32-bit msi #47

Closed
bbigras opened this issue Dec 16, 2016 · 6 comments
Closed

feature request: 32-bit msi #47

bbigras opened this issue Dec 16, 2016 · 6 comments

Comments

@bbigras
Copy link
Contributor

bbigras commented Dec 16, 2016

No description provided.

@carlpett
Copy link
Collaborator

Thanks for reporting! I've started work on this, but the AppVeyor build config inexplicably fails when fetching dependencies. Hope to make it work soon, but it is something of a black box, unfortunately.

@carlpett
Copy link
Collaborator

@BrunoQC It should now be working, but I don't have access to a 32-bit machine to test on. Could you try downloading the build from my branch and test it on your environment?
Here is the CI artifact url: https://ci.appveyor.com/api/buildjobs/3nrph4ec6ux3abol/artifacts/wmi_exporter-x86.zip

@bbigras
Copy link
Contributor Author

bbigras commented Dec 22, 2016

The .exe runs. I get some metrics but I got errors:

2016/12/22 11:30:45 [ERROR] failed collecting cs metrics: <nil> Exception occurred. (Invalid query )
time="2016-12-22T11:30:45-05:00" level=error msg="ERROR: cs collector failed after 0.093750s: Exception occurred. (Invalid query )" source="exporter.go:84"

@carlpett
Copy link
Collaborator

Great that it starts at least! :) Which are the metrics that do work? Is this another Win 2003 system?

@bbigras
Copy link
Contributor Author

bbigras commented Dec 22, 2016

Is this another Win 2003 system?

Yes

# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 0.0009765
go_gc_duration_seconds{quantile="0.25"} 0.0009765
go_gc_duration_seconds{quantile="0.5"} 0.0009766
go_gc_duration_seconds{quantile="0.75"} 0.0009766
go_gc_duration_seconds{quantile="1"} 0.0029296
go_gc_duration_seconds_sum 1.7441395000000002
go_gc_duration_seconds_count 1668
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 13
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.907168e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 3.375185328e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 766487
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 1.9140009e+07
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 1.8958336e+07
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.907168e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 3.15392e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 3.72736e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 12170
# HELP go_memstats_heap_released_bytes_total Total number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes_total counter
go_memstats_heap_released_bytes_total 0
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.88128e+06
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.4824410111962502e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 6718
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.9152179e+07
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2368
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 21312
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 32768
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 4.194304e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 1.401445e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 458752
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 458752
# HELP go_memstats_sys_bytes Number of bytes obtained by system. Sum of all system allocations.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.8515452e+07
# HELP http_request_duration_microseconds The HTTP request latencies in microseconds.
# TYPE http_request_duration_microseconds summary
http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 109375
http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 109375
http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 125000
http_request_duration_microseconds_sum{handler="prometheus"} 3.5484375e+08
http_request_duration_microseconds_count{handler="prometheus"} 3356
# HELP http_request_size_bytes The HTTP request sizes in bytes.
# TYPE http_request_size_bytes summary
http_request_size_bytes{handler="prometheus",quantile="0.5"} 238
http_request_size_bytes{handler="prometheus",quantile="0.9"} 238
http_request_size_bytes{handler="prometheus",quantile="0.99"} 238
http_request_size_bytes_sum{handler="prometheus"} 798553
http_request_size_bytes_count{handler="prometheus"} 3356
# HELP http_requests_total Total number of HTTP requests made.
# TYPE http_requests_total counter
http_requests_total{code="200",handler="prometheus",method="get"} 3356
# HELP http_response_size_bytes The HTTP response sizes in bytes.
# TYPE http_response_size_bytes summary
http_response_size_bytes{handler="prometheus",quantile="0.5"} 3437
http_response_size_bytes{handler="prometheus",quantile="0.9"} 3443
http_response_size_bytes{handler="prometheus",quantile="0.99"} 3450
http_response_size_bytes_sum{handler="prometheus"} 1.1552512e+07
http_response_size_bytes_count{handler="prometheus"} 3356
# HELP wmi_cpu_cstate_seconds_total Time spent in low-power idle state
# TYPE wmi_cpu_cstate_seconds_total gauge
wmi_cpu_cstate_seconds_total{core="0",state="c1"} 5.1715780280615e+06
wmi_cpu_cstate_seconds_total{core="0",state="c2"} 0
wmi_cpu_cstate_seconds_total{core="0",state="c3"} 0
wmi_cpu_cstate_seconds_total{core="1",state="c1"} 5.1149046039578e+06
wmi_cpu_cstate_seconds_total{core="1",state="c2"} 0
wmi_cpu_cstate_seconds_total{core="1",state="c3"} 0
wmi_cpu_cstate_seconds_total{core="2",state="c1"} 5.1979492541481e+06
wmi_cpu_cstate_seconds_total{core="2",state="c2"} 0
wmi_cpu_cstate_seconds_total{core="2",state="c3"} 0
wmi_cpu_cstate_seconds_total{core="3",state="c1"} 5.083329948365199e+06
wmi_cpu_cstate_seconds_total{core="3",state="c2"} 0
wmi_cpu_cstate_seconds_total{core="3",state="c3"} 0
# HELP wmi_cpu_dpcs_total Total number of received and serviced deferred procedure calls (DPCs)
# TYPE wmi_cpu_dpcs_total counter
wmi_cpu_dpcs_total{core="0"} 9.63492741e+08
wmi_cpu_dpcs_total{core="1"} 6.0266006e+07
wmi_cpu_dpcs_total{core="2"} 5.5426548e+07
wmi_cpu_dpcs_total{core="3"} 6.008358e+07
# HELP wmi_cpu_interrupts_total Total number of received and serviced hardware interrupts
# TYPE wmi_cpu_interrupts_total counter
wmi_cpu_interrupts_total{core="0"} 2.055669885e+09
wmi_cpu_interrupts_total{core="1"} 3.39013135e+08
wmi_cpu_interrupts_total{core="2"} 3.36568431e+08
wmi_cpu_interrupts_total{core="3"} 3.38917834e+08
# HELP wmi_cpu_time_total Time that processor spent in different modes (idle, user, system, ...)
# TYPE wmi_cpu_time_total gauge
wmi_cpu_time_total{core="0",mode="dpc"} 2505.828125
wmi_cpu_time_total{core="0",mode="idle"} 5.213218484375e+06
wmi_cpu_time_total{core="0",mode="interrupt"} 4377.671875
wmi_cpu_time_total{core="0",mode="privileged"} 12088.75
wmi_cpu_time_total{core="0",mode="user"} 15685
wmi_cpu_time_total{core="1",mode="dpc"} 8.359375
wmi_cpu_time_total{core="1",mode="idle"} 5.1680895625e+06
wmi_cpu_time_total{core="1",mode="interrupt"} 39055.78125
wmi_cpu_time_total{core="1",mode="privileged"} 54097.296875
wmi_cpu_time_total{core="1",mode="user"} 18804.84375
wmi_cpu_time_total{core="2",mode="dpc"} 4.34375
wmi_cpu_time_total{core="2",mode="idle"} 5.209072421875e+06
wmi_cpu_time_total{core="2",mode="interrupt"} 8360.421875
wmi_cpu_time_total{core="2",mode="privileged"} 14340.5625
wmi_cpu_time_total{core="2",mode="user"} 17578.546875
wmi_cpu_time_total{core="3",mode="dpc"} 10.25
wmi_cpu_time_total{core="3",mode="idle"} 5.138584953125e+06
wmi_cpu_time_total{core="3",mode="interrupt"} 44973.9375
wmi_cpu_time_total{core="3",mode="privileged"} 72441.71875
wmi_cpu_time_total{core="3",mode="user"} 29964.734375
# HELP wmi_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which wmi_exporter was built.
# TYPE wmi_exporter_build_info gauge
wmi_exporter_build_info{branch="x86-builds",goversion="go1.7.1",revision="e65b7859959f881dd67dc7c0d04591a64021a031",version="0.1.2-x86-builds.1+4"} 1
# HELP wmi_exporter_scrape_duration_seconds wmi_exporter: Duration of a scrape job.
# TYPE wmi_exporter_scrape_duration_seconds summary
wmi_exporter_scrape_duration_seconds{collector="cpu",result="success",quantile="0.5"} 0.078125
wmi_exporter_scrape_duration_seconds{collector="cpu",result="success",quantile="0.9"} 0.109375
wmi_exporter_scrape_duration_seconds{collector="cpu",result="success",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="cpu",result="success"} 220.0625
wmi_exporter_scrape_duration_seconds_count{collector="cpu",result="success"} 3357
wmi_exporter_scrape_duration_seconds{collector="cs",result="error",quantile="0.5"} 0.046875
wmi_exporter_scrape_duration_seconds{collector="cs",result="error",quantile="0.9"} 0.09375
wmi_exporter_scrape_duration_seconds{collector="cs",result="error",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="cs",result="error"} 132.140625
wmi_exporter_scrape_duration_seconds_count{collector="cs",result="error"} 3357
wmi_exporter_scrape_duration_seconds{collector="logical_disk",result="success",quantile="0.5"} 0.0625
wmi_exporter_scrape_duration_seconds{collector="logical_disk",result="success",quantile="0.9"} 0.109375
wmi_exporter_scrape_duration_seconds{collector="logical_disk",result="success",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="logical_disk",result="success"} 210.609375
wmi_exporter_scrape_duration_seconds_count{collector="logical_disk",result="success"} 3357
wmi_exporter_scrape_duration_seconds{collector="net",result="success",quantile="0.5"} 0.078125
wmi_exporter_scrape_duration_seconds{collector="net",result="success",quantile="0.9"} 0.109375
wmi_exporter_scrape_duration_seconds{collector="net",result="success",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="net",result="success"} 246.671875
wmi_exporter_scrape_duration_seconds_count{collector="net",result="success"} 3357
wmi_exporter_scrape_duration_seconds{collector="os",result="success",quantile="0.5"} 0.0625
wmi_exporter_scrape_duration_seconds{collector="os",result="success",quantile="0.9"} 0.109375
wmi_exporter_scrape_duration_seconds{collector="os",result="success",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="os",result="success"} 233.984375
wmi_exporter_scrape_duration_seconds_count{collector="os",result="success"} 3357
wmi_exporter_scrape_duration_seconds{collector="system",result="success",quantile="0.5"} 0.03125
wmi_exporter_scrape_duration_seconds{collector="system",result="success",quantile="0.9"} 0.078125
wmi_exporter_scrape_duration_seconds{collector="system",result="success",quantile="0.99"} 0.109375
wmi_exporter_scrape_duration_seconds_sum{collector="system",result="success"} 127.71875
wmi_exporter_scrape_duration_seconds_count{collector="system",result="success"} 3357
# HELP wmi_logical_disk_free_bytes Free space in bytes (LogicalDisk.PercentFreeSpace)
# TYPE wmi_logical_disk_free_bytes gauge
wmi_logical_disk_free_bytes{volume="C:"} 1.3252952064e+10
wmi_logical_disk_free_bytes{volume="D:"} 1.45613651968e+11
# HELP wmi_logical_disk_idle_seconds_total Seconds that the disk was idle (LogicalDisk.PercentIdleTime)
# TYPE wmi_logical_disk_idle_seconds_total counter
wmi_logical_disk_idle_seconds_total{volume="C:"} 5.1929444629e+06
wmi_logical_disk_idle_seconds_total{volume="D:"} 5.1944849172e+06
# HELP wmi_logical_disk_read_bytes_total The number of bytes transferred from the disk during read operations (LogicalDisk.DiskReadBytesPerSec)
# TYPE wmi_logical_disk_read_bytes_total counter
wmi_logical_disk_read_bytes_total{volume="C:"} 4.680176128e+09
wmi_logical_disk_read_bytes_total{volume="D:"} 9.9898530816e+10
# HELP wmi_logical_disk_read_seconds_total Seconds that the disk was busy servicing read requests (LogicalDisk.PercentDiskReadTime)
# TYPE wmi_logical_disk_read_seconds_total counter
wmi_logical_disk_read_seconds_total{volume="C:"} 83.50919999999999
wmi_logical_disk_read_seconds_total{volume="D:"} 663.1898
# HELP wmi_logical_disk_reads_total The number of read operations on the disk (LogicalDisk.DiskReadsPerSec)
# TYPE wmi_logical_disk_reads_total counter
wmi_logical_disk_reads_total{volume="C:"} 938049
wmi_logical_disk_reads_total{volume="D:"} 1.823543e+06
# HELP wmi_logical_disk_requests_queued The number of requests queued to the disk (LogicalDisk.CurrentDiskQueueLength)
# TYPE wmi_logical_disk_requests_queued gauge
wmi_logical_disk_requests_queued{volume="C:"} 0
wmi_logical_disk_requests_queued{volume="D:"} 0
# HELP wmi_logical_disk_size_bytes Total space in bytes (LogicalDisk.PercentFreeSpace_Base)
# TYPE wmi_logical_disk_size_bytes gauge
wmi_logical_disk_size_bytes{volume="C:"} 2.1475885056e+10
wmi_logical_disk_size_bytes{volume="D:"} 1.58517428224e+11
# HELP wmi_logical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (LogicalDisk.SplitIOPerSec)
# TYPE wmi_logical_disk_split_ios_total counter
wmi_logical_disk_split_ios_total{volume="C:"} 1.199811e+06
wmi_logical_disk_split_ios_total{volume="D:"} 23438
# HELP wmi_logical_disk_write_bytes_total The number of bytes transferred to the disk during write operations (LogicalDisk.DiskWriteBytesPerSec)
# TYPE wmi_logical_disk_write_bytes_total counter
wmi_logical_disk_write_bytes_total{volume="C:"} 3.6713887744e+10
wmi_logical_disk_write_bytes_total{volume="D:"} 7.00639744e+08
# HELP wmi_logical_disk_write_seconds_total Seconds that the disk was busy servicing write requests (LogicalDisk.PercentDiskWriteTime)
# TYPE wmi_logical_disk_write_seconds_total counter
wmi_logical_disk_write_seconds_total{volume="C:"} 1941.2701
wmi_logical_disk_write_seconds_total{volume="D:"} 33.5702
# HELP wmi_logical_disk_writes_total The number of write operations on the disk (LogicalDisk.DiskWritesPerSec)
# TYPE wmi_logical_disk_writes_total counter
wmi_logical_disk_writes_total{volume="C:"} 6.660825e+06
wmi_logical_disk_writes_total{volume="D:"} 117009
# HELP wmi_net_bytes_received_total (Network.BytesReceivedPerSec)
# TYPE wmi_net_bytes_received_total counter
wmi_net_bytes_received_total{nic="MS_TCP_Loopback_interface"} 243916
wmi_net_bytes_received_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 3.149307592e+09
# HELP wmi_net_bytes_sent_total (Network.BytesSentPerSec)
# TYPE wmi_net_bytes_sent_total counter
wmi_net_bytes_sent_total{nic="MS_TCP_Loopback_interface"} 243916
wmi_net_bytes_sent_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 2.355543757e+09
# HELP wmi_net_bytes_total (Network.BytesTotalPerSec)
# TYPE wmi_net_bytes_total counter
wmi_net_bytes_total{nic="MS_TCP_Loopback_interface"} 487832
wmi_net_bytes_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 1.209884053e+09
# HELP wmi_net_packets_outbound_discarded (Network.PacketsOutboundDiscarded)
# TYPE wmi_net_packets_outbound_discarded counter
wmi_net_packets_outbound_discarded{nic="MS_TCP_Loopback_interface"} 0
wmi_net_packets_outbound_discarded{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 0
# HELP wmi_net_packets_outbound_errors (Network.PacketsOutboundErrors)
# TYPE wmi_net_packets_outbound_errors counter
wmi_net_packets_outbound_errors{nic="MS_TCP_Loopback_interface"} 0
wmi_net_packets_outbound_errors{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 0
# HELP wmi_net_packets_received_discarded (Network.PacketsReceivedDiscarded)
# TYPE wmi_net_packets_received_discarded counter
wmi_net_packets_received_discarded{nic="MS_TCP_Loopback_interface"} 0
wmi_net_packets_received_discarded{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 0
# HELP wmi_net_packets_received_errors (Network.PacketsReceivedErrors)
# TYPE wmi_net_packets_received_errors counter
wmi_net_packets_received_errors{nic="MS_TCP_Loopback_interface"} 0
wmi_net_packets_received_errors{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 0
# HELP wmi_net_packets_received_total (Network.PacketsReceivedPerSec)
# TYPE wmi_net_packets_received_total counter
wmi_net_packets_received_total{nic="MS_TCP_Loopback_interface"} 2586
wmi_net_packets_received_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 5.50595774e+08
# HELP wmi_net_packets_received_unknown (Network.PacketsReceivedUnknown)
# TYPE wmi_net_packets_received_unknown counter
wmi_net_packets_received_unknown{nic="MS_TCP_Loopback_interface"} 0
wmi_net_packets_received_unknown{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 995678
# HELP wmi_net_packets_sent_total (Network.PacketsSentPerSec)
# TYPE wmi_net_packets_sent_total counter
wmi_net_packets_sent_total{nic="MS_TCP_Loopback_interface"} 2585
wmi_net_packets_sent_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 5.23579151e+08
# HELP wmi_net_packets_total (Network.PacketsPerSec)
# TYPE wmi_net_packets_total counter
wmi_net_packets_total{nic="MS_TCP_Loopback_interface"} 5171
wmi_net_packets_total{nic="VMware_Accelerated_AMD_PCNet_Adapter"} 1.074174925e+09
# HELP wmi_os_paging_free_bytes OperatingSystem.FreeSpaceInPagingFiles
# TYPE wmi_os_paging_free_bytes gauge
wmi_os_paging_free_bytes 2.082439168e+09
# HELP wmi_os_paging_limit_bytes OperatingSystem.SizeStoredInPagingFiles
# TYPE wmi_os_paging_limit_bytes gauge
wmi_os_paging_limit_bytes 2.145386496e+09
# HELP wmi_os_physical_memory_free_bytes OperatingSystem.FreePhysicalMemory
# TYPE wmi_os_physical_memory_free_bytes gauge
wmi_os_physical_memory_free_bytes 3.193602048e+09
# HELP wmi_os_process_memory_limix_bytes OperatingSystem.MaxProcessMemorySize
# TYPE wmi_os_process_memory_limix_bytes gauge
wmi_os_process_memory_limix_bytes 2.147352576e+09
# HELP wmi_os_processes OperatingSystem.NumberOfProcesses
# TYPE wmi_os_processes gauge
wmi_os_processes 201
# HELP wmi_os_processes_limit OperatingSystem.MaxNumberOfProcesses
# TYPE wmi_os_processes_limit gauge
wmi_os_processes_limit 4.294967295e+09
# HELP wmi_os_users OperatingSystem.NumberOfUsers
# TYPE wmi_os_users gauge
wmi_os_users 9
# HELP wmi_os_virtual_memory_bytes OperatingSystem.TotalVirtualMemorySize
# TYPE wmi_os_virtual_memory_bytes gauge
wmi_os_virtual_memory_bytes 6.261997568e+09
# HELP wmi_os_virtual_memory_free_bytes OperatingSystem.FreeVirtualMemory
# TYPE wmi_os_virtual_memory_free_bytes gauge
wmi_os_virtual_memory_free_bytes 5.336920064e+09
# HELP wmi_os_visible_memory_bytes OperatingSystem.TotalVisibleMemorySize
# TYPE wmi_os_visible_memory_bytes gauge
wmi_os_visible_memory_bytes 4.294139904e+09
# HELP wmi_system_context_switches_total PerfOS_System.ContextSwitchesPersec
# TYPE wmi_system_context_switches_total gauge
wmi_system_context_switches_total 3.998218981e+09
# HELP wmi_system_exception_dispatches_total PerfOS_System.ExceptionDispatchesPersec
# TYPE wmi_system_exception_dispatches_total gauge
wmi_system_exception_dispatches_total 456801
# HELP wmi_system_processor_queue_length PerfOS_System.ProcessorQueueLength
# TYPE wmi_system_processor_queue_length gauge
wmi_system_processor_queue_length 0
# HELP wmi_system_system_calls_total PerfOS_System.SystemCallsPersec
# TYPE wmi_system_system_calls_total gauge
wmi_system_system_calls_total 2.995427119e+09
# HELP wmi_system_system_up_time SystemUpTime/Frequency_Object
# TYPE wmi_system_system_up_time gauge
wmi_system_system_up_time 1.4772000265e+09
# HELP wmi_system_threads PerfOS_System.Threads
# TYPE wmi_system_threads gauge
wmi_system_threads 1179

@carlpett
Copy link
Collaborator

Thanks! Alright, then it is not related to x86, but rather we probably query a WMI class that doesn't exist in Win 2003. I filed #49 to track this separately.
As a work around, you can disable the cs collector by passing the collectors.enabled flag.

As for the initial feature request, the PR #48 adds auto builds of x86.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants