diff --git a/oblig3/bilder/week12_task1.1.PNG b/oblig3/bilder/week12_task1.1.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..fd6335f96b914e37225aec3f8d6747fa974c59ee
Binary files /dev/null and b/oblig3/bilder/week12_task1.1.PNG differ
diff --git a/oblig3/bilder/week12_task1.2.PNG b/oblig3/bilder/week12_task1.2.PNG
index e2d61e333e96a487f788fb26349634cf7f13acb4..2284e22b33660b435ea0193f07d7297de3aac1d2 100644
Binary files a/oblig3/bilder/week12_task1.2.PNG and b/oblig3/bilder/week12_task1.2.PNG differ
diff --git a/oblig3/bilder/week12_task1.3.PNG b/oblig3/bilder/week12_task1.3.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..2c6ff0fca3a326c0a8d065b3ea07cbd42b8a076e
Binary files /dev/null and b/oblig3/bilder/week12_task1.3.PNG differ
diff --git a/oblig3/bilder/week12_task1.4.PNG b/oblig3/bilder/week12_task1.4.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..f8b30c24423ddb8a6579db349b49f10ab84b7a53
Binary files /dev/null and b/oblig3/bilder/week12_task1.4.PNG differ
diff --git a/oblig3/bilder/week12_task1.5.PNG b/oblig3/bilder/week12_task1.5.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..935bd7cf26cf9ce6bb5e6967df3eabf3522e42c0
Binary files /dev/null and b/oblig3/bilder/week12_task1.5.PNG differ
diff --git a/oblig3/bilder/week12_task1.6.PNG b/oblig3/bilder/week12_task1.6.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..582ed24e272778b8e768e186798766a14fbf1ae8
Binary files /dev/null and b/oblig3/bilder/week12_task1.6.PNG differ
diff --git a/oblig3/bilder/week12_task3.1.PNG b/oblig3/bilder/week12_task3.1.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..e3689c77fd22e79e190a0aedfd14e8150aca66a7
Binary files /dev/null and b/oblig3/bilder/week12_task3.1.PNG differ
diff --git a/oblig3/bilder/week12_task3.2.PNG b/oblig3/bilder/week12_task3.2.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..7e4500df1be999ed3a9f50195698d4f582cc98b5
Binary files /dev/null and b/oblig3/bilder/week12_task3.2.PNG differ
diff --git a/oblig3/oblig3.md b/oblig3/oblig3.md
index 3dc97c5664fdc29118521a4e2e6856f1bf72279f..011246ad035347c6f37e62a91d7260c611cfcc68 100644
--- a/oblig3/oblig3.md
+++ b/oblig3/oblig3.md
@@ -34,16 +34,22 @@ FLOATING_IP_ID: 5337587f-47b4-4d98-922e-981ed2231c28
 ```
 
 
-### Week 12
-
+# Week 12
 ## Task 1
+### 50k.dat
 
-<img src=./bilder/week12_task1.PNG>
+<img src=./bilder/week12_task1.1.PNG>
 <img src=./bilder/week12_task1.2.PNG>
 
-1) By analysing the images above, there is a large range in how many users the game is hosting throughout the given timeperiod. It is a range of 44425 users, from most to least users at a given time, where the maximum value is 44876 and the minimum value is 451. The value 451 is probably indicating some sort of downtime for the game, while the value 44876 tells us how many users the servers should be able to host at any given time, since this is the extreme end of the scale. By looking at the 5% graph to the right, we can see that the 95 percentile of the users are playing the game while there is at least 42654 other users gaming at the time. This is when there is a extreme amount of users gaming at the same time, and there is approxomately 42654 - 40433 = 2221 users more than the 90 percentile group.
+1) By analysing the images above, there is a large range in how many users the game is hosting throughout the given timeperiod. It is a range of 44425 users, from most to least users at a given time, where the maximum value is 44876 and the minimum value is 451. The value 451 is probably indicating some sort of downtime for the game, while the value 44876 tells us how many users the servers should be able to host at any given time, since this is the extreme end of the scale. By looking at the 5% table in the middle of the document, we can see that there is 29 000 users in the game or less, in 95% of the time. In 5% of the time, there is approxomately 30 000 or more users, which make this large number of users pretty rare.
+
+### Begin.dat
+<img src=./bilder/week12_task1.3.PNG>
+<img src=./bilder/week12_task1.4.PNG>
 
-OBS!!! HUSK Ã… LEGG INN BILDER OVER EXCEL SHEET
+### End.dat
+<img src=./bilder/week12_task1.5.PNG>
+<img src=./bilder/week12_task1.6.PNG>
 
 2) By looking at the descriptive results in the images above, we can see that the popularity of the game probably have increased over the timeperiod. The mean amount of users at the beginning is 13139, and the mean amount of users at the end is 18822. The range, minimum value and maximum value also confirms this hypothesis.
 
@@ -257,5 +263,53 @@ curl -s -g 'http://admin:admin@192.168.132.61:9090/api/v1/query?query=last_downl
     ]
   }
 }
+
+# The output goes on but is abbreviated for this document
 ```
 
+
+We need to further improve the output to make the data in a useful format. We type this command and get the data in a list of floats:
+```
+curl -s -g 'http://admin:admin@192.168.132.61:9090/api/v1/query?query=last_download_time{name="AETA"}[1h]' | jq -r '.data.result[] | .values[] | .[1] '
+
+# OUTPUT
+
+8.502417087554932
+8.502417087554932
+8.502417087554932
+11.44600796699524
+11.44600796699524
+11.44600796699524
+11.44600796699524
+11.44600796699524
+11.44600796699524
+
+# The output goes on but is abbreviated for this document
+```
+
+By changing [1h] in the command above to [24h], we can get the download time for bookface for the last 24 hours. We change this parameter, and pipeline the command to sed. Sed is used to get rid of the period in the floats, and change it to comma, which is the delimeter excel is using.
+```
+curl -s -g 'http://admin:admin@192.168.132.61:9090/api/v1/query?query=last_download_time{name="AETA"}[24h]' | jq -r '.data.result[] | .values[] | .[1] ' | sed -e 's/\./,/'
+
+# OUTPUT
+
+8,206752061843872
+8,206752061843872
+10,79725694656372
+10,79725694656372
+10,79725694656372
+10,79725694656372
+10,557878017425537
+10,557878017425537
+10,557878017425537
+10,557878017425537
+10,557878017425537
+
+# The output goes on but is abbreviated for this document
+```
+
+Now we can copy the output and paste it into the excel document used in task 1.
+<img src=./bilder/week12_task3.1.PNG>
+<img src=./bilder/week12_task3.2.PNG>
+
+By looking at the images above, we can see that mean download time for our bookface is 9,5 seconds. The range is between 35,7 and 2,8 seconds. In 90 percent of the cases, our downloading time is 13 seconds or below, which can be seen in the 5% table in the middle of the picture. In 10% of the cases, our download time is greater than 13 seconds, in the range from 13 to 35 seconds.
\ No newline at end of file
diff --git a/oblig3/stats_download_time_24h_26.03.23.ods b/oblig3/stats_download_time_24h_26.03.23.ods
new file mode 100644
index 0000000000000000000000000000000000000000..8f3a78b6e573a7648ae4a830956422f8c25792d6
Binary files /dev/null and b/oblig3/stats_download_time_24h_26.03.23.ods differ