# meter-plugin-wmi **Repository Path**: mirrors_boundary/meter-plugin-wmi ## Basic Information - **Project Name**: meter-plugin-wmi - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boundary WMI Plugin Extracts metrics from a WMI instances. ### Prerequisites | OS | Linux | Windows | SmartOS | OS X | |:----------|:-----:|:-------:|:-------:|:----:| | Supported | | v | | | #### Boundary Meter Versions V4.0 Or Later - To install new meter go to Settings->Installation or [see instructons|https://help.boundary.com/hc/en-us/sections/200634331-Installation]. - To upgrade the meter to the latest version - [see instructons|https://help.boundary.com/hc/en-us/articles/201573102-Upgrading-the-Boundary-Meter]. ### Plugin Setup #### Installation of Luvit to test plugin 1. Compile Luvit from SRC ```Make.bat``` for Windows ```Makefile``` for nix-based OS 2. You may use boundary-meter. Before params.json should be changed for choosen instances. ```boundary-meter index.lua``` ### Plugin Configuration Fields |Field Name|Description | |:-------|:-------------------------------------------------| |Source |display name | ### Metrics Collected |Metric Name |Description | |:----------------------------------------------|:--------------------------------------------------------------------------------------------------------------------| |WMI - Perc Proc Time |Percentage of the time the processor is busy doing non-idle threads | |WMI - Perc Disks Time |Percentage of the time the selected physical disks are busy servicing read or write requests | |WMI - Available Bytes |Amount of memory immediately available for allocation to a process or for system use | |WMI - Swap Rate |A high rate of memory operations involving disk swap are symptoms of memory shortage and affects system performance | |WMI - disks space |FreeSpace is the available storage space in bytes on the specified logical disk | |WMI - network receiving |BytesReceivedPersec are the current transmission rates for the specified adapter | |WMI - network sending |BytesSentPersec are the current transmission rates for the specified adapter | |WMI - Connections |ConnectionEstablished, seen in the code above, is the current number of Established connections, inbound and outbound|