V
V
Vladimir Korotenko2020-09-13 13:30:04
SharePoint
Vladimir Korotenko, 2020-09-13 13:30:04

User activity analytics, which is better?

Plus minus decided to implement it like this:

1. Username
2. claim
3. Start
4. Stop
5. Page (a tricky structure, since this is ASP NET FORM)
6. True URL

All this is implemented based on client js (rather tricky, and implemented on the server side)

The request goes to the server (net core self hosted) and is written to the database. Ping periods from the client are 1 minute, synchronization with the database is also 1 minute, but the session is in the server's memory.

If it goes into reboot, then everything is reset from memory to the database.

What can you advise, criticize?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Griboks, 2020-09-13
@firedragon

It depends on your goals. As an option:
1) establish a socket connection (so as not to drive requests)
2) record the mouse and keyboard in real time
3) also record the dimensions
Then you can at least make a video from this data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question