Commit 566bc29d authored by amjangde's avatar amjangde

Readme updated

parent 7395ad80
Success Success
1 111111
Success
1 111111
Does not exist
Success
Success
2 222
Success
3 333
2 222
Success
Does not exist
Success
1 1
Success
Does not exist
Success
1 1
Success
1 1
Does not exist
Success
Success
2 222
Success
3 333
Does not exist
Success
Does not exist
Success
1 1
Success
1 1
Does not exist
Success
Success
2 222
Success
3 333
2 222
Success
3 333
Success
1 1
Success
1 1
Does not exist
Success
Success
2 222
Success
3 333
2 222
Success
3 333
Success
Success
1 1
Success
1 1
Success
1 1
Success
Does not exist
Success
1 1
Success
Does not exist
Success
1 1
Success
Does not exist
Success
1 1
Success
Does not exist
Success
1 1
Success
1 1
Success
1 1
Success
1 1 1 1
...@@ -9,7 +9,7 @@ Steps to execute: ...@@ -9,7 +9,7 @@ Steps to execute:
1. Run make command in parent directory. 1. Run make command in parent directory.
2. Go in build directory to run the executables. 2. Go in build directory to run the executables.
a. Run server as: 1st way: "./server" ("It will take default values") a. Run server as: 1st way: "./server" ("It will take default values")
2nd way: "./server" <port_number> <number_of_sets> <n-way_in_set_associative_cache> <num_of_threads> 2nd way: "./server" \<port_number\> \<number_of_sets\> <n-way_in_set_associative_cache> <num_of_threads>
b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values") b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values")
......
...@@ -35,17 +35,9 @@ ...@@ -35,17 +35,9 @@
</CacheEntry> </CacheEntry>
</Set> </Set>
<Set Id="1"> <Set Id="1">
<CacheEntry isReferenced="​​false"isValid="​false"> <CacheEntry isReferenced="​​true"isValid="​true">
<Key>1</Key> <Key>1</Key>
<Value>1</Value> <Value>10</Value>
</CacheEntry>
<CacheEntry isReferenced="​​false"isValid="​true">
<Key>2</Key>
<Value>2</Value>
</CacheEntry>
<CacheEntry isReferenced="​​false"isValid="​true">
<Key>3</Key>
<Value>3</Value>
</CacheEntry> </CacheEntry>
<CacheEntry isReferenced="​​false"isValid="​false"> <CacheEntry isReferenced="​​false"isValid="​false">
<Key></Key> <Key></Key>
...@@ -67,8 +59,6 @@ ...@@ -67,8 +59,6 @@
<Key></Key> <Key></Key>
<Value></Value> <Value></Value>
</CacheEntry> </CacheEntry>
</Set>
<Set Id="2">
<CacheEntry isReferenced="​​false"isValid="​false"> <CacheEntry isReferenced="​​false"isValid="​false">
<Key></Key> <Key></Key>
<Value></Value> <Value></Value>
...@@ -77,6 +67,16 @@ ...@@ -77,6 +67,16 @@
<Key></Key> <Key></Key>
<Value></Value> <Value></Value>
</CacheEntry> </CacheEntry>
</Set>
<Set Id="2">
<CacheEntry isReferenced="​​false"isValid="​false">
<Key>10</Key>
<Value>10</Value>
</CacheEntry>
<CacheEntry isReferenced="​​false"isValid="​true">
<Key>10</Key>
<Value>10</Value>
</CacheEntry>
<CacheEntry isReferenced="​​false"isValid="​false"> <CacheEntry isReferenced="​​false"isValid="​false">
<Key></Key> <Key></Key>
<Value></Value> <Value></Value>
......
2,2 1,10
3,3
4,(null)
5,5
6,6
7,7
8,8
9,9
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment