# system-info **Repository Path**: opensource-codes/system-info ## Basic Information - **Project Name**: system-info - **Description**: 系统环境检查 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # System Info of JVM This is sample project to display the CPU/Memory resources for JVM of Tomcat. ## Sample ``` docker run -v $PWD:/usr/local/tomcat/webapps/system-info -p 8080:8080 tomcat:9-jre8 ```