Skip to content

jheo4/file_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_service

How to use?

git clone --git clone --recurse-submodules "LINK"
cd file_service
export LD_LIBRARY_PATH=$(pwd)/snappy-c
make clean
make
make server
make client

# To run server
./bin/server --state [SYNC|ASYNC] --n_sms [SEG_NUM] --sms_size [SEG_SIZE]

# To run client
./bin/client --conf ./input/sample.yaml --state [SYNC|ASYNC]

Check the result of execution

The results are accumulated in ./output/result.csv. Please check the performance of each execution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published