Why use the tstats command?
Why use the tstats command?
The tstats command is used to generate statistics on indexed fields. This command is designed to be faster than the stats command because it works on index-time fields, allowing for more efficient queries on these fields as opposed to search-time fields or raw events.
Use the tstats command to perform statistical queries on indexed fields in tsidx files. The indexed fields can be from indexed data or accelerated data models. Because it searches on index-time fields instead of raw events, the tstats command is faster than the stats command.