Questions tagged [trace]

65 questions
4
votes
3 answers

What tool can be used to splice together log files from different sources?

I am trying to analyze a series of application requests. There are web logs, application server logs and data server logs, all with slightly different timestamps on each line. I'd like to splice them together to see the various logs in the order…
Rog
  • 235
  • 1
  • 8
4
votes
3 answers

Decommissioning: how to list clients/applications depending on my SQL Server?

I have a SQL box that I want to decommission. Before doing so, I want to understand all the applications that may be relying on the machine, rather than just turning it off and hearing people scream. What is the best way to do this? I know I can…
Brent Serbus
3
votes
1 answer

What is the URL_CHANGED Event on IIS7 Request Tracing Log?

I just enabled Failed Request Tracing for a site and I get a URL_CHANGED event as the third item on the log. 1. GENERAL_REQUEST_START SiteId="1", AppPoolId="DefaultAppPool", ConnId="1610613013", RawConnId="0",…
Ben
  • 463
  • 1
  • 6
  • 8
3
votes
0 answers

IIS httpTracing setting has no effect

I'm trying to troubleshoot some performance issues we are having on a specific ASP.NET page with Microsoft's Perfecto Tool on IIS 7.5. Perfecto uses the ETW hooks build in to IIS to report on specific HTTP request, and is working quite…
digahill
  • 131
  • 1
3
votes
1 answer

How to properly interpet the results of tracert, in particular the second to last hop before a timeout

I am troubleshooting a wireless internet connection that is continuously dropping. The isp says the radio signal is good so it must by my cisco asa 5505. I don't believe them... For discussion assume the following: Remote site public ip is…
James Moore
  • 1,247
  • 3
  • 17
  • 23
3
votes
2 answers

different between tracert(windows) and traceroute(linux)

I'm tracing some server between tracert(Windows) and traceroute(linux) in the same network. But the output is different. tracert can trace the target server. But traceroute can't. The traceroute output is below(Some asterisk omit). traceroute to…
Magic
  • 155
  • 1
  • 1
  • 7
3
votes
2 answers

Help analyzing traceroute

my name is Abdulla and I'm from Kuwait. Sorry for my question as I know its not technically challenging. I'm facing some problems with my internet connection. My company has a DSL 2mb connection. My main problem is latency, in the morning its good…
Abdulla
  • 31
  • 1
3
votes
1 answer

How do I exclude health checks from Google Cloud Stackdriver traces

I'm running my app in Google Kubernetes Engine, and the Stackdriver Traces are very useful to determine the health and speed of my app. However the large majority of request coming into my app are the health checks from the load-balancer to make…
2
votes
1 answer

How can I enable WinHTTP trace logging in Server 2012 R2 for viewing raw HTTP commands and application details?

I have an application running on a Windows Server 2012 R2 system and the app leverages winHTTP for various network requests. It's not able to communicate with another server on the network and I suspect (but can't confirm) that there's a network…
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
2 answers

Add a fake hop in tracert?

A client wants to add a fake hop when someone does a traceroute on his IP address. He has two ip addresses, and one interface (no problem, virtual interfaces solve it). How should I proceed? Is this even possible? I tried iptables forwarding but…
Aloha
  • 286
  • 4
  • 15
2
votes
1 answer

IIS 7.5 deployment's issue - WebApp won't load

Recently, I've been working on a new WebApplication (c# asp.net MVC 4 with VS 2013) and now is time to deploy it on my company's server (WS 2008 R2 SP1). The project is working fine under Visual Studio but when I deploy it (IIS 7.5) and go to…
MTEDField
  • 41
  • 6
2
votes
2 answers

Tracking IP through a socks5 proxy + RDP?

We were having some issues at work until we found that we are being attacked almost every day. The attacker seems pretty smart - at first he was always using proxy to hide his IP. With scanning I found that they were socks 5 proxy. The last week we…
piro
2
votes
6 answers

Is the sender's IP address shown in the transport header on messages sent through Gmail?

If someone sends an email from a gmail account, is it possible for me to trace the emailers IP address or does Google hide it?
Blankman
  • 2,891
  • 10
  • 39
  • 68
2
votes
3 answers

IIS ASP.Net Website - ManagedPipelineHandler

I am experiencing a strange issue. I have an ASP.Net web application that users Form Authentication. If I open the log-in page and there is a couple of minutes of inactivity, the log-in attempt times out or IE / FireFox display "Cannot display this…
Brennan Mann
  • 133
  • 1
  • 3
2
votes
1 answer

See full HTTP traffic in Tomcat logs

For debugging purposes, I need a way to see all HTTP traffic between our Tomcat installation and the test clients. How can I configure Tomcat to trace all HTTP traffic (and not just the headers)? We tried to sniff the traffic using Wireshark, but…
maayank
  • 123
  • 5