diff --git a/constants/constants.go b/constants/constants.go index 16225a5..bbacf42 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -12,7 +12,11 @@ var Hosts = []string{"stratos-001.cs.binghamton.edu", "stratos-002.cs.binghamton "stratos-005.cs.binghamton.edu", "stratos-006.cs.binghamton.edu", "stratos-007.cs.binghamton.edu", "stratos-008.cs.binghamton.edu"} -// Classification of the nodes in the cluster based on their power consumption. +/* + Classification of the nodes in the cluster based on their Thermal Design Power (TDP). + The power classes are labelled in the decreasing order of the corresponding TDP, with class A nodes + having the highest TDP and class C nodes having the lowest TDP. +*/ var PowerClasses = map[string]map[string]bool{ "A": map[string]bool{ "stratos-005.cs.binghamton.edu": true,