Hello all, This week, I managed to fix whatever the issue was, that was causing a decrease in the performance of the caching plugin. Also apart from that I designed the UI - what all should be printed on it, such as
- a graphical display of the requests per second. - cache clearing - cache hits and misses I started out with writing code to calculate these data when the plugin is running. I also started out with changing my cache from Least Commonly Used to Least Recently Used, to see if it improves the performance of the plugin, but however discontinued this job to prioritize other remaining tasks. During the next week, - I plan on completing code for calculation of the statistics data, and integrating them with the user interface. - After testing the plugin for various corner cases, in the remaining time, I plan to continue working on changing the cache type from LCU to LRU. *Reference and special mention : * Reading last time's GSoC student Zia's blog helped me out a lot - http://ziahamza.wordpress.com/ My code : https://github.com/tssavita/cache-plugin-implementation Blog post : http://savita92.wordpress.com/2014/07/21/gsoc-2014-update-caching-plugin-for-monkey-server-week-9/ Thanks and regards, Savita.
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
