当前为演示模式(地址栏含 ?demo=1),指标为前端模拟,仅供界面预览。
指标由当前服务实例采集;下方曲线展示最近一段时间内的变化趋势。
本次加载失败:{{ fetchError }}
JVM 与进程{{ useMockData ? '(模拟)' : '' }}
堆内存使用
{{ formatBytes(snapshot.jvm.heapUsedBytes) }}
上限 {{ heapMaxLabel }} · {{ heapPctLabel }}%
非堆 / Metaspace
{{ formatBytes(snapshot.jvm.nonHeapUsedBytes) }}
Metaspace {{ formatBytes(snapshot.jvm.metaspaceUsedBytes) }}
线程
{{ snapshot.threads.live }} live
峰值 {{ snapshot.threads.peak }} · 守护 {{ snapshot.threads.daemon }}
进程 CPU
{{ cpuPctLabel }}
运行时间 {{ formatUptime(snapshot.process.uptimeMs) }}
堆内存占用率趋势{{ useMockData ? '(模拟)' : '' }}
进程 CPU 趋势{{ useMockData ? '(模拟)' : '' }}
Disruptor RingBuffer · 现货
已用 / 容量
{{ snapshot.disruptor.usedSlots }} / {{ snapshot.disruptor.bufferSize }}
未启动
占用率 {{ Number(snapshot.disruptor.usagePercent || 0).toFixed(2) }}%
高压
正常
满时累计丢弃 {{ snapshot.disruptor.droppedTotal || 0 }} 条
有丢弃
成交流接入 · 现货 @trade
状态
运行中
已停止
订阅流 {{ snapshot.tradeStream.subscribedStreams }} 路 · 累计重连 {{ snapshot.tradeStream.totalReconnects }} 次
距上次消息约 {{ tradeIdleSeconds }} 秒
元数据
| 应用 | {{ snapshot.meta.application }} |
| Java | {{ snapshot.meta.javaVersion }} |
| 时间戳 | {{ snapshot.meta.timestamp }} |
Disruptor RingBuffer · 合约
已用 / 容量(合约独立 Disruptor)
{{ snapshot.futuresDisruptor.usedSlots }} / {{ snapshot.futuresDisruptor.bufferSize }}
未启动
占用率 {{ Number(snapshot.futuresDisruptor.usagePercent || 0).toFixed(2) }}%
高压
正常
满时累计丢弃 {{ snapshot.futuresDisruptor.droppedTotal || 0 }} 条
有丢弃
物理隔离于现货 Disruptor,事件来自 @trade 流。
成交流接入 · 合约 @trade
状态
运行中
已停止
订阅流 {{ snapshot.futuresStream.subscribedStreams }} 路 · 累计重连 {{ snapshot.futuresStream.totalReconnects }} 次
距上次消息约 {{ futuresIdleSeconds }} 秒
GC 摘要{{ useMockData ? '(模拟)' : '' }}
| 分代/区域 | 次数 | 累计耗时(ms) |
| Young / 新生代 |
{{ snapshot.gc.young.count }} |
{{ snapshot.gc.young.timeMs }} |
| Old / 老年代 |
{{ snapshot.gc.old.count }} |
{{ snapshot.gc.old.timeMs }} |
安全与鉴权计数{{ useMockData ? '(模拟)' : '' }}
| {{ securityLabel(k) }} |
{{ v }} |