We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example command
./bin/cachesim ../_build/data.csv csv lfuda 0.8,0.9 -t "time-col=1,obj-id-col=3,obj-size-col=4,delimiter=,,obj-id-is-num=0"
example data
# timestamp (ms), op type [Put:0, Get:1, Delete:2, Head: 3, Copy: 4], object id, object size (byte) 0,1,A,8371 103,1,B,31 159,1,C,3668 315,1,D,15572 418,1,E,62099 529,1,F,7621 881,1,G,1316252 956,1,H,104330 1026,1,I,4778
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example command
example data
The text was updated successfully, but these errors were encountered: