Spring Boot会暴露以下系统指标:
系统内存总量(mem),单位:KB
mem
空闲内存数量(mem.free),单位:KB
mem.free
处理器数量(processors)
processors
系统正常运行时间(uptime),单位:毫秒
uptime
应用上下文(应用实例)正常运行时间(instance.uptime),单位:毫秒
instance.uptime
系统平均负载(systemload.average)
systemload.average
堆信息(heap,heap.committed,heap.init,heap.used),单位:KB
heap
heap.committed
heap.init
heap.used
线程信息(threads,thread.peak,thead.daemon)
threads
thread.peak
thead.daemon
类加载信息(classes,classes.loaded,classes.unloaded)
classes
classes.loaded
classes.unloaded
垃圾收集信息(gc.xxx.count, gc.xxx.time)
gc.xxx.count
gc.xxx.time
Last updated 7 years ago
Was this helpful?