Skip to content

Result data for the article, "Evaluating Container Platforms at Scale."

License

Notifications You must be signed in to change notification settings

allingeek/ecps-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecps-data

This repository contains the raw data gathered during the experiment described in "Evaluating Container Platforms at Scale" by Jeff Nickoloff.

Each file contains newline delimited samples of the test described by the filename. Any number of tools can be used to analyze the data including R, Rscript, Octave,

You might even try running the following command to get percentiles:

docker run --rm -v "$(pwd)"/swarm-results/swarm-run-3000.raw:/tmp/target.digest mesosphere/rscript-curl Rscript -e 'quantile(read.table(file("/tmp/target.digest"))$V1, c(.10, .25, .50, .90, .99))'

Copyright © 2016 Jeff Nickoloff - All in Geek Consulting Services, LLC

About

Result data for the article, "Evaluating Container Platforms at Scale."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published