How to find an application running on multithread?

Dear Friends,

We have one T5240 server with 128vcpus in our lab.Performance of the server is very poor. Application uses only 2% of processor..I heard that single thread application performs slowly in coolthread.How can we find whether the application running on multithread or single thread? If it's a single thread application how can we improve the performance of server?

How much of RAM is in the server? Are you running LDOMs?

To find out how many threads an application is running, run the prstat command. The number of threads (NLWP) will appear after the process name (/NLWP).
To show active threads, run the "prstat -L" command. Each thread will be shown with its CPU usage.

There is no LDOM and Memory is 64GB

Dear Jilliagre I will check and inform...

is your app threaded?

Is precisely what the open poster was asking about three month ago ...

is this an in house application or something that is 3rd party?

This thread is, however, several months old. Maybe we should close it.