rob-scheepens

Results 8 issues of rob-scheepens

EWDK 1809 generates various warnings 1303: ``` C:\git\kvm-guest-drivers-windows\viorng\viorng\viorng.inf(98-98): warning 1303: Found legacy AddReg operation defining co-installers (CoInstallers32). [C:\git\kvm-guest-drivers-windows\viorng\VirtRNG Package\VirtRNG Package.vcxproj] C:\git\kvm-guest-drivers-windows\viosock\sys\viosock_wow_co.inx(99-99): warning 1303: Found legacy AddReg operation defining co-installers (CoInstallers32)....

Bug
Installation

Recently I was reading up on virtio RDMA (vRDMA) at https://www.mikelangelo-project.eu/technology/vrdma-virtio-remote-direct-memory-access/, and this seems like an interesting feature to have.

Feature request
NetKVM

This PR is to implement a first incarnation of the physical_disk collector, as derived from the logical_disk collector. This as a result from the request in https://github.com/prometheus-community/windows_exporter/issues/795#issuecomment-860029644.

Now that Microsoft is working on implementing eBPF on Windows (https://github.com/microsoft/ebpf-for-windows), it would be nice to have ebpf_exporter also on Windows, for increased observability. As the implementation is libbpf-based, this...

When running pcm on a KVM-based vm, I get: ``` Processor Counter Monitor (2022-03-28 15:50:50 +0200 ID=78f12b99) Detected a hypervisor/virtualization technology. Some metrics might not be available due to configuration...

enhancement

This request is to implement a collector for smb-client metrics (performance object "SMB Client Shares").

; was missing from BPF_STACK_TRACE(stack_traces, STACK_STORAGE_SIZE). ``` diff --git a/old/2017-12-23/mallocstacks.py b/old/2017-12-23/mallocstacks.py index 8891e82..92271ed 100755 --- a/old/2017-12-23/mallocstacks.py +++ b/old/2017-12-23/mallocstacks.py @@ -96,7 +96,7 @@ struct key_t { char name[TASK_COMM_LEN]; }; BPF_HASH(bytes, struct...

@zizlog @HoonyHoney-91: as follow-up to: I don't think it solves the issue. Although it works using your suggestion, it fails using make, giving the error @HoonyHoney-91 points out. I'm having...