mirage / mirage-solo5

Solo5 core platform libraries for MirageOS
ISC License
20 stars 21 forks source link

sleep queue stats #63

Closed hannesm closed 4 years ago

hannesm commented 4 years ago

this PR adds a metric source which reports the size of the sleeping tasks. this is useful for debugging unikernels, to keep track how many sleeping tasks are around. there's unfortunately no easy way to track the amount of other running tasks.

mato commented 4 years ago

LGTM, thanks!