public class WindowsPerformanceCounterFeed extends AbstractFeed
To use this feed, you must provide the entity, and a collection of mappings between Windows performance counter names and Brooklyn attribute sensors.
This feed uses SSH to invoke the windows utility typeperf to query for a specific set of performance counters, by name. The values are extracted from the response, and published to the entity's sensors.
Example:
{@code| Modifier and Type | Class and Description | 
|---|---|
static class  | 
WindowsPerformanceCounterFeed.Builder  | 
AbstractEntityAdjunct.AdjunctTagSupportBrooklynObject.TagSupportConfigurable.ConfigurationSupportBrooklynObjectInternal.ConfigurationSupportInternal| Modifier and Type | Field and Description | 
|---|---|
static ConfigKey<java.util.Collection<WindowsPerformanceCounterPollConfig<?>>> | 
POLLS  | 
ONLY_IF_SERVICE_UP| Constructor and Description | 
|---|
WindowsPerformanceCounterFeed()
For rebind; do not call directly; use builder 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WindowsPerformanceCounterFeed.Builder | 
builder()  | 
destroy, getEntity, getRebindSupport, isActivated, isRunning, isSuspended, resume, setEntity, start, stop, suspendconfig, configure, getConfig, getConfigMap, getDisplayName, getUniqueTag, isDestroyed, setConfig, setDisplayName, subscribe, subscribeToChildren, subscribeToMembers, tags, toString, unsubscribe, unsubscribegetCatalogItemId, getId, getManagementContext, init, rebind, setCatalogItemId, setManagementContextequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getUniqueTag, isDestroyedgetCatalogItemId, getDisplayName, tagsconfig, setConfigsetCatalogItemIdpublic static final ConfigKey<java.util.Collection<WindowsPerformanceCounterPollConfig<?>>> POLLS
public WindowsPerformanceCounterFeed()
public static WindowsPerformanceCounterFeed.Builder builder()