fmt.Fprintf(out," %s\t%s\t\t%d (%d%% of total)\t\t%d (%d%% of total)\n",pod.Namespace,pod.Name,podTotalMilliCPU,int64(fractionPodCPU),podTotalMemory,int64(fractionPodMemory))
fmt.Fprint(out,"Allocated resources:\n (Total limits may be over 100%, i.e., overcommitted. More info: http://releases.k8s.io/HEAD/docs/user-guide/compute-resources.md)\n CPU Requests\tCPU Limits\tMemory Requests\tMemory Limits\n")