We noticed that filesystem access is very slow on our VPS server, unusually slow.
For example:
we see that searching for about 16.000 html files it takes nearly 6 minutes!Code:# time find . -iname "*.html" |wc -l 16155 real 5m49.248s
while doing the same thing on a small laptop that i'm running right now:
shows that searching for about 112.000 files takes 36 seconds (searching for 16.000 files takes a few seconds).Code:# time find . -iname "*.html" |wc -l 112603 real 0m36.220s
anyone knows if Jag has implemented disk access restrictions on their VPS nodes or if the server uses remote networked file systems?


LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks