The number of sessions shows the problem
When looking at the number of sessions, it appears: The number of printed-out sessions reaches the maximum, 10000, does not show the number of sessions, how to solve this problem?Thanks
0
When looking at the number of sessions, it appears: The number of printed-out sessions reaches the maximum, 10000, does not show the number of sessions, how to solve this problem?Thanks
Comments
To resolve the issue of not displaying the number of sessions beyond 10000 consider implementing a system that tracks and stores session data in a database.
This way, the sessions can be properly counted and displayed without reaching the maximum limit.
You can also filter the session output by a variety of fields such as IPv4 address, virtual server, real server, etc to find the client(s) you are looking for. Hitting the "?" after #show session will provide the available options.