I am trying to calculate the load weight from process priority.I have studied a research paper which can be downloaded from the link:
https://www.researchgate.net/publica...n_Linux_Kernel
On its PDF page 7 you can see a table.I am trying to find out how the load weight is computed from priority.I have googled that out and found the following formula:Weight=1024/(1.25)^nice but this is not in accordance with the values given with the research paper (whose link is given above).I am not getting some exact formula to find(Load weight from priority/niceness?) that out.