As others have mentioned, it would be easier to take a stab at this if there is 
some more data to look at.

Have you done any ZFS tuning?  If so, please provide the /etc/system, adb, zfs 
etc info.

Can you provide zpool status output?

As far as checking ls performance, just to remove name service lookups from the 
possibilities, lets use the  '-n' option instead of '-l'. I know you mentioned 
it was unlikely to be a problem, but the less variables the better.


Can you characterize what your ''ls -an" output looks like?  Is it 100 files or 
100,000?

How about some sample output like:
for run in  1 2 3 4
do
  echo run $run
  truss -c ls -an | wc -l
  echo "========================"
  echo
done
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to