What tasks are currently running?

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default What tasks are currently running?

    I have a system that involves quite a few CF programs that may run for several
    minutes. These are graphics generators, large file processors, as well as some
    lengthy database queries. Windows Performance Monitor often shows two or three
    CF tasks running with several more queued up.

    Is there any utility for displaying WHICH tasks are currently running? Maybe
    something in JRun?

    Thanks,
    Dave


    Dave Morris Guest

  2. Similar Questions and Discussions

    1. Coldfusion Scheduler Tasks running Twice in 7.02
      I am running CF 7.02 but am seeing the bug described in Bug #61272 which caused CF Scheduler tasks to be executed twice periodically. My...
    2. Scheduled Tasks not running
      We have a variety of scheduled tasks set up in our Cold Fusion Server Administration area. These tasks are set to run at a particular time on a...
    3. Scheduled Tasks Running Twice
      Does Cold Fusion have a bug causing scheduled task to run twice? I have been having a problem where my scheduled tasks run twice - sometimes 5...
    4. Scheduled Tasks Not Auto Running | CFMX 7 | RH AS 4
      We are running cfmx 7 on red hat linux advanced server 4. I have a scheduled task set to run every 1 minutes 1sec. I can run the task manually...
    5. background tasks without "scheduled tasks"
      I'm doing some work for a company that has an auction site running in coldfusion. They're not real happy with it, and it needs a major overhaul,...
  3. #2

    Default What tasks are currently running?

    I have a system that involves quite a few CF programs that may run for several
    minutes. These are graphics generators, large file processors, as well as some
    lengthy database queries. Windows Performance Monitor often shows two or three
    CF tasks running with several more queued up.

    Is there any utility for displaying WHICH tasks are currently running? Maybe
    something in JRun?

    Thanks,
    Dave


    Dave Morris Guest

  4. #3

    Default Re: What tasks are currently running?

    The easiest way is this:

    Log into the CFIDE
    Click to Debugging and Logging
    Click Log Settings
    Check "Enable logging for scheduled tasks "
    (Submit to save the setting)
    Click Log Files
    Select scheduler.log

    Any entries in there that started but haven't yet finished would be the ones
    still running.

    If you are on UNIX-based system, you can tail -f $CFROOT/logs/scheduler.log
    (much easier if you have that option), but you still have to make sure you
    enable the logging, as stated above.

    HTH;
    &laz;

    dlasley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139