-
Posted to
General Discussion
by
NoobBoy
on
09-02-2008, 9:57 PM
Hi everyone!
I've taken this from the help manual.
SELECT TimeGenerated,
CASE SourceName
WHEN 'EventLog' THEN 'mark'
WHEN 'Service Control Manager' THEN 'daemon'
WHEN 'Print' THEN 'lpr'
WHEN 'Kerberos' THEN 'auth'
...
-
Posted to
General Discussion
by
NoobBoy
on
08-28-2008, 9:38 PM
Hi Joelangley!
Thanks for your reply! Greatly appreciated!
Currently I'm handling on a project that requires me to parse the Windows System CPU idle + RAM and C:\ space over to a 3rd party program that will help me monitor these logs and information.
How do I generate CPU idle , RAM and C:\ space available into event logs in ...
-
Posted to
General Discussion
by
NoobBoy
on
08-27-2008, 10:59 PM
Hi everyone!
I am new here, and I'm definitely new to using Log Parser. This is my first time using it and I know nothing about it. I tried reading the Help file which came together with Log Parser 2.2, but wasn't able to understand it well due to my ignorance.
Anyway, I need help parsing information of my Windows' CPU idle , ...