]> git.xonotic.org Git - xonotic/xonstat.git/commit
Two new utilities written in Go.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 6 Feb 2013 02:30:12 +0000 (21:30 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 6 Feb 2013 02:30:12 +0000 (21:30 -0500)
commit9a2bd083a5df36a119e99c397e603d4f6610f575
tree25ad864a2f08ead1110809162542b7b9b83cedb5
parent03db885c1d8600c14f0cf0828b2f405740887832
Two new utilities written in Go.

xs_parselog parses XonStat log and extracts/recreates requests
into text files, one request per file.

xs_submit takes a XonStat request via a text file and submits it
to a user-specified URL.

Both of these utlities can be run with "go run <filename> [opts]"
after having install the Go programming language on your machine.
Alternatively, one can build executables with "go build <filename>".
xonstat/util/xs_parselog.go [new file with mode: 0644]
xonstat/util/xs_submit.go [new file with mode: 0644]