I've got some here and there chunks of information but no real, complete example of a real case, with a REAL time approximation(real as in human world;Ex:10^-7 sec/10^-5 sec or any order of magnitude).
To give some extra hints to what i want to know, i'll try an example and wait to be put on the right track:
3.2 and up version of linux kernel(you may need this to evaluate the scheduler)
~i5/i7 generation hardware(you may need this to approximate the main system clock)
take let's say 2 cases of "equal priority" number of processes 10^2 and 10^4(i know a lot of you may just go berzerk on me for that 10^4, but let's take this as an exercise)
if my question would be about a thread's time "of action", how would it translate? say you have a decent number of threads spread evenly between processes 10^2 processes each having ~10-100 threads vs only one busy process that has lots of threads ~10^4.
I assume the answer has lots of detailed tricky parts and some things are maybe missing from my question but just assume the common/average case if so,
Thank you.