Tracing slow Java I/O in Solaris 10
Posted
by antispam
on Server Fault
See other posts from Server Fault
or by antispam
Published on 2010-03-17T15:17:59Z
Indexed on
2010/03/17
15:21 UTC
Read the original article
Hit count: 193
We have a Java application which is significantly slower in Solaris 10 server than in Windows PC.
We have profiled (-Xprof) the application and observed that UnixFileSystem.getBooleanAttributes0 method consumes about 40% CPU time with native calls.
How can we follow our search to identify which is the cause of the slow behaviour?
Thank you very much.
© Server Fault or respective owner