|
I want to search for top 10 process by CPU and sort according to descending order in Linux but it only displays the bar chart result but not the table results. Why is that so? The search command goes like this: index=os | top_process_by_cpu | sort 10 avg(CPULoad) desc |