Usage reort update for v0.12

This commit is contained in:
alex2108
2015-11-14 17:05:36 +01:00
parent b4d3ad8eaa
commit 6d5cbaaa5f
+51 -15
View File
@@ -5,18 +5,54 @@ Returns the data sent in the anonymous usage report.
.. code-block:: json .. code-block:: json
{ {
"folderMaxFiles": 42106, "folderMaxMiB" : 0,
"folderMaxMiB": 12563, "platform" : "linux-amd64",
"longVersion": "syncthing v0.10.27+5-g36c93b7 (go1.4 darwin-amd64 default) jb@syno 2015-03-16 20:43:34 UTC", "totMiB" : 0,
"memorySize": 16384, "longVersion" : "syncthing v0.12.2 \"Beryllium Bedbug\" (go1.4.3 linux-amd64 default) unknown-user@build2.syncthing.net 2015-11-09 13:23:26 UTC",
"memoryUsageMiB": 41, "upgradeAllowedManual" : true,
"numDevices": 10, "totFiles" : 3,
"numFolders": 4, "folderUses" : {
"platform": "darwin-amd64", "ignorePerms" : 0,
"sha256Perf": 122.38, "autoNormalize" : 0,
"totFiles": 45180, "readonly" : 0,
"totMiB": 18151, "ignoreDelete" : 0
"uniqueID": "6vulmdGw", },
"version": "v0.10.27+5-g36c93b7" "memoryUsageMiB" : 13,
} "version" : "v0.12.2",
"sha256Perf" : 27.28,
"numFolders" : 2,
"memorySize" : 1992,
"announce" : {
"defaultServersIP" : 0,
"otherServers" : 0,
"globalEnabled" : false,
"defaultServersDNS" : 1,
"localEnabled" : false
},
"usesRateLimit" : false,
"numCPU" : 2,
"uniqueID" : "",
"urVersion" : 2,
"rescanIntvs" : [
60,
60
],
"numDevices" : 2,
"folderMaxFiles" : 3,
"relays" : {
"defaultServers" : 1,
"enabled" : true,
"otherServers" : 0
},
"deviceUses" : {
"compressMetadata" : 1,
"customCertName" : 0,
"staticAddr" : 1,
"compressAlways" : 0,
"compressNever" : 1,
"introducer" : 0,
"dynamicAddr" : 1
},
"upgradeAllowedAuto" : false
}