Book Image

SignalR: Real-time Application Development - Second Edition

By : Einar Ingerbrigsten
Book Image

SignalR: Real-time Application Development - Second Edition

By: Einar Ingerbrigsten

Overview of this book

Table of Contents (19 chapters)
SignalR – Real-time Application Development Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
11
Hosting a Server Using Self-hosted OWIN
Index

Chapter 10. Monitoring

This chapter will show tools that exist to help you know what is going on in your SignalR-enabled system. Until now, SignalR has been a black box, which is fine until things start failing. Then comes monitoring that helps us pinpoint any problems. Monitoring allows you to look under the hood and get the facts about what is going on, thus helping you to diagnose your solution. Sometimes, it is not that obvious as to what causes a problem, especially when moving into a single page application development; this shift of looking at postbacks looks at the traffic between the server and the client. With the right tools and know-hows, this shouldn't be a problem.

In this chapter, we will cover the following topics:

  • Enabling tracing or logging

  • Using Fiddler and Charles

  • Enabling performance counters

  • Getting debug info into Visual Studio

  • Chrome Developer Tools