No commit activity in last 3 years
No release in over 3 years
Rubinius provides built-in performance metrics and also writes diagnostics data to a log. This tool can process logged diagnostics and metric data written to a file to produce various graphs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
 Project Readme

Rubinius Grapher

Rubinius provides built-in performance metrics and also writes diagnostics data to a log. This tool can process logged diagnostics and metric data written to a file to produce various graphs.

Code of Conduct

Participation in this project is governed by the Rubinius Code of Conduct.

Usage

$ rbx -Xsystem.metrics.target=./metrics.dat \
      -Xsystem.metrics.interval=500 \
      some_script.rb
$ rbx-grapher metrics.dat

License

© 2016 Brian Shirai. Licensed under the Mozilla Public License 2.0. See LICENSE.