| Package | Description |
|---|---|
| org.attribyte.essem.sysmon.linux |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyFilter.AcceptSet
A filter that accepts only names in a set.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyFilter |
KeyFilter.acceptAll
Accepts all keys.
|
static KeyFilter |
KeyFilter.acceptNone
Accepts no keys.
|
static KeyFilter |
SystemMonitor.DEFAULT_STORAGE_TYPES
The filesystem storage types instrumented by default.
|
| Constructor and Description |
|---|
SystemMonitor(int pollFrequencySeconds,
java.util.Collection<java.lang.String> meminfoKeys,
KeyFilter storageTypeFilter,
KeyFilter networkDeviceFilter,
Logger logger)
Creates a system monitor.
|