diff --git a/baseline/README.md b/baseline/README.md new file mode 100644 index 0000000..38ea996 --- /dev/null +++ b/baseline/README.md @@ -0,0 +1,20 @@ +

+ +

+ +

+ CC License +

+ +> Open-source datasets for anyone interested in working with network anomaly based +machine learning, data science and research + +> Baseline Data Sets + +We have provided two baseline data sets that containt no anomalies or negative behavior. These files are here to be used a baseline dataset to model and understand the normal behavior of the environment. + +The first dataset, baseline_no_anamaly.csv.gz, has an hour long run time in which no anomalies were injected and no application traffic is running. The only traffic that will be seen on this data sets is associated with streaming telemetry as well as control and singling traffic for the various protocols in the network. + +The second dataset, baseline_noanomaly_500Gbps.csv.gz, has an hour long run time with no anomalies with application traffic running bidirectionally across the fabric at an aggregate rate of 500Gbps. + + diff --git a/baseline/baseline_no_anomaly.csv.gz b/baseline/baseline_no_anomaly.csv.gz new file mode 100644 index 0000000..47f8539 Binary files /dev/null and b/baseline/baseline_no_anomaly.csv.gz differ diff --git a/baseline/baseline_noanomaly_500Gbps.csv.gz b/baseline/baseline_noanomaly_500Gbps.csv.gz new file mode 100644 index 0000000..d1d1785 Binary files /dev/null and b/baseline/baseline_noanomaly_500Gbps.csv.gz differ diff --git a/config b/config new file mode 100644 index 0000000..415c7c9 --- /dev/null +++ b/config @@ -0,0 +1,18 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + ignorecase = true + precomposeunicode = true +[remote "origin"] + url = https://wwwin-github.cisco.com/spa-ie/telemetry + fetch = +refs/heads/*:refs/remotes/origin/* + pushurl = https://wwwin-github.cisco.com/spa-ie/telemetry + pushurl = https://github.com/cisco-ie/telemetry.git +[remote "github"] + url = https://github.com/cisco-ie/telemetry + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master diff --git a/telemetry.Rproj b/telemetry.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/telemetry.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX