From 1b3112b6c8e406e1c27cfa5d00f59a699d91796d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 25 Jan 2017 12:20:00 -0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f045e7f..8b98a22 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Questions 4. Our support team suggests that an average response time > 2 seconds is much too slow. How would you write a program that read the output file and printed "​HOST IS TOO SLOW AT .​" if the last 5, 1 minute summaries for a host were greater than 2 seconds? 5. In the real world, we don’t have guarantees about clock monotonicity, and we see data arrive ​late_ . That is to say that there is no hard guarantee that, for ​L_ =request log line number and ​T_=the timestamp, ​T.sub(L-1)_ is chronologically less than ​T.sub(L)_. Describe a way in which your program could handle request logs that arrive up to ​N​ minutes late. What is the impact on memory usage, and “downstream” services such as the “SLOW RESPONSE TIME” program discussed above? +--- + Answers -------