Hello, is it possible to get the statistics into the log file? I'm running a
nightly task so the sync window has to be automatically closed. But then I
never get to see the statistics. I'm really interested in all statistics
(except for the graph).
Add statistics to log
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
There aren't so many statistics that could be shown:
1. Items processed
2. Speed
3. Time elapsed
3 is already shown in the log file. 1 is somewhat redundant since it is
proportional to the size of the log. Only 2 might be of some further value.
1. Items processed
2. Speed
3. Time elapsed
3 is already shown in the log file. 1 is somewhat redundant since it is
proportional to the size of the log. Only 2 might be of some further value.
Apologies for my late response.
Indeed one and two are of interest to me. A one line summary of the sync in
the log file would be sufficient to see just what happens every night.
I need to know the amount of data (and perhaps the amount of files, even
though I can count the lines) being synced every night. The speed is
interesting as well, but having the time duration and the amount of data would
be enough.
It is now:
"Stop (Total time: 00:00:00)"
And it would be nice to see something like:
"Stop (Total time: 00:00:00, Total data: 4.9GB in 234 files, Speed 650KB/s)"
Indeed one and two are of interest to me. A one line summary of the sync in
the log file would be sufficient to see just what happens every night.
I need to know the amount of data (and perhaps the amount of files, even
though I can count the lines) being synced every night. The speed is
interesting as well, but having the time duration and the amount of data would
be enough.
It is now:
"Stop (Total time: 00:00:00)"
And it would be nice to see something like:
"Stop (Total time: 00:00:00, Total data: 4.9GB in 234 files, Speed 650KB/s)"
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
I'm thinking about adding a box at the beginning like:
----------------------------------------------
| Synchronisation erfolgreich abgeschlossen! |
| |
| Total time: 00:00:01 |
| Items processed: 3000 (34.4 MB) |
| Speed: 124.4 MB/sec |
----------------------------------------------
This would model a rough overview on how sync went. The final status text is
already located at the top, so this fits quite well.
----------------------------------------------
| Synchronisation erfolgreich abgeschlossen! |
| |
| Total time: 00:00:01 |
| Items processed: 3000 (34.4 MB) |
| Speed: 124.4 MB/sec |
----------------------------------------------
This would model a rough overview on how sync went. The final status text is
already located at the top, so this fits quite well.
That is even better. It looks like the summary from the sync window, and that
is what we are missing when this window is closed automatically. Are you going
to add something like this to the next release?
is what we are missing when this window is closed automatically. Are you going
to add something like this to the next release?
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
I'm right now working on this. I've already harmonized binary comparison and
sync statistics screens. The textual representation in the log will then
indeed look almost the same as the GUI in both wording and layout. The only
remaining problem is that a text-drawn box requires a unispace font, which is
something I cannot expect. I'll do some more tests.
sync statistics screens. The textual representation in the log will then
indeed look almost the same as the GUI in both wording and layout. The only
remaining problem is that a text-drawn box requires a unispace font, which is
something I cannot expect. I'll do some more tests.
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
Done! Here's the new version for testing:
[404, Invalid URL: http://www.2shared.com/file/NFOQQzqA/FreeFileSync_v53_beta_setup.html]
PS: I didn't add "speed" yet. The semantics are partically unclear, e.g. we
could calculate "total bytes to sync / total time" or "total bytes to sync /
time of sync phase". In general we need to consider the binary comparison
phase which compilcates things.
[404, Invalid URL: http://www.2shared.com/file/NFOQQzqA/FreeFileSync_v53_beta_setup.html]
PS: I didn't add "speed" yet. The semantics are partically unclear, e.g. we
could calculate "total bytes to sync / total time" or "total bytes to sync /
time of sync phase". In general we need to consider the binary comparison
phase which compilcates things.
Thank you, this gives exacly the information I needed. Now I can see if the
sync process finishes in time, and how much was changed.
The speed looks like a problem with the two phases. Perhaps it is best viewed
in real time to prevent confusion, as it is now.
sync process finishes in time, and how much was changed.
The speed looks like a problem with the two phases. Perhaps it is best viewed
in real time to prevent confusion, as it is now.