Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebakken/riak-log-muncher
Munch your Riak logs.
https://github.com/lukebakken/riak-log-muncher
Last synced: 8 days ago
JSON representation
Munch your Riak logs.
- Host: GitHub
- URL: https://github.com/lukebakken/riak-log-muncher
- Owner: lukebakken
- License: unlicense
- Created: 2014-01-27T23:11:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T00:00:23.000Z (about 10 years ago)
- Last Synced: 2024-04-23T16:14:20.790Z (7 months ago)
- Language: Shell
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
riak-log-muncher
================To use:
Install bash 4 via homebrew:
```
# brew update
# brew install bash
```Clone it and fire it up. The only argument is a path to where a set of `riak-debug` logs have been extracted. It expects to find a set of
directories matching the `*-riak-debug` glob:```
$ git clone git://github.com/lukebakken/riak-log-muncher.git
$ cd riak-log-muncher
$ ./log-muncher ../../tickets/1234/comments/4
```Per-node summary will be in `./summary`.
If you'd like a histogram of bitcask merge times, install R this way:
```
# brew update
# brew install gfortran
# brew tap homebrew/science
# brew install homebrew/science/r
```