How to get average of multiple time series
        Posted  
        
            by 
                Supun Kamburugamuva
            
        on Super User
        
        See other posts from Super User
        
            or by Supun Kamburugamuva
        
        
        
        Published on 2012-10-19T04:56:23Z
        Indexed on 
            2012/10/19
            5:07 UTC
        
        
        Read the original article
        Hit count: 528
        
I have few computers running. I want to get the average CPU usage of these computers and plot it as a graph. So I've collected CPU usage in regular intervals in these machines. So for each computer I have a data set of time and CPU usage.
But the times at which CPU measurements are taken in different machines are not in sync. For example in 1st machine CPU may be measured in time 1, 5, 9. In the second machine CPU may be measured in time 2, 5, 8. I want to get an average data series from these different data sets. Could you point me to some resources?
Thanks - Supun.
© Super User or respective owner