User:Polvi/Spectator:Server Side Interaction: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 19: Line 19:


[http://mxr.mozilla.org/seamonkey/source/extensions/metrics/src/nsMetricsService.cpp#667 Outline of server/extension interaction]
[http://mxr.mozilla.org/seamonkey/source/extensions/metrics/src/nsMetricsService.cpp#667 Outline of server/extension interaction]
= How much data to expect =
Configured with profile, document, and uielement collectors, each post will be about 500 bytes. The files are uploaded on a 5min interval. So, if we had a 10,000 users using non-stop, we would be generating a max of 1.3gb (500*10000*(86400 / 300.))/(1024*1024*1024) of data a day. 


= Other considerations =
= Other considerations =
* If no config is in the response of a client upload, the client will continue with its old config.  
* If no config is in the response of a client upload, the client will continue with its old config.  
* Disabling a sample would be one way to reduce server load, without turning everything off
* Disabling a sample would be one way to reduce server load, without turning everything off
334

edits

Navigation menu