jsargiot / vmstatly

Creates charts from vmstat output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creates charts from vmstat output.

License:MIT License


Languages

Language:JavaScript 52.4%Language:HTML 39.7%Language:CSS 7.8%