Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Of rooms in which there were ever 2 people simultaneously, here are the
  2. furthest states reached by the link-clicker.
  3.  
  4. We'll have state info for the built-in client starting in v40. "Further"
  5. states are toward the bottom of the histograms. Histograms are out of scale
  6. with each other.
  7.  
  8.  
  9. 2015-05-01:
  10.  
  11. leave 10
  12. refresh 4
  13. join ********** 223
  14. waiting 0
  15. starting 5
  16. receiving 14
  17. sending *** 78
  18. sendrecv ************************************************************************************ 1838
  19.  
  20.  
  21. 2015-05-11:
  22.  
  23. leave 8
  24. refresh * 40
  25. join ** 52
  26. waiting 1
  27. starting 2
  28. receiving 17
  29. sending ** 53
  30. sendrecv ******************************************************************************************* 1934
  31.  
  32.  
  33. 2015-05-21:
  34.  
  35. leave 9
  36. refresh 2
  37. join ** 51
  38. waiting 3
  39. starting 4
  40. receiving * 22
  41. sending ** 51
  42. sendrecv ******************************************************************************************** 1867
  43.  
  44.  
  45. 2015-05-31:
  46.  
  47. leave 2
  48. refresh 0
  49. join ** 46
  50. waiting 0
  51. starting 0
  52. receiving * 17
  53. sending ** 41
  54. sendrecv ********************************************************************************************* 1555
  55.  
  56.  
  57. # Observations:
  58. #
  59. # * Most rooms never see 2 people meet: 20K lonely rooms vs. 1500 meeting ones.
  60. # * There are many sessions consisting of nothing by Refresh events,
  61. # generally a mix of clickers and built-ins. Where are the joins? On a
  62. # previous day? It would be interesting to see if these happen near the
  63. # beginnings of days.
  64. # * There are some sessions in which leaves happen without symmetric joins.
  65. # See if these occur near the beginning of days. Otherwise, I would expect
  66. # at least Refreshes every 5 minutes.
  67. # * These numbers may be a little high because we're assuming all
  68. # link-clickers are the same link-clicker. When we start logging sessionID,
  69. # we can start distinguishing them. (hostname is the IP of the server, not
  70. # of the client.)
  71. # * These numbers may be a little low because we don't yet notice timeouts
  72. # (client crashes, etc.), making the denominator falsely high.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement