shell> curl --dump - http://localhost:8529/_api/replication/logger-tick-ranges
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
[
{
"datafile" : "/tmp/arangosh_rV9k4w/tmp-22204-1345220625/data/journals/logfile-3.db",
"status" : "collected",
"tickMin" : "6",
"tickMax" : "9922"
},
{
"datafile" : "/tmp/arangosh_rV9k4w/tmp-22204-1345220625/data/journals/logfile-4.db",
"status" : "collected",
"tickMin" : "9932",
"tickMax" : "9987"
},
{
"datafile" : "/tmp/arangosh_rV9k4w/tmp-22204-1345220625/data/journals/logfile-8.db",
"status" : "collected",
"tickMin" : "9994",
"tickMax" : "11007"
},
{
"datafile" : "/tmp/arangosh_rV9k4w/tmp-22204-1345220625/data/journals/logfile-9925.db",
"status" : "collected",
"tickMin" : "11014",
"tickMax" : "11035"
},
{
"datafile" : "/tmp/arangosh_rV9k4w/tmp-22204-1345220625/data/journals/logfile-9990.db",
"status" : "open",
"tickMin" : "11042",
"tickMax" : "11092"
}
]