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

Speed issues #2

Open
pavel-odintsov opened this issue Jul 24, 2014 · 3 comments
Open

Speed issues #2

pavel-odintsov opened this issue Jul 24, 2014 · 3 comments

Comments

@pavel-odintsov
Copy link
Contributor

./cat_cache_safe /vz/private/1231/root.hdd/root.hdd|pv > /dev/null
^C,2GB 0:02:24 [ 195MB/s] [

cat /vz/private/1231/root.hdd/root.hdd|pv > /dev/null
^C,1GB 0:00:58 [ 493MB/s] [

@poiuty
Copy link

poiuty commented Aug 2, 2014

./cat_cache_safe /var/lib/vz/private/104/root.hdd/root.hdd | pv > /dev/null
3.08GB 0:00:37 [83.9MB/s] [ <=> ]

cat /var/lib/vz/private/104/root.hdd/root.hdd | pv > /dev/null
3.08GB 0:01:16 [41.3MB/s] [ <=> ]

@poiuty
Copy link

poiuty commented Aug 2, 2014

cat_cache_safe /vz/private/102/root.hdd/root.hdd|pv > /dev/null
7.56GB 0:00:50 [ 152MB/s] [ <=> ]

cat /vz/private/102/root.hdd/root.hdd|pv > /dev/null
7.56GB 0:00:21 [ 368MB/s] [ <=> ]

@pavel-odintsov
Copy link
Contributor Author

Yep, I know it=( I think about buffer for read ahead data reading and will do it in next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants