Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FcResume Time it takes to resume a VM from containerd FcResume = "FcResume" // ConnectFuncClient Time it takes to reconnect function client ConnectFuncClient = "ConnectFuncClient" // LoadVMM Name of LoadVMM metric LoadVMM = "LoadVMM" // AddInstance Time to add instance - load snap or start vm AddInstance = "AddInstance" // FuncInvocation Time to get response from function FuncInvocation = "FuncInvocation" // RetireOld Time to offload/stop instance if threshold exceeded RetireOld = "RetireOld" // GetImage Time to pull docker image GetImage = "GetImage" // FcCreateVM Time to create VM FcCreateVM = "FcCreateVM" // NewContainer Time to create new container NewContainer = "NewContainer" // NewTask Time to create new task NewTask = "NewTask" // TaskWait Time to wait for task to be ready TaskWait = "TaskWait" // TaskStart Time to start task TaskStart = "TaskStart" )
Variables ¶
This section is empty.
Functions ¶
func PrintMeanStd ¶
PrintMeanStd prints the mean and standard deviation of each component of Metric
Types ¶
Click to show internal directories.
Click to hide internal directories.