Article

geoffc's picture
article
Reads:

3053

Score:
0
0
 
Comments:

0

Finding the Last Item in DSTrace Live

Author Info

4 April 2007 - 2:21am
Submitted by: geoffc

(View Disclaimer)

Problem

When tracing anything in DSTrace via iMonitor, for example an Identity Manager driver problem of the like, often you will use the DSTrace Live option.

There is an odd side effect of DSTrace Live: when you double-click it, you will get the last few seconds of trace, in a shortened form. If you go to the DSTrace History link and click the last DSTrace item, you would expect to see the entire Dstrace history for the last 2-meg file, but the link is actually to:

https://serverIp.Address:8009/nds/trace/live 

which does not really help.

Solution

If you go to the second last item in the history list, you will see a URL like this:

https://serverIp.Address/nds/trace/history?file=trace110.htm 

Note the last part of the URL, the "?file=trace110.html". It turns out the file we need to get at is the next number in sequence. Therefore, in this case it's this URL:

https://serverIp.Address/nds/trace/history?file=trace111.htm 

When you replace "110" with "111", you get the last trace file, not just the last second or so that DSTrace Live is currently showing.


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell