1 / 12

Prototype Presentation Replication Process Simulator

Prototype Presentation Replication Process Simulator. Academic Advisor: Dr. Eitan Bachmet Technical Advisor: Mr . Assaf Natanzon. Project Team : Adiel Ashrov Etai Hazan Benny Michali. http://replicationsimulation.wordpress.com/. Prototype Presentation Storage Replication Simulation.

kirra
Download Presentation

Prototype Presentation Replication Process Simulator

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. Prototype PresentationReplication Process Simulator Academic Advisor: Dr. EitanBachmet Technical Advisor: Mr. AssafNatanzon Project Team: AdielAshrov EtaiHazan Benny Michali http://replicationsimulation.wordpress.com/

  2. Prototype PresentationStorage Replication Simulation Introduction Vision The Problem Domain Software Context Functional Requirements   Non-functional requirements Use-cases Risk Assessment

  3. Prototype – Goals • Development of the prototype was designed to overcome the risks we discovered with our requirements. •  We identified the following points as risks : • How can we make sure simulator is modeling the system accurately? • Making the system perform similarly to the real-life. • Statistics handling and transfer between different layers. • How to represent calculated statistics in the Presentation level • How to model I/O behavior and how to recognize behavior • How to operate on different algorithms/policies?

  4. Prototype – Conclusions Simulation results verification: • In order to ensure our simulation produces accurate statistics we have sought for an expert opinion • AssafNatanzon (EMC) supplied comperasionwhich approved our simulation results are coherent with real world behavior. Statistical data Handling • We’ve experimented with the idea of using CSV files in order to pipeline the results from the application to the presentation layer. • We are now exploring the idea of using objects in order to transfer the data. We want to find out it’s run time memory cost, and if it’s doable. (**** מיותר אני חושב)

  5. Prototype – Conclusions Data plotting and GUI • We have explored several external libraries solutions for plotting the data and displaying GUI. • We are now writing the GUI in C# and plot the Graph using a sample graph template we will embed as a part of the UI.

  6. Prototype – Conclusions I/O behavior modeling and recognition • We have modeled the burstinessbehavior with a parameter received from the user [0..100]. • Time slots concepts: • Say for example burstiness is 40:

  7. Prototype – Conclusions I/O behavior modeling and recognition cont. • How did we identify a volume/host in a burst: • Entropy and time slot data capacity: • Let’s look at time slot and the amount of data transferred: • .This is the probability that an I/O event belongs to .

  8. ARD - Proof of concept I/O behavior modeling and recognition cont. • Entropy measure of uncertainty  • ) • The lower the entropy ,it is more likely that the current Volume is in a burst.

  9. ARD - Proof of concept Different Flow Control Alog’ Support • The main purpose of our project is allowing the user to compare between different flow control algo’. • Let’s recall one of the bottle necks of our system is the Cache in the local storage. • After we have the ability to identify trends/burst in I/O behavior we now have the ability to regulate the flow of data and cache allocation. • Let’s see an example of such algorithm • TODO:Graph Cache fullfill

  10. Prototype – Conclusions Different Flow Control Alog’ Support cont.

  11. Prototype – Conclusions Different Flow Control Alog’ Support cont. • The main purpose of our project is allowing the user to compare between different flow control algo’. • After we have the ability to identify trends/burst in I/O behavior we now have the ability to regulate the flow of data and cache allocation. • Let’s see an example of such algorithm

  12. Prototype – Conclusions Different Flow Control Alog’ Support • Using different algorithms for cache managing flow control and prioritizing data incoming from IO's is vital to our prototype goals. We must design our program to allow fast and efficient exchange of all implemented algorithms in order to maximize users ability to analyze different replication flow and statistic output. For these causes we will seek structural solutions allowing us to achieve these design standards. We will examine the use in Strategy design pattern.It is used for simple integration of algorithms by encapsulating their implementation so they interact uniformly but their behavior varies.

More Related