Skip to main content

Questions tagged [tracing]

The tag has no usage guidance.

0 votes
0 answers
18 views

In Xcode there a way to mark a routine so that 'Step Into' will skip over the routine?

When stepping through code with the debugger using 'Step Into,' Xcode steps into constructors, destructors, and assignment operators. This is especially frustrating when the routine is compiler-...
Todd Stanley's user avatar
0 votes
1 answer
97 views

Is it guaranteed that a file descriptor will be created when a process accesses a file? Specifically in /proc/pid/fd

I am creating an ebpf program that has a tracepoint on the syscall read(). The purpose of the program is to count how many times a file is read. My current method to trace this is as follows: When ...
Logan 's user avatar
  • 21
0 votes
1 answer
290 views

Blktrace missing I/O events

I'm using blktrace to capture the traffic that goes to my device and have been dealing with some painful issues. Wondering if you guys can confirm/correct my findings. Seems like blktrace is missing ...
Amir's user avatar
  • 125
2 votes
1 answer
103 views

Access xmm registers in eBPF program

I am trying to use bcc-tools to trace a user process using uprobe, but some functions take floating point arguments. According to x86_64 ABI, these values are normally passed in the xmm registers. ...
filijokus's user avatar
0 votes
0 answers
635 views

windows server 2012 network socket debugging (winsock / netsh) - debugging tools

I would like to monitor and debug the way an application (FileZilla) is accessing the tcp/ip stack (socket assignments and related operations). The application is installed on a windows server 2012 ...
Ottootto's user avatar
  • 101
0 votes
1 answer
1k views

Use SSH to pipe tcpdump into wireshark with "command" in authorized_keys

we want to enable real-time network tracing for Application Testing. We want to grant as little permissions/rights on the remote host that will run tcpdump. So i tried to setup an authorized key ...
aslmx's user avatar
  • 38
0 votes
1 answer
421 views

How to track a android tablet in the same network using MAC address

I lost my tablet , but I can see that the tablet is connected to the network on my router: So I know the MAC address but I am unable to trace my tablet using this information and I am running out of ...
suuser's user avatar
  • 157
0 votes
2 answers
12k views

Process Monitor (procmon) does not show some UDP / TCP network activity events, shown in Network Monitor

I observe sometimes a difference between Process Monitor and Network Monitor. Process Monitor does not show some UDP / TCP network events. Here is an example: net use * \\test12345.domain.local\...
marsh-wiggle's user avatar
  • 3,004
0 votes
3 answers
126 views

How to trace the access to Firefox's password manager?

Recently my Firefox started to prompt me for the password manager's master password right after starting it which is quite annoying, and I can't find what's triggering it. This change in behavior ...
VolkerK's user avatar
  • 255
13 votes
2 answers
9k views

IIS 8.5: Failed Request Tracing missing from IIS Manager

In Windows Server 2012 R2, I've installed the IIS "Tracing" module. However when I start IIS Manager, I don't see the Failed Request Tracing option anywhere, in any pane or properties window of any ...
Brian Lacy's user avatar
  • 3,301
5 votes
3 answers
6k views

Interfacing strace with Process Name instead of PID

How do I implement a wrapper script pstrace in bash that changes the interface of [sudo] strace -c -p [PID] to [sudo] pstrace -c -p [PROCESS-NAME] similar to how killall [PROCESS-NAME] is used. ...
Nordlöw's user avatar
  • 207
0 votes
1 answer
2k views

How to determine who is beeping on my computer?

I have HP dm3 laptop and windows 7 installed on it. There is some beep for a 0.5 seconds periodically. There is no regularity. I did not found nothing suspicious in evets log. There is nothing ...
Nikita's user avatar
  • 123
0 votes
3 answers
2k views

Find out what app is using a file under Windows [duplicate]

Possible Duplicate: Windows 7: File In Use when deleting file Sometimes I can't delete a file because it's being used by some unknown applications. How can I find out what apps?
Adam's user avatar
  • 1
3 votes
1 answer
2k views

What is Apache 2 busy doing?

I'm using Apache 2.2.17 on Ubuntu - Apache seems to be occupying 100% of the CPU. How can I know what Apache is busy doing to cause such high CPU usage? Should I use some stack tracing tools? Or ...
Lenik's user avatar
  • 18.4k
0 votes
1 answer
137 views

Online email tracing tool [closed]

About 2 years ago I came across an online tool that would allow you to append something to the end of a destination email address. When the email was opened, the tool would email you their ...
user avatar

15 30 50 per page