const ApiMonitoringLoadHeaderKey = "X-P2PFaaS-Load"
const ApiMonitoringMaxLoadHeaderKey = "X-P2PFaaS-MaxLoad"
const ApiMonitoringQueueLengthHeaderKey = "X-P2PFog-Queue-Length"
func LoadGetLoad(w http.ResponseWriter, r *http.Request)
Retrieve the load of the machine.
func ScaleDelay(w http.ResponseWriter, r *http.Request)
Measure the time of scaling a service.