cdl show sessions
Displays the session data from the datastore.
Command Mode
Exec
Syntax
cdl show sessions count [ detailed [ db-name db_name | filter { condition [ ends-with | match | starts-with ] | key key_value } | map-id map_id | slice-name slice_name ] | summary ] | summary [ db-name db_name | filter { condition [ ends-with | match | starts-with ] | key key_value } | limit limit | map-id map_id | max-data-size-kb maximum_data_size | next-eval-end-time | next-eval-start-time | purge-on-eval | slice-name slice_name ] | detailed [ db-name db_name | filter { condition [ ends-with | match | starts-with ] | key key_value } | limit limit | map-id map_id | max-data-size-kb maximum_data_size | next-eval-end-time | next-eval-start-time | purge-on-eval | slice-name slice_name ]
count
Display the session count information.
detailed
Display the session details with data.
db-name db_name
Specify the database name to be queried for displaying the session details.
Must be a string of 1 to 16 characters.
key key_value
Specify the query value.
Must be a string of 0 to 512 characters.
map-id map_id
Specify the map ID to display the data for a map.
Must be an integer in the range of 0-1024.
limit limit
Specify the maximum number of records to display.
Must be an integer in the range of 1-500.
filter condition { ends-with | match | starts-with }
Specify the query expression to filter the results of query.
purge-on-eval
Displays the list of sessions that have purge-on-eval flag set to true or false.
next-eval-end-time
Displays the sessions that have the next-eval-time less than this time.
next-eval-start-time
Displays the sessions that have the next-eval-time greater than this time.
Usage Guidelines
Use this command to display the session details.