WCF Performance Counter issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dev -

    #1

    WCF Performance Counter issues

    Hi,

    Iam monitoring the performance of WCF Application. I have added the WCF Counters ServiceModelEnd Point/Operation/Service. Of these three counters, when i start the perfmon the values for ServiceModelEnd Point and ServiceModelSer vice are logging in the perflogs. The ServiceModelOpe ration counters are alone not logging in the perflogs.

    Have anybody come across this kind of issue.

    Issue Faced:
    ------------

    Initially i went into an issue with the size allocated for these counters and added around '20000000' bytes to each counter( FileMappingSize attribute added against each counter in Registry) by analysing the application event errors logged thru event viewer.

    Referred this site:
    -------------------
    http://msdn.microsoft.com/en-us/libr...98(VS.85).aspx


    Still iam getting an issue like

    " Connect into shared memory was failed !
    Error code : 0x8007000e
    Error description : Not enough storage is available to complete this operation.

    Date: "" Source: WMIAdapter"

    Iam not able to fix this issue.

    Went through Another Approach:
    ------------------------------

    And so i moved the WCF service to another server, where i didnt get these kinds of memory issues on running the perfmon for this specific WCF Application. The Event's Logged are clean with no errors. Even then the ServiceModelOpe ration counters are not logged in the perflogs.

    Thanks in Advance.

    regards
    Ravan
Working...