https://github.com/groonga/groonga-query-log
Ruby library to process Groonga's query log
https://github.com/groonga/groonga-query-log
Last synced: 5 months ago
JSON representation
Ruby library to process Groonga's query log
- Host: GitHub
- URL: https://github.com/groonga/groonga-query-log
- Owner: groonga
- Created: 2012-11-01T02:04:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T03:58:38.000Z (about 2 years ago)
- Last Synced: 2025-06-13T01:13:17.504Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 755 KB
- Stars: 2
- Watchers: 21
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[](https://travis-ci.org/groonga/groonga-query-log)
## Name
groonga-query-log
## Description
Groonga-query-log is a collection of library and tools to process
[Groonga](http://groonga.org/)'s query log. You can write a program to
process query log by using groonga-query-log as a library. You can
analyze your Groonga's queries and test with your Groonga's query log
by using groonga-query-log as a tool.
## Install
% gem install groonga-query-log
## Usage
### groonga-query-log-analyze
TODO...
### groonga-query-log-detect-memory-leak
TODO...
### groonga-query-log-extract
TODO...
### groonga-query-log-format-regression-test-logs
TODO...
### groonga-query-log-replay
TODO...
### groonga-query-log-verify-server
TODO...
### groonga-query-log-run-regression-test
* [doc/text/run-regression-test.md](doc/text/run-regression-test.md)
## Dependencies
* Ruby
* [groonga-command-parser](http://rubygems.org/gems/groonga-command-parser)
* [groonga-client](http://rubygems.org/gems/groonga-client)
## Mailing list
* English: [groonga-talk@lists.sourceforge.net](https://lists.sourceforge.net/lists/listinfo/groonga-talk)
* Japanese: [groonga-dev@lists.sourceforge.jp](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)
## Thanks
* ...
## Authors
* Kouhei Sutou \
## License
LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.
(Kouhei Sutou has a right to change the license including contributed
patches.)