pcp: CPU/MEM utilization & task share variance per node
This commit is contained in:
parent
abadb9a328
commit
46be28ef8d
4 changed files with 113 additions and 22 deletions
|
@ -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
|
||||
|
|
Reference in a new issue