Difference in command execution time #4237
Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
strace executed in /home
jsle |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whithin our cluster we discoverred some strange behaviour. While executing ls in from the home folder, it takes some milliseconds. After cd into a gluster folder, the execution time of ls increases.
[jsle@radstation26 ~]# time ls /home
g10037361 jsle
real 0m0.002s
user 0m0.000s
sys 0m0.002s
[jsle@radstation26 glusterdrive]$ cd /glusterdrive
[jsle@radstation26 glusterdrive]$ time ls /home
g10037361 jsle
real 0m1.370s
user 0m0.000s
sys 0m0.005sssss
Does anyone know where the rootcause of this behaviour could be found?
Beta Was this translation helpful? Give feedback.
All reactions