Hi all,
sometimes I see strange slow work for executing ' ls /dev'
like this:
# truss ls /dev
....
lstat64("/dev", 0x08045CA0) = 0
openat(AT_FDCWD, "/dev", O_RDONLY|O_NDELAY|O_LARGEFILE) = 3
fcntl(3, F_SETFD, 0x00000001) = 0
fstat64(3, 0x08046C70) = 0
getdents64(3, 0xD1614000, 8192) = 7624
time() = 1244119420
time() = 1244119420
time() = 1244119420
time() = 1244119420
....
and many time() calls after this - see attached truss log.
For example on other machines with S10-S11 I don't see time() after getdents64
- ls works fast.
Is there any way to know who is originator of this?
Cheers,
Alex
--
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss