- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Call Tracing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 12:44 AM
тАО10-25-2001 12:44 AM
does anybody out there know a tool to log all(!) system-calls over all(!) processes?
Tusc won't do this job because it only logs one process. With glance I can see the calls but I can't see which process did start them.
Frank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 01:07 AM
тАО10-25-2001 01:07 AM
Re: System Call Tracing
try with 'trace'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 01:36 AM
тАО10-25-2001 01:36 AM
Re: System Call Tracing
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.0/
If you need something for HPUX 10.x then you would have to get trace, also available from the porting center:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/trace-1.6/
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 03:23 AM
тАО10-25-2001 03:23 AM
Re: System Call Tracing
tusc won't do the job. I wan't to start the tracer and it has to log all actuall processes and the processes that will start in future.
I've heard on SGI padc will do this. Can I find something similar on HP-UX?
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 03:35 AM
тАО10-25-2001 03:35 AM
Re: System Call Tracing
I once used a tool similar to what
you are looking for- logging all system calls,
snapshots of the system activity etc -
which was given by a HP performance expert
for diagonsing a performance problem.
I don't remember the name of the tool,
but it used to produce ouput in the order
of >500Mb in a matter of few minutes and
we used to run it only for a short while.
Another option you have is
to run truss with the -p option.
truss -p
running on the system, put ps command in
a loop, grab any new process id and run
truss on it. But, i understand it can
get clumsy with lots of truss commands running.
I will try to remember the HP tool and
post back.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 04:15 AM
тАО10-25-2001 04:15 AM
Solutionftp://ftp.cup.hp.com/dist/networking/tools/prospect/
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2001 10:57 AM
тАО10-25-2001 10:57 AM
Re: System Call Tracing
I think Glance has PROCSYSCALL_??_?? types of metrics that you can use. Depending on what kind of a report you would like to generate, you could tailor your adviser syntax accordingly. I've attached an example. To see a sample of the report, save the attached file to, say, sc.syntax in your current directory; then run:
glance -adviser_only -syntax sc.syntax -iterations 3 | tail +20 > glance.out
Is the output file glance.out something like what you want to see?
Mladen