also @ TechSpot: Building a Thin Mini-ITX PC: Small and Silent Performance

Program Monitoring

Discussion in 'Virus and Malware Removal' started by LordScythe, May 30, 2008.

  1. LordScythe Newcomer, in training Posts: 22

    Hey, is there a way to see the times that programs have been running until? For instance, a way to see that Firefox was open until 8:57 PM, then it was closed.
  2. jobeard TS Ambassador Posts: 12,221   +120

    SLR (Service Level Reporting) is a field of monitoring software that addresses many
    such questions on resource and program usage. It is for the Big Boys on massive infrastructures
    and VERY expensive.

    The concept is to monitor systems availability with probe software which operates as
    a client to a client/server model where the data is collected and analyzed.

    The hard part is collecting enough information to 'find Program X running' soon enough
    and then continue to monitor it until 'Program X is not running'.
    If you sample too infrequently, Program X can be started and run to completion before
    your next sample -- oops we missed it. Sample too frequently and the tool becomes a
    resource bottleneck -- oops, mea culpa :(
  3. kimsland Ex-TechSpotter Posts: 18,353

    Start-->Run-->Eventvwr.msc
  4. LordScythe Newcomer, in training Posts: 22

    how exactly can I use this to monitor any program?
  5. kimsland Ex-TechSpotter Posts: 18,353

    How exactly are going to monitor programs that were closed
  6. jobeard TS Ambassador Posts: 12,221   +120

    I believe the request is for a report like
    IE7 started 08:37 ended 16:52
    ie how long was a program running.

    To my understanding, translating Event info into one line entry per application is not
    possible from the event.log