# vmstat-report-tool **Repository Path**: mirrors_RestComm/vmstat-report-tool ## Basic Information - **Project Name**: vmstat-report-tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Try Restcomm Cloud NOW for FREE! https://www.restcomm.com/sign-up/ Zero download and install required. All Restcomm docs and downloads are now available at https://www.restcomm.com. How to run: 1 - Compile with 'mvn install' 2 - Copy the file 'target/vmstat-report-0.0.1-SNAPSHOT-with-dependencies.jar' to the location of the statistics files produced by vmstat 3 - Run with 'java -jar' and check the available options with '-h' flag 4 - Have fun How to make vmstat produce statistics files 1 - Start vmstat using the following command 'vmstat -n -a -t 1 > vmstat.csv' This tool also support jstat output files, running the command 'jstat <-option> -t 1s > jstat.csv Please refer to jstat help for available options. This tool supports most of them. 2 - This will produce a .csv file that can be used by this tool