cpustat can tell you the usage of FP ops, you can follow the
instructions on p35 in:

"Developing and Tuning Applications on UltraSPARC T1 Chip
Multithreading Systems"

BTW, I wrote most of the tuning section for T1/T2 on wikipedia, you
may find some useful information there:

http://en.wikipedia.org/wiki/UltraSPARC_T1#Application_tuning

Rayson



On 5/20/08, Krzys <[EMAIL PROTECTED]> wrote:
>
> Hello folks, I have an issue where developer wrote a code and it runs 10 
> seconds
> on his PC, then he moved it to T2000 (16GB RAM, 1.2GHz, 8 CORE, Solaris 10) 
> and
> the same process took 73 seconds. Then he took his code to V240 server (8GB 
> RAM,
> 1GHz, 2CPU's, Solaris 8) and that process completed in around 50 seconds.
>
> We are suspecting that maybe the single Floating-point inside that T2000 is
> causing this problem? How would I troubleshoot this problem? I was thinking to
> jump into dtrace as everyone is saying its so great but I am not sure where to
> start in trying to troubleshoot this. Its to late for me to go to take dtrace
> training class at this moment as it will take weeks for me to get in, and I 
> was
> looking around on the internet and there are many different examples but I am
> not sure which one would be the right for troubleshooting this issue with 
> T2000.
> It does not make sense that two CPU machine that is slower in speed and has 
> less
> RAM outperforms T2000 which has a single CPU but its faster, not only that its
> running Solaris 10 which in theory should be performing better, just does not
> make any sense...
>
> Any suggestions or pointers would be greatly appreciated.
>
> Regards,
>
> Chris
>
> _______________________________________________
> dtrace-discuss mailing list
> dtrace-discuss@opensolaris.org
>
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to