1833771 Members
2358 Online
110063 Solutions
New Discussion

tusc ouptput

 
pram
New Member

tusc ouptput


Hi we have a log apply process on our standby database.we want to catch the contention on this at OS Level.We took tusc output but i need your help to analyze that.Please let me know where this process is waiting more.Attatching the tusc output

p sigprocmask(SIG_UNBLOCK, 0x800003ff7fff74f0, NULL) .................................................. = 0
p lseek(389, 339740672, SEEK_SET) ..................................................................... = 339740672
p read(389, "\002E f6\0051002' R [ b101e81be ".., 1048576) ............................................ = 1048576
p lseek(389, 340789248, SEEK_SET) ..................................................................... = 340789248
p read(389, "\002E f6\0051402' R [ b1\0d8T C ".., 1048576) ............................................ = 1048576
p lseek(389, 341837824, SEEK_SET) ..................................................................... = 341837824
p read(389, "\002E f6\0051802' R [ b101( v c5".., 1048576) ............................................ = 1048576
p lseek(389, 342886400, SEEK_SET) ..................................................................... = 342886400
p read(389, "\002E f6\0051c02' R [ b2\0\0w 9d".., 1048576) ............................................ = 1048576
3 REPLIES 3
rick jones
Honored Contributor

Re: tusc ouptput

If you want to see where the process is waiting, you need to enable a few more things in tusc:

*) timstamps
*) entry and exit tracing
*) printing the lwpid if this is a threaded process
there is no rest for the wicked yet the virtuous have no pillows
pram
New Member

Re: tusc ouptput



Hi

thx for your reply ... we are quite new to tusc..can you tell us how to enable the things you have specified...

Regards,
Pramod
Dennis Handly
Acclaimed Contributor

Re: tusc ouptput

>can you tell us how to enable the things you have specified...

Check the man page of course.
-l Print all lwpids.
-T format Show time stamp for each syscall and signal.
-E Show syscall entries.