Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KVStorePair
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
RAVIKANT KUMAR YADAV
KVStorePair
Commits
566bc29d
Commit
566bc29d
authored
Nov 08, 2020
by
amjangde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme updated
parent
7395ad80
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
104 deletions
+15
-104
ClientData/batchResponse.txt
ClientData/batchResponse.txt
+0
-83
README.md
README.md
+1
-1
ServerData/CacheXML.xml
ServerData/CacheXML.xml
+12
-12
ServerData/kvstore_setid_1.csv
ServerData/kvstore_setid_1.csv
+1
-8
ServerData/kvstore_setid_2.csv
ServerData/kvstore_setid_2.csv
+1
-0
build/client
build/client
+0
-0
build/kvcache
build/kvcache
+0
-0
build/kvstore
build/kvstore
+0
-0
build/server
build/server
+0
-0
build/xmlParser
build/xmlParser
+0
-0
No files found.
ClientData/batchResponse.txt
View file @
566bc29d
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
README.md
View file @
566bc29d
...
@@ -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")
...
...
ServerData/CacheXML.xml
View file @
566bc29d
...
@@ -35,17 +35,9 @@
...
@@ -35,17 +35,9 @@
</CacheEntry>
</CacheEntry>
</Set>
</Set>
<Set
Id=
"1"
>
<Set
Id=
"1"
>
<CacheEntry
isReferenced=
"
false"
isValid=
"fals
e"
>
<CacheEntry
isReferenced=
"
true"
isValid=
"tru
e"
>
<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>
...
...
ServerData/kvstore_setid_1.csv
View file @
566bc29d
2,2
1,10
3,3
4,(null)
5,5
6,6
7,7
8,8
9,9
ServerData/kvstore_setid_2.csv
0 → 100644
View file @
566bc29d
10,10
build/client
View file @
566bc29d
No preview for this file type
build/kvcache
View file @
566bc29d
No preview for this file type
build/kvstore
View file @
566bc29d
No preview for this file type
build/server
View file @
566bc29d
No preview for this file type
build/xmlParser
View file @
566bc29d
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment