#Little Demo of nice values for class I am TAing

11 messages · Page 1 of 1 (latest)

karmic oar
#

I am a TA for a module on Operating Systems and Concurrency and all the information the module gives is very not-real and over-simplfiied. So I made a little demo to show the students that hopefully lets them view a real-world scheduler in action...

Not sure how many people are actually going to stick around after I say "now this next bit is optional" but we'll see.

https://github.com/D0liphin/Testnice

This is "completed" because I'm not going to do any more work on it... or maybe i will 😉 i find it really fun.

#

Any comments on code-cleanliness are appreciated, but some shortcuts were taken since this is just a demo with not huge scope. But still -- always looking to improve my rust!

#

The image above is showing to processes with different nice levels running at the same time. It includes some information about the process like
se.vruntime and the computed se.load.weight as well as the number of context switches and how many of those were involuntary.

#

Spent way too many hours on this that I don't get paid for lol

proper spoke
#

nice

#

I'll take a look

full hedge
#

wait a second, operating systems and concurrency is a module in my uni...

karmic oar
full hedge
#

in Notts ferrisHmm

karmic oar
#

Ah just coincidence then

karmic oar
#

Oops I updated it