Linux Operating System (MOSC)

MOSC Banner

OL 8 & dtrace

edited Nov 6, 2024 3:09AM in Linux Operating System (MOSC) 6 commentsAnswered

Hi,

I've a Linux 8.10 server with Oracle Forms and I want to start a strace of a process when it open(starts) a specific fmx file. The process name is than frmweb. I want to use dtrace (stap doesn't work very well) and I'm struggling creating a propper dtrace script.

In pseudo-dtrace it should look like this:

syscall::open::entry

/filename == "modulex.fmx"

{

system("strace -p ". $pid

}

Who can help me?

regards,

Ivan

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center