Meet with Dheeraj this afternoon to go over the code, he helped me identify where the cache management component was running.
Working on getting timing information for this. Hopefully will have something for the presentation tomorrow (10/31).
Tuesday, October 30, 2007
Wednesday, October 17, 2007
update
I was able to get the program to output the current time while it is running, this has granularity down to the microsecond so it should be precise enough for what we want to do.
Now I need to determine which part of the program is the cache manager and put some statements around it and see how long it takes to run.
Now I need to determine which part of the program is the cache manager and put some statements around it and see how long it takes to run.
Thursday, October 11, 2007
Project Summary and Status Oct 11th
Project: Smart Rule Cache
Working with Suman and Dheeraj
Objective: Create a classification system using a small amount of specialized hardware (to reduce cost) while maintaining line speed classification of packets similar to the hardware based solutions. This is accomplished by caching the rules used for classification in unique ways using a cache manager.
Status:
Received cache manager program from Dheeraj, need to investigate the time it takes for this to run. The hardware component will be classifying packets, there is an amount of time between when the cache manager is done collecting samples to when it creates the new set of rules and updates the cache. We want to see what effect this time will have on the hit rate since the packets that go through during this time are classified with the old rules.
Project writeup due 10/12
Working with Suman and Dheeraj
Objective: Create a classification system using a small amount of specialized hardware (to reduce cost) while maintaining line speed classification of packets similar to the hardware based solutions. This is accomplished by caching the rules used for classification in unique ways using a cache manager.
Status:
Received cache manager program from Dheeraj, need to investigate the time it takes for this to run. The hardware component will be classifying packets, there is an amount of time between when the cache manager is done collecting samples to when it creates the new set of rules and updates the cache. We want to see what effect this time will have on the hit rate since the packets that go through during this time are classified with the old rules.
Project writeup due 10/12
First Post
Blog site is created, looking at ways to get it hosted from the CS pages site, pages.cs.wisc.edu, but this will work for now.
Subscribe to:
Posts (Atom)