-
Posted to
IIS.NET Site Feedback
by
nigeldude
on
11-07-2007, 12:26 PM
Can someone get all the forums content here to work correctly? Whoever is in charge of it? Personally I miss the old logparser site, and it seems to have lost all the great community of people that use to be there.
None of the forums work on this archive.
http://web.archive.org/web/20070508194107/http://www.logparser.com/
I am ...
-
Posted to
IIS.NET Site Feedback
by
nigeldude
on
11-07-2007, 12:23 PM
I cant seem to get any of the forums to display says not in the archive.
-
Posted to
IIS.NET Site Feedback
by
nigeldude
on
11-07-2007, 12:04 PM
Attachments to posts seem to all have been lost as well, is there a time frame to restore those?
Thanks,
nigel
-
Posted to
Advanced Topics
by
nigeldude
on
11-07-2007, 11:41 AM
Look into the top command and then sort in reverse order, so DESC.. I have used this before to capture the last 10 minutes of a log, the last line of a perfmon log that contains PPS users, so it give me the last line of the log file, which was last written so do a top 1, sort on date desc. I capture the information each minute, so this way I ...
-
Posted to
Advanced Topics
by
nigeldude
on
11-07-2007, 11:38 AM
[Application Type]
Wrap the name with [ ] should work.
-Nigel
-
Posted to
Output Targets
by
nigeldude
on
11-06-2007, 8:53 PM
This looks better actually:
chart.Plotarea.Interior.Color = RGB(40,80,120)
chart.Title.Font.Size=16
chart.Title.Font.Name="Trebuchet MS"
chart.GapDepth = 30
chart.GapWidth = 30
chart.ChartDepth = 75
chart.Rotation = 40
chart.Inclination = 0
chart.LightNormal = 0.8
chart.AmbientLightIntensity = 0.7 ...
-
Posted to
Output Targets
by
nigeldude
on
11-06-2007, 8:50 PM
make a chart_config.vbs file along with the -config option, I like the 40,80,120 colors below.
chart.Plotarea.Interior.Color = RGB(40,80,120)
chart.Title.Font.Size=16
chart.Title.Font.Name="Trebuchet MS"
chart.GapDepth = 30
chart.GapWidth = 30
chart.ChartDepth = 75
chart.Rotation = 76
chart.Inclination = 0 ...
-
Posted to
Output Targets
by
nigeldude
on
11-06-2007, 8:09 PM
Are these documents available somewhere?
Thanks,
Nigel
-
Posted to
Output Targets
by
nigeldude
on
11-06-2007, 6:59 PM
Do you have these documents available?
Thanks,
Nigel
-
Posted to
Output Targets
by
nigeldude
on
11-06-2007, 6:57 PM
Does someone have a good link to this document, the above link no longer works.
-Nigel