demo gerando eventos personalizados demo

Post on 07-Apr-2016

255 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Monitoração integrada de serviços e workflows com o Windows Server AppFabric e System CenterAPPI304

Gleisson BezerraServices ConsultantMicrosoft

Event Collection Service

demo

Configuração Básica

Bases de Dados

demo

System Center

ETW - Event Tracing for Windows

Gerando Eventos Personalizados

public double Divide(double n1, double n2) {

if (n2 == 0) { eventWriter.WriteErrorEvent("DivideByZero", string.Format("User passed in zero as the divisor. Dividend was {0}", n1)); throw new DivideByZeroException(); }

double ret = n1 / n2; eventWriter.WriteInformationEvent("DidDivideLogic", string.Format("{0}/{1}={2}", n1, n2, ret)); return ret; }

demo

Instrumentação do Código

Conteúdo RelacionadoBreakout Sessions (session codes and titles)

Interactive Sessions (session codes and titles)

Hands-on Labs (session codes and titles)

Product Demo Stations (demo station title and location)

Related Certification Exam

Find Me Later At…

Palestras RelacionadasAPPI302 – Hospedagem de Serviços e Workflows com Windows Server AppFabric

APPI303 – Aplicações de alto desempenho e Cache Distribuído com o Windows Server AppFabric

Recursos

Recursos para IT Pros

Recursos para Desenvolvedores

http://technet.microsoft.com/pt-br

http://msdn.microsoft.com/pt-br

Getthefreemobileappforyourphonehttp://gettag.mobi

Getthefreemobileappforyourphonehttp://gettag.mobi

Não esqueça de preencher sua

avaliação onlinewww.teched.com.br/

avaliacao

Getthefreemobileappforyourphonehttp://gettag.mobi

© 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

top related