Web performance problem

jroux

Member
Hello *all

we often have low performance under thin clients, and at the same time we notice one (at least) QSQSRVR jobs is running, without doing access to DB and taking a big part of CPU (as it was looping). As soon as we HOLD this QSQSRVR job, then thin clients work fine and fast again.
Does anyone know what are these QSQSRVR for and has an explanation for our problem ? 06/04/06 14:51:
CPU %: 26,6 Elapsed time: 06:36:53 Active jobs: 973
Opt Subsystem/Job User Type CPU % Function Status
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 HLD
QSQSRVR QUSER PJ 0,0 CNDW
QSQSRVR QUSER PJ 0,0 CNDW
 
These are generally JDBC connections running the SQL statements. I'd be investigating the process and trying to figure out what it's doing rather than killing it.
 
Back
Top