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
151a724a
Commit
151a724a
authored
Nov 08, 2020
by
amjangde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme upadted v2
parent
566bc29d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
151a724a
...
...
@@ -7,14 +7,14 @@ Team Members:
Steps to execute:
1.
Run make command in parent directory.
2.
Go in build directory to run the executables.
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
>
2.
Go in build directory to run the executables.
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
\>
b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values")
2nd way: Interactive Mode: "./client"
<server
_ip
>
<port
number
>
3rd way: Batch Mode: "./client"
<server
_ip
>
<port
number
>
<Input
Request
fIle
>
<Output
Response
file
>
b. Run client as: 1st way: Batch Mode: "./client" ("It will take default values")
2nd way: Interactive Mode: "./client"
\<
server_ip
\>
\<
port number
\>
3rd way: Batch Mode: "./client"
\<
server_ip
\>
\<
port number
\>
\<
Input Request file
\>
\<
Output Response file
\>
Note: For step 2 , above given Sequence of command line parameters must be followed.
...
...
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