# node-jstatd **Repository Path**: diablowu/node-jstatd ## Basic Information - **Project Name**: node-jstatd - **Description**: node-jstatd - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jstatd 这是一个通过http方式获取服务器上jstat数据的服务, 调用方式 http://{host}:{port|10086}/jstat/{java-tcp-port}.{html|json|jsonp}?callback={callback-name} heap_total:总堆内存(KiB) heap_used:使用中的堆内存(KiB) heap_percent:使用占比 ygc:young gc 次数 ygc_time:young gc 时间 (ms) fgc:full gc次数 fgc_time:full gc 时间(ms)