Sha256: cc73212fe2f5d28c6401ecd1035f3d53222994ff584de28aa3bb4c621a87be4c
Contents?: true
Size: 794 Bytes
Versions: 4
Compression:
Stored size: 794 Bytes
Contents
# Instrumental Tools A collection of tools for use with Instrumental ([www.instrumental.com](http://www.instrumentalapp.com/)) ## instrument_server Use to collect various monitoring statistics of a server. Execute with: ```sh instrument_server -k <INSTRUMENTAL_API_KEY> ``` Linux note: Install iostat (part of the sysstat package) in order to collect disk I/O metrics. Mac OS note: Due to a bug in Ruby, instrument_server can occasionally deadlock ([bug report](http://bugs.ruby-lang.org/issues/5811)). ## instrumental Output text graphs of the different metrics in your project. See all options with: `instrumental --help` ## gitstrumental Collect statistics on commit counts in a given git repo. Execute in the repo directory with: ```sh gitstrumental [INSTRUMENTAL_API_KEY] ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
instrumental_tools-0.3.1 | README.md |
instrumental_tools-0.3.0 | README.md |
instrumental_tools-0.2.1 | README.md |
instrumental_tools-0.2.0 | README.md |