Home
last modified time | relevance | path

Searched refs:pauseMonitor (Results 1 – 14 of 14) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/
H A DJvmPauseMonitorTest.java34 private JvmPauseMonitor pauseMonitor; field in JvmPauseMonitorTest
43 pauseMonitor = new JvmPauseMonitor(qpConfig); in testJvmPauseMonitorExceedInfoThreshold()
44 pauseMonitor.serviceStart(); in testJvmPauseMonitorExceedInfoThreshold()
46 assertEquals(sleepTime, Long.valueOf(pauseMonitor.sleepTimeMs)); in testJvmPauseMonitorExceedInfoThreshold()
47 assertEquals(infoTH, Long.valueOf(pauseMonitor.infoThresholdMs)); in testJvmPauseMonitorExceedInfoThreshold()
49 while (pauseMonitor.getNumGcInfoThresholdExceeded() == 0) { in testJvmPauseMonitorExceedInfoThreshold()
61 pauseMonitor = new JvmPauseMonitor(qpConfig); in testJvmPauseMonitorExceedWarnThreshold()
62 pauseMonitor.serviceStart(); in testJvmPauseMonitorExceedWarnThreshold()
64 assertEquals(sleepTime, Long.valueOf(pauseMonitor.sleepTimeMs)); in testJvmPauseMonitorExceedWarnThreshold()
67 while (pauseMonitor.getNumGcWarnThresholdExceeded() == 0) { in testJvmPauseMonitorExceedWarnThreshold()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/source/
H A DJvmMetrics.java69 private JvmPauseMonitor pauseMonitor = null; field in JvmMetrics
78 public void setPauseMonitor(final JvmPauseMonitor pauseMonitor) { in setPauseMonitor() argument
79 this.pauseMonitor = pauseMonitor; in setPauseMonitor()
130 if (pauseMonitor != null) { in getGcUsage()
132 pauseMonitor.getNumGcWarnThreadholdExceeded()); in getGcUsage()
134 pauseMonitor.getNumGcInfoThresholdExceeded()); in getGcUsage()
136 pauseMonitor.getTotalGcExtraSleepTime()); in getGcUsage()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/libcontainerd/
H A Dpausemonitor_unix.go10 type pauseMonitor struct { struct
15 func (m *pauseMonitor) handle(t string) { argument
31 func (m *pauseMonitor) append(t string, waiter chan struct{}) { argument
H A Dcontainer_unix.go27 pauseMonitor anonMember
214 ctr.pauseMonitor.handle(e.Type)
H A Dclient_linux.go193 container.pauseMonitor.append(state, chstate)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/source/
H A DTestJvmMetrics.java37 JvmPauseMonitor pauseMonitor = new JvmPauseMonitor(new Configuration()); in testPresence() local
39 jvmMetrics.setPauseMonitor(pauseMonitor); in testPresence()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/
H A Duptimerobot.py100 def pauseMonitor(module, params): function
142 monitor_result = pauseMonitor(module, params)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Duptimerobot.py98 def pauseMonitor(module, params): function
140 monitor_result = pauseMonitor(module, params)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Duptimerobot.py98 def pauseMonitor(module, params): function
140 monitor_result = pauseMonitor(module, params)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DNameNode.java329 private JvmPauseMonitor pauseMonitor; field in NameNode
660 pauseMonitor = new JvmPauseMonitor(conf); in initialize()
661 pauseMonitor.start(); in initialize()
662 metrics.getJvmMetrics().setPauseMonitor(pauseMonitor); in initialize()
705 if (pauseMonitor != null) pauseMonitor.stop(); in stopCommonServices()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/
H A DRpcProgramNfs3.java165 private JvmPauseMonitor pauseMonitor; field in RpcProgramNfs3
245 if (pauseMonitor == null) { in startDaemons()
246 pauseMonitor = new JvmPauseMonitor(config); in startDaemons()
247 pauseMonitor.start(); in startDaemons()
248 metrics.getJvmMetrics().setPauseMonitor(pauseMonitor); in startDaemons()
263 if (pauseMonitor != null) { in stopDaemons()
264 pauseMonitor.stop(); in stopDaemons()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/
H A DDataNode.java328 private JvmPauseMonitor pauseMonitor; field in DataNode
1109 pauseMonitor = new JvmPauseMonitor(conf); in startDataNode()
1110 pauseMonitor.start(); in startDataNode()
1122 metrics.getJvmMetrics().setPauseMonitor(pauseMonitor); in startDataNode()
1685 if (pauseMonitor != null) {
1686 pauseMonitor.stop();
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DHRegionServer.java332 private JvmPauseMonitor pauseMonitor; field in HRegionServer
741 this.pauseMonitor = new JvmPauseMonitor(conf); in preRegistrationInitialization()
742 pauseMonitor.start(); in preRegistrationInitialization()
1079 if (this.pauseMonitor != null) { in run()
1080 this.pauseMonitor.stop(); in run()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/sagemcom/
H A DGIGE-MIB882 pauseMonitor SagemBoolean,
949 pauseMonitor OBJECT-TYPE