Package | Description |
---|---|
com.bstek.dorado.console.performance | |
com.bstek.dorado.console.performance.dao | |
com.bstek.dorado.console.performance.view |
Modifier and Type | Method and Description |
---|---|
Process |
Category.getExcludeFirstMaxProcess() |
Process |
Category.getFirstProcess() |
Process |
Category.getMaxTimeProcess() |
Process |
Category.getMinTimeProcess() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Process> |
PerformanceMonitor.getLastProcess()
获得全局dorado请求(已发生)列表
|
java.util.Map<java.lang.String,Process> |
PerformanceMonitor.getLastProcessMap()
获得最近发生的请求键值对集合
|
Modifier and Type | Method and Description |
---|---|
int |
Process.compare(Process o1,
Process o2) |
void |
Category.registerProcess(Process processInfo) |
void |
PerformanceMonitor.registerProcess(Process process)
储存性能信息
|
void |
Category.setExcludeFirstMaxProcess(Process excludeFirstMaxProcess) |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceController.getProcessList(Page<Process> page,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Process> |
PerformanceDao.getProcessList(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceDao.saveProcessInfo(Process process)
保存 Process 信息
|
Modifier and Type | Method and Description |
---|---|
void |
PerformanceDao.getProcessList(Page<Process> page,
java.lang.String name)
分页查询性能数据
|
void |
PerformanceDao.saveProcessList(java.util.List<Process> list)
批量保存监控数据
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessVO |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.