We should provide a total bytes (Mb/Gb) sent and received per document - as well as a kbit/second average for the session length.
Hi, I would like to work on this issue.
Hi, Can you help me get started with this, i went through the code in adminmodel, but couldn't really figure out a proper way to do this. Thanks
Ah yes - I did this =) We really want to graph this though - we should estimate the bandwidth based on the time since the last update to the admin-console, and (ideally) smooth that - since it will be quite jerky on the 5 second scale, a rolling average over the last 10 data-points would be a good idea in the admin console =) The kbit/second is missing here I guess. But I added the underlying pieces to measure total bytes sent - and to convert that into a 'change since last measured' per document for the Admin Model.
Hi, I have added a patch for monitoring the network activity at https://gerrit.libreoffice.org/#/c/38621/
Aditya Dewan committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/online/commit/?id=681138ab54ac03fbb26b1c2aa3ae7bcf9e7dde82 tdf#106451 admin: graph to monitor network activity