CFMX 7 Multiserver Conf Performance counters

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

  1. #1

    Default CFMX 7 Multiserver Conf Performance counters

    Hi,
    I am very new to Cold Fusion. I have seen many unreplied posts on ColdFusion
    Perfomance....I have CFMX 7 multiserver configuration running on Windows 2003
    IIS 6. I was trying to stress test CF applications running in multiserver
    environment. However, when I try to add the CF performance objects, I am not
    able to add them?? I read some documents and figured out that 'Enable
    performance monitoring' option is disabled in j2ee configuration.. From that I
    understand that multiserver config is indeed J2EE Config.. In that case how
    would I monitor the performance of CF apps running in multiserver
    configuration. I can only use LoadRunner for stress testing.. ..Please help!!!!
    Thnx
    Dabi123

    dabi123 Guest

  2. Similar Questions and Discussions

    1. Performance Counters on Windows Server 2003
      This is a new install of ColdFusion MX7 on Windows Server 2003. When I open up Performance Monitor in the Operating System I don't have any counters...
    2. CFMX 7 Multiserver mode setup
      Before I purchase support time from Macromedia/Adobe on this, I am hoping someone on here can answer my questions. I have a project that requires...
    3. Performance Counters - Access Denied??
      When I try the following piece of code, using a administrator's account, I get an error of access denied. Getting the counters for the local...
    4. CFMX 7 Poor Performance
      Has anyone experienced some massively poor performance from CF MX 7 and IIS 6 on a Windows 2003 box (Web Server Edition)? We went live with CFMX...
    5. Upgrade Multiserver CFMX 6.1 to CFMX 7
      Hi, We have a CFMX 6.1 (jrun 4 updater 5) multiserver installation + Apache. We'd like to upgrade to CFMX 7 multiserver installation. Our IT...
  3. #2

    Default Re: CFMX 7 Multiserver Conf Performance counters

    The reason is, as it says in the documentation, that there are no
    performance counters for the multiinstance only the standard install.
    There are several ways around this including monitoring the JRun thread
    from perfmon or using SNMP.

    robisen@gmail.com Guest

  4. #3

    Default Re: CFMX 7 Multiserver Conf Performance counters

    Do this. Edit your Jrun.xml to turn on logging. Then edit your logger
    to output all the diffrent performance settings you want and the
    collection time. Set the output log to csv. Restart the services. Do
    your testing.
    When your done look in the logs and you will see CSV's with all your
    performance data. You can then do analytics on that if you like.

    If you like ill blog something up about this but its pretty simple and
    straight forward.

    robisen@gmail.com Guest

  5. #4

    Default Re: CFMX 7 Multiserver Conf Performance counters

    I have searched and searched concerning the ability (or lack there of) to
    enable the performance monitoring option. There are a number of posts in the
    forums; all sorts of people with similar questions. Can someone from Cold
    Fusion PLEASE provide a clear answer on the missing "Enable Performance
    Monitoring" option?

    eroc Guest

  6. #5

    Default Re: CFMX 7 Multiserver Conf Performance counters

    If you want to monitor what CF is doing (be it a load test or day-to-day ops),
    you're going to need a Java performance monitor instead of Window's counters.
    Something like Compuware's Vantage or the basic JVMStat utility Sun created or
    even SeeFusion.

    Windows cannot look into the JVM to see what is _really_ going on.

    ke4pym 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