/vmstatly

Creates charts from vmstat output.

Primary LanguageJavaScriptMIT LicenseMIT

vmstatly

Generate charts from vmstat output.

Check it out: http://jsargiot.github.io/vmstatly/

This app parses the output of vmstat linux command (http://linux.die.net/man/8/vmstat) and creates charts from the data.

Examples

The following graphs show data of a file created with:

vmstat 1 > vmstat.txt (You can find that file in the examples directory).

CPU:

cpu_stats

Input/Output stats:

io_stats

System stats:

sys_stats