Skip to content
New issue

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

a bug in LFU-DA #34

Open
1a1a11a opened this issue Oct 8, 2023 · 0 comments
Open

a bug in LFU-DA #34

1a1a11a opened this issue Oct 8, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@1a1a11a
Copy link
Owner

1a1a11a commented Oct 8, 2023

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
@1a1a11a 1a1a11a added bug Something isn't working help wanted Extra attention is needed labels Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant