How can we measure the serialization overhead of custom classes in ASP .NET session when using an out of process session state provider - in this case Velocity distributed cache.
During load testing we see a lot of CPU consumption happening on the web servers, I was interested in getting some metrics related to the serialization aspect among other things before looking at optimizing the kind of objects we are stuffing in session.
Any help, pointers?