Skip to content

Commit

Permalink
Added more folders for B-root anomalies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelena Mirkovic committed Jul 14, 2022
1 parent e2353ce commit 5dcbbb6
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 26 deletions.
5 changes: 5 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20170306/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How to run the tagging code

```
tag -s 1488775205 -e 1488795600 -r <path-to-folder-w-traces> -E lax -q qycl520.com -q calling168.com
```
6 changes: 6 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20170425/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# How to run the tagging code

```
tag -s 1493114000 -e 1493124900 -r <path-to-folder-w-traces> -E lax -q plaza.game981.com
```
19 changes: 19 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20190907/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# How to run the tagging code

## For .ari POP

```
tag -s 1567838739 -e 1567838772 -r <path-to-folder-w-traces> -E ari
```

## For .lax POP

```
tag -s 1567838738 -e 1567838773 -r <path-to-folder-w-traces> -E lax
```

## For .mia POP

```
tag -s 1567838739 -e 1567838769 -r <path-to-folder-w-traces> -E mia
```
5 changes: 5 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20200213/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How to run the tagging code

```
tag -s 1581581100 -e 1581581360 -r <path-to-folder-w-traces> -E sin -q 8.8.8.8
```
5 changes: 5 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20201024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How to run the tagging code

```
tag -s 1603507954 -e 1603508345 -r <path-to-folder-w-traces> -E ams
```
33 changes: 33 additions & 0 deletions B_Root_Anomalies/B_Root_Anomaly-20210528/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# How to run the tagging code

## For .ams POP

```
tag -s 1622169357 -e 1622169441 -r <path-to-folder-w-traces> -E ams
```

## For .ari POP

```
tag -s 1622169357 -e 1622169422 -r <path-to-folder-w-traces> -E ari
```

## For .lax POP

```
tag -s 1622169357 -e 1622169608 -r <path-to-folder-w-traces> -E lax
```

## For .iad POP

```
tag -s 1622169357 -e 1622169414 -r <path-to-folder-w-traces> -E iad
```

## For .mia POP

```
tag -s 1622169357 -e 1622169487 -r <path-to-folder-w-traces> -E mia
```


25 changes: 0 additions & 25 deletions B_Root_Anomalies/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion B_Root_Anomalies/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void loadfiles(const char* file, string (*process)(char*, double&, int&, int&, o
continue;
}
long myepoch = getepoch(dirs[d].namelist[nf]->d_name);
if (myepoch < starttime - 30)
if (myepoch < starttime - 300)
{
continue;
}
Expand Down

0 comments on commit 5dcbbb6

Please sign in to comment.