Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
gplv2 committed Jan 4, 2013
1 parent 8059b0b commit d7666c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Written by [Glenn Plas](http://byte-consult.be)

## Usage

1. `-i`, OR --input <value> : The input file to get the requests from (required)
2. `-s`, OR --slave <value> : host:port ( host can be an ip or a hostname) (required)
3. `-t`, OR --tail : Use tail on the file so you check in realtime, otherwise it will be read from start to end
4. `-d`, OR --debug <value> : Debug flag level. ( value range 1..6 ) => Unused for now
./check_solr_slave.php -i /var/log/jetty/2013_01_04.request.log -s 192.168.128.31:8080 -t

1. `-i`, OR `--input <value>` : The input file to get the requests from (required)
2. `-s`, OR `--slave <value>` : Format is host[:port] ( host can be an ip or a hostname) (required)
3. `-t`, OR `--tail` : Use tail on the file so you check in realtime, otherwise it will be read from start to end
4. `-d`, OR `--debug <value>` : Debug flag level. ( value range 1..6 ) => Unused for now

## Gotchas

Expand Down

0 comments on commit d7666c5

Please sign in to comment.