Page 1 of 1
Export downloading data?
Posted: March 17th, 2013, 3:09 am
by thereddog
I've just hit the 6.0TB downloaded milestone, I'd love to be able to export the data so that I can create graphs and play with the numbers in Excel. Is this possible?
Re: Export downloading data?
Posted: March 17th, 2013, 4:44 am
by shypike
All History data is stored in a simple SQLIte database, file history1.db in the admin folder.
There are quite a few utilities around that allow you to extract data from SQLite databases.
Re: Export downloading data?
Posted: December 15th, 2013, 3:02 am
by anzerman
I have been having at look at the history.db file and had a question. Is there a date and time entry in the database? I cant seem to see it when I extract it using
http://www.speqmath.com/tutorials/sqlite_export/ . Am I missing something? Or is the data just not there?
Re: Export downloading data?
Posted: December 15th, 2013, 3:30 am
by sander
anzerman wrote:I have been having at look at the history.db file and had a question. Is there a date and time entry in the database? I cant seem to see it when I extract it using
http://www.speqmath.com/tutorials/sqlite_export/ . Am I missing something? Or is the data just not there?
The second field "completed" is the date/time in unix time stamp format. See
http://www.unixtimestamp.com/
Re: Export downloading data?
Posted: December 15th, 2013, 4:21 am
by anzerman
thanks for that