Results 1 to 3 of 3
Hello all,
Can somebody help me to solve a problem. Actually i need to know if there are any means by which i can get the system calls from an ...
- 01-28-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 1
Some Programming help
Hello all,
Can somebody help me to solve a problem. Actually i need to know if there are any means by which i can get the system calls from an application to the OS. For example, my application accesses the memory in hard disk. is there any way to find what is the system call used and when it is used? Practically what i want to do is to monitor my applications activities..
- 01-28-2010 #2
man strace. ltrace may also be of some use for you.
- 01-28-2010 #3
Yes,I will also recommend strace to get list of system call.
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote