bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Cumulative Staleness #86

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Compute not just the number of stale reads, but how stale the read is (e.g. amount of time since write).

bbengfort commented 8 years ago

Staleness on both reads and writes.

My plan is to measure staleness as the time since the newest write (global, magic simulation computation). Do you want me to include fresh reads as well, or just stale reads? Alternatively (or additionally) I can simply count the number of versions behind the global (t-staleness or version-staleness).