public interface IWorkingProcessInfo
Modifier and Type | Method and Description |
---|---|
int |
getAvailablePerfomance()
Gets the average available performance based on statistics gathered during
the last 5 minutes
|
double |
getAvgBackCallTime()
Gets the average duration of client application method calls from
the working process (during execution of a single client call)
|
double |
getAvgCallTime()
Gets the average time the working process takes to serve one client call
|
double |
getAvgDBCallTime()
Gets the average time the working process takes to address a database server
(during execution of a single client call)
|
double |
getAvgLockCallTime()
Gets the average time of lock manager calls
|
double |
getAvgServerCallTime()
Gets the average time the working process takes to execute a
single client call
|
double |
getAvgThreads()
Gets the average number of client threads executed by a cluster
working process
|
int |
getCapacity()
Gets the value of the relative process performance
|
int |
getConnections()
Gets the number of working process connections to user applications
|
String |
getHostName()
Gets the name or IP address of the computer where the working
process should run
|
List<ILicenseInfo> |
getLicense()
Gets the list of descriptions for licenses used by the working process
|
int |
getMainPort()
Gets the IP port number of the working process
|
long |
getMemoryExcessTime()
Gets the duration of the period when the working process virtual
memory size exceeds the cluster limit
|
int |
getMemorySize()
Gets the size of virtual memory used by the working process
|
String |
getPid()
Gets the ID of the operating system process that corresponds
to the working process
|
int |
getRunning()
Gets the working process status
|
int |
getSelectionSize()
Gets the number of calls whose data was used for calculating the
statistics
|
Date |
getStartedAt()
Gets the start time of the working process
|
int |
getUse()
Gets the value that shows whether the working process is used by the cluster
|
UUID |
getWorkingProcessId()
Gets the working process ID
|
boolean |
isEnable()
Gets the flag that is set by a cluster when starting or stopping
a working process is required
|
UUID getWorkingProcessId()
double getAvgBackCallTime()
double getAvgCallTime()
double getAvgDBCallTime()
double getAvgLockCallTime()
double getAvgServerCallTime()
double getAvgThreads()
int getCapacity()
int getConnections()
String getHostName()
boolean isEnable()
List<ILicenseInfo> getLicense()
int getMainPort()
long getMemoryExcessTime()
int getMemorySize()
String getPid()
int getRunning()
int getSelectionSize()
Date getStartedAt()
int getUse()
int getAvailablePerfomance()
Copyright © '1C' 1996-2012