1 / 4

Perf Intro

Perf Intro. Slides originally from Williamson at Calgary Minor modifications are made. Web Proxy Caching Model. Aggregate Workload. Proxy server. Web Servers. Web Clients. Factors and Levels. Cache size Cache Replacement Policy Recency-based LRU (Least Recently Used)

Download Presentation

Perf Intro

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Perf Intro • Slides originally from Williamson at Calgary • Minor modifications are made

  2. Web Proxy Caching Model Aggregate Workload Proxy server Web Servers Web Clients

  3. Factors and Levels • Cache size • Cache Replacement Policy • Recency-based LRU (Least Recently Used) • Frequency-based LFU-Aging (Least Frequently Used) • Size-based GD-Size • Workload Characteristics • One-timers, Zipf slope, tail index, correlation, temporal locality model

  4. Performance Metrics • Document Hit Ratio (DHR) • What percentage of the documents requested by the clients are satisfied directly by the proxy, without having to obtain from the Web server? • Byte Hit Ratio (BHR) • What percentage of the bytes requested by the clients are satisfied directly by the proxy, without having to obtain from the Web server?

More Related