virtio-win

netkvm-wmi.cmd is a simple developer-oriented tool that allows access to NetKVM driver to query or control the behavior of the driver.

It is based on WMI interface of the network driver: WMI commands are converted to custom OID that the OS sends to the NetKVM driver.

In case of multiple NetKVM devices (multiple network adapters) each command of the netkvm-wmi.cmd is executed for all the devices.

The batch file requires administrative permissions, run it from administrator command line.

Examples of most useful commands are:

netkvm-wmi.cmd cfg

netkvm-wmi.cmd stat

netkvm-wmi.cmd rss

netkvm-wmi.cmd tx

netkvm-wmi.cmd rx

netkvm-wmi.cmd reset tx

netkvm-wmi.cmd reset rx

netkvm-wmi.cmd reset rss

netkvm-wmi.cmd reset

netkvm-wmi.cmd debug 3

For the list of available commands run netkvm-wmi.cmd without parameters.

To add new commands for development/testing purposes see the implementation of existing WMI commands: