Saturday, May 22, 2010
What I will write about
added up distribution (how it's different... it's not).
Where will I put this new information. The part of adding up the distribution could go at the end of the paper I was writing. It seems to go well there.
Sleeping servers could can go in its own chapter maybe?
Wednesday, May 19, 2010
What I'm going to do
Another thing I can do is at least simulate what happens when I have sleeping servers.
I'm not sure if I'm going to be able to run something for real with sleeping servers, as running something will entail live migration, which I'm not going to be able to do.
Monday, May 17, 2010
Power
idle takes about 46 watts.
1 cpu takes 58 watts.
2 cpus take 67
3 cpus take 75
4 cpus take 83 watts
y=9.1x+47.6
Friday, May 14, 2010
Before I forget
- Utility of Sleep
- Use 75th percentile of convolved distribution
- use sample from lower distribution, add up and use that 75th percentile
Wednesday, April 21, 2010
No Optimization?
Tuesday, April 13, 2010
Pack Seperately
Stuff I'm getting done today
The only thing that has changed is the introduction, the last part of the results and the conclusions.
Friday, April 9, 2010
Things to do
a) Introduction
b) Return to power & show actual power used
c) Time to run
2) Pack tight things Seperate
3) Start thinking about adding distributions and integrating that into the fitness function.
Thursday, April 8, 2010
more merging
Here's one little quantile less than the last graph.
Wednesday, April 7, 2010
Monday, April 5, 2010
Yet another graph.
The nice thing about this graph is that for very small values of percent of servers over capacity, Evolve and RepackEvolve both do very well. RepackEvolve does not perform much better than Evolve.
Another graph
This graph is nice, but not as nice as the one posted the other day.
Friday, April 2, 2010
Hitting a High Fittness on My Evolutionary Programming Approach
This was done on a different data set with a different variance. There was quite a bit different for these results than for the results I published in the paper. However, if these results are good, then there are some data sets for which Evolve does much better for some percent of solutions infeasible.
Thursday, March 25, 2010
My findings today
The graph shows that for all of the algorithms that I tried, they all performed similarly. In fact, there's really no incentive to use one algorithm over another.
I'm at the stage of my research where I'd like to fix that.
I tried an idea that Kevin and I had of one stage of the algorithm that finds the correct number of solutions and another stage of the algorithm that spreads out the solution. I carried out a similar GA after finding the first preliminary solution whose purpose it was to spread out the solution. The second GA takes the solutions that the first GA found, and just tries to spread out the items in the bins. I changed the fitness of bins so that instead of preferring one really full bin and one not-so-full bin, it prefers two bins which are both semi-full.
My findings were interesting. I was getting a bit discouraged at first because the second stage was not improving solutions. However, I increased the problem set size, and vwala, the second stage saw improvement. For large problems, it gains more out of the optimization of the second step. This means that the conversation that Kevin and I were having about the problem being too simple to optimize holds rather true. Now, I just need to find some way to show this on real VMs. :)
Monday, March 1, 2010
What I got done Today
I'd like to start writing an enterprise computing paper soon (start tonight / tomorrowish?). I should take one of those papers that I was reading and use that as a baseline. Then I can start moving and changing things in that paper.
Goals for this week
- Develop Energy Measurements
- Be able to run experiment on potatoes, get good usage out of potatoes, and summarize usage
- Create an implementation of Naive Bayes
- Integrate MLP with submission
- Make at least one more good idea with submission
- Do reading for Data Mining
- Prepare well for Matt's Wednesday Meeting
LOLP and LOLE continued
LOLE is measured in days/year when it represents a comparison between daily peak values and available generation
LOLE is measured in hours/year when it represents a comparison of hourly load to available generation
LOLP is the proportion in % (probability) of days per year, hours per year, or events per season that available generating capacity/energy is insufficient to serve the daily peak or hourly demand
LOLE & LOLP are methodologies that use probabilistic methods to capture the effect of uncertain parameters such as forced outages, unusual load conditions or hydro conditions on the ability of deliverable generation to meet load; the other major approach is to use deterministic methods and perform scenario analyses
LOLP and LOLE
LOLE (Loss of Load Expectation) is a measure of how long, on average, the
available capacity is likely to fall short of the demand. LOLE is a statistical measure
of the likelihood of failure and does not quantify the extent to which supply fails to
meet demand. LOLE is the expected number of days in the year when the daily peak demand exceeds the available generating capacity. It is obtained by calculating the probability of daily peak demand exceeding the available capacity for each day and adding these probabilities for all the days in the year. The index is referred to as Hourly Loss-of-Load-Expectation if hourly demands are used in the calculations instead of daily peak demands. LOLE also is commonly referred to as Loss-of-Load-Probability.
Wednesday, February 24, 2010
goals for today
- work more on my thesis presentation
- work on getting my experiment runner a bit more reliable
- create a run summarizer that can summarize different runs for me.
last night
Tuesday, February 23, 2010
Got Done Today
- Data Generator
- Read the papers
- Thesis Proposal
I will see about creating preliminary graphs of what I want to see with vm metrics right now.
Goals
- data generator for cs 676
- read and understand how Modeling Workloads and Devices for IO load Balancing in Virtualized Environments and Modeling Virtual Machine Performance: Challenges and Approaches
- graph vm experiment data.
- Edit Thesis Presentation