Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 2.91 KB

README.md

File metadata and controls

74 lines (51 loc) · 2.91 KB

[TOC]

vsar

Plotting sysstat/sar file to PNG

Usage

Usage: vsar -- Plot sysstat sar data to picture vsar -i input_dir -o output_dir [-v]

Depends

  • gnuplot
  • tree

Output Samples

Some samples of graphs generated by vsar.

  • Screenshot Alt text

  • CPU Utilization Alt text

  • CPU LoadAvg Alt text

  • CPU Processes List And RunQ Alt text

  • CPU Task Creation and Switch Alt text

  • Memory Used and Commit(Percentage) Alt text

  • Memory Utilization Alt text

  • Memory Stat Alt text

  • Swap IO Alt text

  • Swap Usage Alt text

  • VMstat Majflt Alt text

  • VMstat PGFault Alt text

  • VMstat PGscan Alt text

  • VMstat VMeff Alt text

  • VMstat Alt text

LICENSE

Copyright (C) 2018-2019 [Joe Jin]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License @gnu.org/licenses/gpl.html for more details.