Forum Discussion

GouravIN's avatar
GouravIN
Brass Contributor
Aug 31, 2018
Solved

Need Some enhancement in query

Hi Team,   I am using below queries to check data of top 10 CPU, Memory and Disk information from OMS.   let TopComputers = Perf | where ObjectName == 'Processor' and CounterName == '% Processor...
  • Billy York's avatar
    Billy York
    Sep 01, 2018

    I get it now, for a single aggregated value, remove bin(TimeGenerated, 1h) and | render timechart

    as the render timechart would be useless in this instance and only give you a single dot per computer.

     

    So you'll need two separate queries for charting that uses the bin(TimeGenerated, 1h) and one without for the single aggregated value over whatever timespan you want. I hope that answers your question.

Resources