StraceLog

Parse logs generated by Strace (system call tracer) and obtain statistics.

Installation

Add this line to your application's Gemfile:

gem 'strace_log'

And then execute:

$ bundle

Or install it yourself as:

$ gem install strace_log

Usage

Run command with strace:

$ strace -ttt -T -o strace.log command

Print statistics of strace log:

$ strace-stat strace.log

Classes

  • StraceLog::ParsedCall
  • StraceLog::IOCounter
  • StraceLog::Stat

Contributing

  1. Fork it ( https://github.com/masa16/strace_log/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request