Microsoft Knowledge Base Email Alertz

The Window Media Server log may contain log entries where c-bytes are greater than sc-bytes. This implies that the client received more bytes than the server sent.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 293617 - Last Review: April 10, 2002 - Revision: 1.0

PRB: Window Media Server Log Shows Bytes Received is Greater Than Bytes Sent

This article was previously published under Q293617

SYMPTOMS

The Window Media Server log may contain log entries where c-bytes are greater than sc-bytes. This implies that the client received more bytes than the server sent.

CAUSE

There are cases where multiple log entries account for sc-bytes.

STATUS

This behavior is by design.

MORE INFORMATION

Windows Media Server logs a 408 disconnect containing the server statistics if it does not receive anything from the client for more than 30 seconds. This also resets the server-side statistics for the particular client.

In the case where a disconnect has not actually occurred, the streaming may complete and the client may post a log request with its client-side stats, but the server-side stats are re-initialized. The original bytes are not included in the total. The log entries must be patched together when this occurs.

In the following example, the 200 log entry makes it appear as though the client received more bytes than the server sent. The sum of sc-bytes for the 408 and the 200 log entry is approximately the total of c-bytes. This needs to be accounted for in billing systems that use these fields.
time      c-ip        c-status  sc-bytes  c-bytes
20:58:40  4.35.127.7  408       231017    -
20:59:48  4.35.127.7  200       228310    558068
					

APPLIES TO
  • Microsoft Windows Media Services 4.1
Keywords: 
kbprb KB293617
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate