pcp: CPU/MEM utilization & task share variance per node

This commit is contained in:
Akash Kothawale 2018-02-02 19:24:51 -05:00 committed by Pradyumna Kaushik
parent abadb9a328
commit 46be28ef8d
4 changed files with 113 additions and 22 deletions

View file

@ -138,7 +138,7 @@ func main() {
return
}
go pcp.Start(pcpLog, &recordPCP, logMType, logMsg)
go pcp.Start(pcpLog, &recordPCP, logMType, logMsg, scheduler)
//go pcp.StartPCPLogAndExtremaDynamicCap(pcpLog, &recordPCP, *hiThreshold, *loThreshold, logMType, logMsg)
//go pcp.StartPCPLogAndProgressiveExtremaCap(pcpLog, &recordPCP, *hiThreshold, *loThreshold, logMType, logMsg)
time.Sleep(1 * time.Second) // Take a second between starting PCP log and continuing