PerformanceMonitor(String, Boolean) Constructor
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
public PerformanceMonitor(
string processName,
bool addDefaultCounters = true
)
Public Sub New (
processName As String,
Optional addDefaultCounters As Boolean = true
)
public:
PerformanceMonitor(
String^ processName,
bool addDefaultCounters = true
)
Gemstone.Diagnostics.PerformanceMonitor = function(processName, addDefaultCounters);
Parameters
- processName String
- Name of the Process whose performance is to be monitored.
- addDefaultCounters Boolean (Optional)
- Set to true to add default counters; otherwise false.