Skip to content

ykubota/embulk-input-jstat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Embulk::Input::Jstat

Embulk input plugin for jstat. Now, this plugin supports only JDK8.

Installation

Run this command with your embulk binary.

$ embulk gem install embulk-input-jstat

Configuration

Specify in your config.yml file

in:
  type: jstat
  paths: [/tmp, /path/to/jstat_files, /other/path/to/jstats_files]
  option: -gcutil
  timestamp: false
  • type: specify this plugin as jstat.
  • paths: specify paths where jstat files(*.log) are. (optional, default: /tmp)
  • option: specify a stat option of jstat, e.g., -gcutil. (optional, default: -gcutil)
  • timestamp: specify whether your jstat files include a timestamp column or not. (optional, default: false)

TODO

  • support JDK7, JDK6.

Contributing

  1. Fork it ( https://github.com/ykubota/embulk-input-jstat/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

About

Embulk input plugin for jstat.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages