I have created an application that runs on a Bokeh server and can be accessed by others in a network.
How can I obtain information on the incoming traffic?
In particular, over an observed period of time (e.g one day) how can I find out the following:
- Which clients have accessed my server?
- How many interactions has a particular client had with my server (i.e. clicks in the application)
- How long did a particular client stay connected with the server