Operating System - HP-UX
1833786 Members
2201 Online
110063 Solutions
New Discussion

Excessive sigsetstatemask system calls on hp-ux 11.23

 
MinhNg
Occasional Advisor

Excessive sigsetstatemask system calls on hp-ux 11.23

I have 2 hp-ux 11.23 Itanium servers, both running Sybase ASE 12.5 64-bit. Using glance, I noticed that my development server's system CPU Utilization is quite a bit higher than the production server. The top processes are the sybase dataserver processes. The ONLY difference I see between the 2 systems is that on my development server, the dataserver has a much higher system call rate for the sigsetstatemask system call. Any ideas? I can't even find any information on this system call.
3 REPLIES 3
Michael Steele_2
Honored Contributor

Re: Excessive sigsetstatemask system calls on hp-ux 11.23

Hi MinhNg

From hits on the internet I see that sigsetstatemask is an application system call, but no where does it appear in any of the half dozen listed system call documents for hp-ux. If you refer to this link then you can verify my search.

http://docs.hp.com/en/hpuxman_pages.html

This is something that is going to be coming from and application.
Support Fatherhood - Stop Family Law
MinhNg
Occasional Advisor

Re: Excessive sigsetstatemask system calls on hp-ux 11.23

Michael,

Yeah, I was starting to think it's not an HP-UX system call. I will have to see what I can find on it in terms of Sybase. Thanks.
Dennis Handly
Acclaimed Contributor

Re: Excessive sigsetstatemask system calls on hp-ux 11.23

>the dataserver has a much higher system call rate for the sigsetstatemask system call. Any ideas? I can't even find any information on this system call.

sigsetstatemask is used to save and restore the signal state on setjmp, longjmp, sigsetjmp and siglongjmp