<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?&#x27; in forum &#x27;AT&#x26;T Midwest&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25626981</link>
<description></description>
<language>en</language>
<pubDate>Tue, 18 Jun 2013 02:12:05 EDT</pubDate>
<lastBuildDate>Tue, 18 Jun 2013 02:12:05 EDT</lastBuildDate>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26519459</link>
<description><![CDATA[d_l posted : Something funny showed up when I made my monthly check to see if AT&T was measuring my usage yet:<br><br><blockquote>Current High Speed Internet Data Usage Details<br><br>Note: You do not have DSL Internet service on this account, so there is no usage to measure.<br></blockquote><br><br>They certainly know that they must bill me for my DSL service and that monthly charge is shown elsewhere on their management site.  So I guess I have unlimited DSL bandwidth by default.  :)<br><small>--<br><A HREF="http://www.tceweather.com">TCE Weather</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26519459</guid>
<pubDate>Sun, 06 Nov 2011 10:39:06 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26418859</link>
<description><![CDATA[anon posted : dude I said this 7 months ago!<br><br>&raquo;<A HREF="/forum/r25642260-">Re: AT&T usage meter -- is yours as wildly inaccurate as mine?</A><br><br>They are totally counting ATM transport....it's major BS!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26418859</guid>
<pubDate>Tue, 11 Oct 2011 17:53:38 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26418701</link>
<description><![CDATA[cheetahfox posted : I have also been trying to figure-out what exactly is going on with the usage meter.  And I think I have an answer for at least some people.  The short answer, if you have older dsl(not Uverse) in most cases this dsl is using ATM(Asynchronous Transfer Mode) to transport the Layer 2 PPPoE between the DSLAM and your DSL modem/router.  This adds about 20% overhead to your Internet Traffic.  AT&T seems to be measuring the raw usage including this overhead which is why for some people the numbers on the usage meter are off by about 20%.  <br><br>I would like to point-out that this extra overhead only exists between the DSLAM and the DSL modem/router.  To give you an idea just how much this effects things... those of us with older DSL where AT&T is including this ATM Overhead in the usage meter means that we hit our 150GB data cap after only about 120GB's of actual Internet traffic which hardly seems fair to me.<br><br>The Long answer with detailed data and examples follows.  I am going to assume that you if are still reading this you want to know why exactly this is happening.  Before I dig into the gritty details, some background information is needed.  To transmit data on the Internet all data is broken into IP(Internet protocol) packets.  When using Ethernet the maximum amount of data in an Ethernet frame is 1500 bytes.  When using PPPoE( PPP over Ethernet) you have to add a 8 byte header to the IP packet.  So this limits the maximum IP packet size to 1492 bytes.  The Ethernet frame also has 18 bytes of header.  The math will get complex below but if you don't know these basics don't think you will follow the stuff below...<br><br>Since traditional DSL uses ATM as the transport; ATM breaks data into 53 byte cells(basically very small packets).   Each cell has a 5 byte header and 48 bytes of data.  The total overhead of using ATM is complicated by a more than just this header on each cell.  Each PPPoE packet has to be encapsulated in what is called a LLC/SNAP header(Also known as RFC1483 encapsulation).  This SNAP header adds a 8 byte header to the packet.  But it doesn't end there because SNAP requires AAL5.  AAL5 adds a 8 byte trailer to the last 8 bytes of the last cell in the AAL5 packet.  After all of that you also have to add the 8 bytes of overhead for running PPPoE.  And the 18 bytes for the Ethernet header.  This total packet is called a PDU in ATM networking terms.  It's this PDU that gets split up into ATM Cells.  And each cell can carry only 48 bytes of the PDU.   <br><br>So this is quite a bit of overhead per IP packet... lets add it up.<br><br>5 bytes of ATM header for every 48 bytes of IP data + 8 bytes of SNAP/llc header +  a 8 byte aal5 trailer in the last ATM cell + any needed padding in the last ATM cell + 8 bytes for PPPoE + 18 bytes of Ethernet header = total minimum overhead is 29 bytes.<br><br>In reality, even this isn't correct because the minimum IPv4 packet size is 20 bytes so when you add up all of the overhead you would need to have at least 2 ATM Cells(one of which would have some padding in it) to carry packet to the DSLAM. <br><br>So since packet size effects the amount of overhead ATM causes let me give you a few examples... a 64 byte IP packet, a 578 byte packet and a normally max size(if you are running PPPoE) 1492 byte IP packet.<br><br>--- 64 byte IP packet ---<br><br>64 byte IP packet + 8 byte PPPoE header + 18 byte Ethernet Header + 8 byte SNAP/LLC header + 8 byte AAL5 trailer =  106 bytes to be transmitted via ATM Cells.<br><br>106 bytes / 48 bytes = 2 with a remainder of 10 <br>This means we need three ATM cells to carry this data.  The first 2 cells will carry 48 bytes of data each.  But the last cell will have 10 bytes of data(2 bytes + the 8 byte AAL5 trailer) and 38 bytes of zero padding.  <br><br>So for these three ATM cells we will have 15 bytes of ATM header + 38 bytes of padding.<br><br>Total data usage to transmit a 64 byte IP packet is 159 bytes on the ATM Network.   Or 148.4% overhead.  <br><br>-- 578 byte IP Packet --<br><br>578 byte IP Packet + 8 byte PPPoE header + 18 byte Ethernet Header + 8 byte SNAP/LLC header + 8 byte AAL5 trailer = 620 bytes to be transmitting via ATM cells<br><br>620 bytes of PDU fit into 13 ATM cells(65 bytes) + 4 bytes of zero padding.<br><br>So a 578 byte IP packet transmitted to the DSLAM uses 689 bytes total.  Or 19.2% overhead.<br><br>-- 1492 Byte IP Packet --<br><br>1492 byte IP Packet + 8 byte PPPoE header + 18 byte Ethernet Header + 8 byte SNAP/LLC header + 8 byte AAL5 trailer =  1534 bytes to be transmitted via ATM cells.<br><br>1534 bytes of PDU fit into 32 ATM cells(160 bytes) + 10 bytes of zero padding. <br> <br>So a 1492 byte IP packet transmitted to the DSLAM uses 1702 bytes total.  Or 14.0% overhead.<br><br>So you can see that as the packets get larger in general you have a lower overhead percentage.  In the real world most you tend to have a mix of large data packets and small reply packets.  So for most Internet traffic you see about 20% overhead from using an ATM transport.  <br><br>In my case I have been monitoring my usage since September 27'th which is when the month rolls over for me.  I have been using SNMP to monitor traffic usage on the Ethernet interface connected to my Speedstream 5100 Dsl modem(running in bridge mode).  <br><br>I went on Vacation on October the first which gave me a nice a clear line of no activity.  This allows me to look at great detail the first 4 days of usage.  I intentionally used greater than normal usage on the 27'th and 30'th just so I could show bigger numbers.   I expected to see about a 20% difference but I wanted to difference to be Gigabytes not just a few hundred Megs...  So here are my raw numbers + formatted numbers.<br><br>Raw data counters on 9-27<br>IF-MIB::ifHCInOctets.6 = Counter64: 165559800409<br>IF-MIB::ifHCOutOctets.6 = Counter64: 24971968830<br><br>Raw data counters on 10-7<br>IF-MIB::ifHCInOctets.6 = Counter64: 176707635191<br>IF-MIB::ifHCOutOctets.6 = Counter64: 26849034117<br><br>total for the month so far.<br><br>	Download 	11,147,834,782 bytes = 10.382 GB<br>	Upload		1,877,065,287  bytes =  1.748 GB<br>	Total	12.13 GB<br><br>AT&T shows...<br>                      Down	Up	Total<br>10/07/2011 	0.01 	0.01 	0.02<br>10/06/2011 	0.01 	0.01 	0.02<br>10/05/2011 	0.01 	0.01 	0.02<br>10/04/2011 	0.01 	0.01 	0.02<br>10/03/2011 	0.01 	0.01 	0.02<br>10/02/2011 	0.01 	0.01 	0.02<br>10/01/2011 	0.01 	0.01 	0.02<br>09/30/2011 	4.20 	0.53 	4.73<br>09/29/2011 	0.54 	0.19 	0.73<br>09/28/2011 	0.79 	0.21 	1.00<br>09/27/2011 	6.47 	1.38 	7.85<br>       Totals 	12.07 2.38 14.45   <br><br>So they say I used 14.45 GB this month when I really only have used 12.13 GB total.  In other words, it looks like they are adding about 19.12% overhead to every Gigabyte I transfer. <br><br>This overhead is only on the ATM connection between my DSL modem and the DSLAM.  I don't feel that it's legitimate to count this traffic that doesn't go any father than that.  For instance... all of the above stuff about ATM overhead isn't valid for Uverse service as it uses VDSL and they don't use ATM as a transport between the DSLAM and VDSL modem/router.  This means that the raw numbers from the DSLAM would only be off by 1-2% from the Internet IP traffic from a customer.  Nowhere on AT&T's website does it say that if you have older service expect to receive a 20% surcharge on the usage meter.  Nor does it say that you really can only transfer 120GB of traffic from the Internet and not 150GB as they claim.  <br><br>For other people where the usage numbers are off more or less than ~20% I can't explain that.  It is possible that AT&T has data collection problems for some users.  But at least in my case the numbers do look correct if you assume they are also counting ATM overhead.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26418701</guid>
<pubDate>Tue, 11 Oct 2011 17:09:59 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26178757</link>
<description><![CDATA[justind posted : I think mine is broken. As you can see it went down a lot, although the 2 60gb months are what I would consider average usage for me. I don't see how 20gb can be accurate for July, and my usage for August is currently at 0.00 gb, which also can't be accurate because I started streaming more video once I saw that I had some overhead on the cap. Anyone else's like this? Seems like it happened around the time they changed the usage page.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/26178757?c=1676293&ret=L2ZvcnVtL3IyNTY4NDU1OC54bWw%3D"><IMG class="apic" BORDER=0 TITLE="89241 bytes" WIDTH=600 HEIGHT=327 SRC="/r0/download/1676293.thumb600~24c0b252913a9a0a6583010a86c142ca/Flash.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26178757</guid>
<pubDate>Mon, 08 Aug 2011 12:13:03 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26154539</link>
<description><![CDATA[Edgemeal posted : Only one PC here and no way to see bytes from router or modem so I wrote an app (in VB10) that gets the bytes sent/received per second from my LAN card.<br><br>In order for my app to match what ATT is saying I'm using the app divides the daily usage byte values by 980 instead of say 1024 or 1000. I guess its due to overhead/re-transmissions, or they can't add properly?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26154539</guid>
<pubDate>Mon, 01 Aug 2011 16:49:49 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26144747</link>
<description><![CDATA[dave sz posted : Security purpose? How so?<br>It just makes those close to the limit paranoid.<br>Either way, checked it now to see what my usage was in the last 4 days of the cycle, and it looks like none of it was counted or the data they showed up to that point was incorrect. I was at 109gb with 5 days left and it shows 109gb after the term ended.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26144747</guid>
<pubDate>Fri, 29 Jul 2011 12:57:41 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26142446</link>
<description><![CDATA[bbear2 posted : <div class="bquote"><said>said by <a href="/profile/403356" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=403356');">dave sz</a>:</said><p>Finally works again. Still 4 days behind. Still useless for the last week of every cycle as I'm usually pretty close to the limits.<br> </p></div>I believe the 4 days behind is for security purpose and by design.  The electric company does the same with online power meters. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26142446</guid>
<pubDate>Thu, 28 Jul 2011 19:14:20 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26139399</link>
<description><![CDATA[dave sz posted : Finally works again. Still 4 days behind. Still useless for the last week of every cycle as I'm usually pretty close to the limits.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26139399</guid>
<pubDate>Wed, 27 Jul 2011 23:57:35 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26139194</link>
<description><![CDATA[slyborg posted : My meter has been dead for about a month now. Just stopped updating, and when the new and "improved" one came up, still no joy. I assume the usage collection is continuing, because after the the summary stopped updating, I could still see the daily data.<br><br>Now, with the cool new page, I can't see any detail usage, and I get AT&T ads...yet for some reason I feel no desire to buy more of this quality AT&T service... (`_`)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26139194</guid>
<pubDate>Wed, 27 Jul 2011 22:39:40 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26135231</link>
<description><![CDATA[bbear2 posted : <div class="bquote"><said>said by <a href="/profile/403356" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=403356');">dave sz</a>:</said><p>Can someone explain to me why the status page is different every week?  </p></div>Because it's AT&T and they can and they do.   :p]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26135231</guid>
<pubDate>Tue, 26 Jul 2011 23:40:21 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26134805</link>
<description><![CDATA[dave sz posted : Can someone explain to me why the status page is different every week? My login info no longer works as when I enter the user name I used before it now says I need to enter the cell number. Of course when I do that it says the cell is not authorized to see this info.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26134805</guid>
<pubDate>Tue, 26 Jul 2011 21:41:30 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26130398</link>
<description><![CDATA[bbear2 posted : Well just because their website says it, doesn't mean they do it  :huh: - for that to happen it would mean that their marketing types would have to talk to their software guys who wrote the program.   But your post is coincidentally interesting nonetheless.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26130398</guid>
<pubDate>Mon, 25 Jul 2011 21:11:34 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26129061</link>
<description><![CDATA[ddeisz posted : It's ironic that what you imply as generosity on AT&T's part is less than the amount that AT&T is over-reporting on my account each month...<br><br>This cycle - 5GB difference so far between AT&T and dd-wrt<br>Last cycle - 14GB difference between AT&T and dd-wrt<br>Prior cycle - 16GB difference between AT&T and dd-wrt<br><br>And that's without going over the cap for those billing cycles.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26129061</guid>
<pubDate>Mon, 25 Jul 2011 15:52:53 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26121557</link>
<description><![CDATA[bbear2 posted : For all those complaints about this at least they are counting 1GB = 1024MB and 1MB at 1024KB vs. 1GB=1,000,000,000B ; this is per the historical usage page.  If you do the math, for the 150GB/month plan that amounts to 11,061,273,600  bytes additional you get by calculating this way.  And for the 250GB/month plan it amounts to 18,435,456,000 additional bytes per month.<br><br>1K.....1,024................1,000<br>1M.....1,048,576..........1,000,000<br>1G.....1,073,741,824.....1,000,000,000]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26121557</guid>
<pubDate>Sat, 23 Jul 2011 02:36:58 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26120693</link>
<description><![CDATA[NormanS posted : <div class="bquote"><said>said by <a href="/profile/1693367" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1693367');">tekwyzrd</a>:</said><p>There's no way I was transferring almost 1 GB per day with a 224k connection.<br> </p></div>224 kb/s? Have you actually done the math?<br><br>60 seconds to the minute.<br>60 minutes to the hour.<br>24 hours to the day.<br><br>Your multiplier should be: 60*60*24 ... comes to 86,400 seconds.<br><br>19,353,600,000 bits per day? Is that more, or less than 1 GB.<br><small>--<br>Norman<br>~Oh Lord, why have you come<br>~To Konnyu, with the Lion and the Drum</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26120693</guid>
<pubDate>Fri, 22 Jul 2011 20:13:42 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26120509</link>
<description><![CDATA[FBecht posted : Open?! AT&T... NEVER. They lie, cheat and steal with every breath, Ma Bell is Back with a Vengeance  !<br>I got the email about the caps, tried it once - seemed high. Today I tried again, same address they supplied and... NOTHING! Get an error message:<br><br>Current High Speed Internet Data Usage Details<br><br>USG310: We are sorry, but we are unable to display your Internet usage.You must access this tool using your primary AT U-verse or DSL account.Please try again.<br><br>Is that BS or what. Forget support - they heard you to a useless forum that would be more at home on Facebook. Your other option is live chat (right) or CALL THEM - and wait 45 minutes for someone to answer.<br><br>It's getting worse folks, and our options for HS DSL are getting smaller. Now, just where can I go?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-26120509</guid>
<pubDate>Fri, 22 Jul 2011 18:58:43 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25927537</link>
<description><![CDATA[NWTSCL posted : Right. Certainly, countless users would be satisfied if AT&T was open about what they are doing. Give an honest explanation about the variances that we are seeing.  Explain what, where, and how.  Don't hide it. Will they be open? I'm not holding my breath. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25927537</guid>
<pubDate>Tue, 31 May 2011 18:26:21 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25926176</link>
<description><![CDATA[anon posted : My usage meter has been stuck since the 26th. What bugs me, besides the cap is that it's four days behind, so you can't really judge how much Internet you're using. For instance if I'm at 132g at 5/26 then it's 5/31 I can't really tell how much I've downloaded.<br><br>I can keep track myself, but my usage meter is way off compared to what I figure. I can't figure out how I uploaded half a gb when my computer wasn't even on for one day. I guess it must be timing. Perhaps they don't use a midnight to midnight range or something]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25926176</guid>
<pubDate>Tue, 31 May 2011 13:32:25 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25924157</link>
<description><![CDATA[NWTSCL posted : When cable started placing caps some 5 years ago, they were at 250 GB.  For AT&T to cap at 100 GB lower they must be saying that their infrastructure is much worse than cable was back then.<br><br>My modem and router (separate pieces of hardware) have data meters that are showing very similar amounts. Yet AT&T's is consistently higher by some 15-20%. They need to be open about what data they are collecting, how they are measuring it, and where in the infrastructure they are measuring. Openness is the only way their customers will trust them.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25924157</guid>
<pubDate>Tue, 31 May 2011 00:04:22 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25923425</link>
<description><![CDATA[anon posted : We just blew past our 150 limit this month, the past two months though we've been significantly under.  This month though since all the TV shows have been ending, we've been watching a lot more hulu and netflix streaming.<br><br>I installed Netlimiter on my HTPC to see how much bandwidth it used to stream a movie and we watched one.  It came in at 1.3GB for 90 minutes.  So that's going to be a significant impact.<br><br>However I also have no doubt that ATT is over billing.  Or rather from a consumers point of view we're using X amount and from their point of view we're using Y amount because they're taking into account re-transmissions because of their crappy network and ATM/PPoE overhead as others have already said.  There could also be inaccuracy in their metering as well.<br><br>There already is a class action lawsuit goign on against ATT for their caps.  There's no reason why DSL is locked at 150 when the same 6mbps service on U-Verse internet only service gets 250.  They're using it to force heavy bandwidth users into a different service.  So hopefully this lawsuit goes someplace.  If they are overbilling though, there's no doubt the techies out there are going to uncover it.  We don't live in a day and age where they can get away with that kind of stuff anymore, but i'm sure they'll try to until they get their knuckles slapped by the FCC or someone.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25923425</guid>
<pubDate>Mon, 30 May 2011 19:36:33 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25922262</link>
<description><![CDATA[tekwyzrd posted : I find it disturbing that the usage meter for my account shows almost 10 GB of data for the two week period of May 12th - May 26th since during this period the connection speed was often 224k due to the bad wires. It's nowhere near the cap but even so I think it shows the meter is inaccurate. There's no way I was transferring almost 1 GB per day with a 224k connection. A large portion is probably retransmission of data lost due to dropped connections and noise. With this metered data use increased line noise means more lost data and more data transferred.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25922262</guid>
<pubDate>Mon, 30 May 2011 13:03:21 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25915590</link>
<description><![CDATA[jadebangle posted : <div class="bquote"><said>said by <a href="/profile/737897" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=737897');">dslwanter</a>:</said><p>"Maintenance In Progress<br><br>AT&T is continually working to improve our internet site for our customers. As part of this ongoing effort, we are currently doing maintenance. We apologize for this inconvenience and ask that you please try back again later."<br><br>What a joke.<br> </p></div>the cap is in place and u're scared<br>scared of more pay?<br>scared of meter bar?<br>you're so funny<br>baaa baaa baaa!<br>lol<br> :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25915590</guid>
<pubDate>Sat, 28 May 2011 08:50:16 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25912676</link>
<description><![CDATA[dslwanter posted : "Maintenance In Progress<br><br>AT&T is continually working to improve our internet site for our customers. As part of this ongoing effort, we are currently doing maintenance. We apologize for this inconvenience and ask that you please try back again later."<br><br>What a joke.<br><small>--<br>Yeah, it's kind of like that.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25912676</guid>
<pubDate>Fri, 27 May 2011 11:45:33 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25912358</link>
<description><![CDATA[anon posted : Funny, caps have been in place since May 2, 2011 and Texas can't see their usage down here. "Under construction and don't worry about it" the page says.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25912358</guid>
<pubDate>Fri, 27 May 2011 10:39:02 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25897623</link>
<description><![CDATA[anon posted : Mine is completely broken this week - it appears that no data has accumulated for two weeks or something is otherwise wrong with the meter.<br><br>Calling AT&T and speaking to several people left me with a few very weird conversations about the future of the metering, and I'm really hesitant to post the things I heard AT&T reps say because some of the stuff was pretty out there. People are NOT happy with the caps or the metering.<br><br>I'm just going to send a polite certified letter to the OOP and see what (if anything) happens to fix my meter. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25897623</guid>
<pubDate>Mon, 23 May 2011 21:30:54 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25896504</link>
<description><![CDATA[NormanS posted : <div class="bquote"><said>said by <a href="/profile/1776989" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1776989');">gvd</a>:</said><p>In <b>the very first post of the thread</b> I said that I was running dd-wrt.  Don't know where your problem lies.<br> </p></div>Probably in the fact that I was replying to 'sotxbill', who was commenting on my comment about my rig, and what it was measuring.<br><small>--<br>Norman<br>~Oh Lord, why have you come<br>~To Konnyu, with the Lion and the Drum</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25896504</guid>
<pubDate>Mon, 23 May 2011 15:38:20 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895993</link>
<description><![CDATA[gvd posted : <div class="bquote"><said>said by <a href="/profile/314530" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=314530');">NormanS</a>:</said><p>Tomato? DD-WRT? I can't run them on my D-Link DIR-655!. All I get is how many <B>packets</B> are sent/received. In case you are not aware, not all routers have Tomato, or DD-WRT installed. Even those that are capable of flashing those firmwares; many don't bother. Which is why I asked for context.  Until you brought up those custom router firmwares, there was no context to understand your statement.<br> </p></div>In <b>the very first post of the thread</b> I said that I was running dd-wrt.  Don't know where your problem lies.<br><br>There is no universal multiplier that anyone can give you that will magically convert packets to number of bytes.  Packets can be anywhere from 1 to 1492 bytes, and the average is <i>who knows</i> because it varies explicitly based on <i>your specific traffic</i>.<br><br>The upshot is that your equipment doesn't have the ability to measure what <i>you want</i> it to measure.  You either need to change the equipment, change the software that's running on it (if possible), or find some other way to measure your traffic.  No-one said it'd be easy, and no-one owes you an easy solution except yourself.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895993</guid>
<pubDate>Mon, 23 May 2011 13:44:39 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895899</link>
<description><![CDATA[anon posted : My At&T broadband meter is showing 2x the usage per week than my modem is/does. I wouldn't consider 76-250 gigs a heavy user it's when they get to about 500 gigs to terabytes that they should consider someone a heavy user. you have to consider that movies are about 4 gigs in size and some software is near 10 gigs in size, not to mention the many software patches that some software requires to work which can be up to many gigs in size. All AT&T wants is more money and if they have to screw the consumer to do than so be it they don't care.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895899</guid>
<pubDate>Mon, 23 May 2011 13:21:19 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895697</link>
<description><![CDATA[NWTSCL posted : I'm actually on the west coast, but I'm seeing the same thing here. I'm running DD-WRT, which shows data usage. My modem (Speedstream 5100) shows it as well.  The meters on both show very similar numbers.<br><br>Yet AT&T's meter is overstating usage every week, by as much as 6 GB each week.<br><br>I have called AT&T to discuss this several times.  Each time, every person (tier 1 & tier 2) say that they aren't aware of AT&T's meter.  But after showing it to them and discussing it further, they insist that AT&T's meter is absolutely correct.  Interesting how they can go from not knowing about it to believing it is 100% accurate within a few minutes.<br><br>I asked them to explain how both my router and modem (which they gave me and has firmware that AT&T altered) can say one amount, yet their own meter is very different, but they have no real answer every time. <br><br>And isn't it amazing how their meter ALWAYS over-states usage, never under-states?  Sounds exactly like their cellphone data usage.  There is a lawsuit pending about their cell phone inaccuracies. Only a matter of time before one exists about broadband internet too. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25895697</guid>
<pubDate>Mon, 23 May 2011 12:28:20 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25761039</link>
<description><![CDATA[wings10 posted : I agree. I thought I was a heavy user. We do game, download and stream Netflix. But with an average of 76GB  used in a month. <br><br>We are not on the internet 24/7 or streaming/downloading/uploading or running servers 24/7. That is not normal use.<br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25761039</guid>
<pubDate>Tue, 19 Apr 2011 15:53:17 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759781</link>
<description><![CDATA[NormanS posted : <div class="bquote"><said>said by <a href="/profile/403356" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=403356');">dave sz</a>:</said><p>I find it hard to believe that 95% of all households, or whatever ATT used for their stats, would not come close to the cap.<br> </p></div>It's 97%. And I have reason to believe it. I am a heavier user than most I know, but my averages appear to be 50% to 66% of the 150 GB cap.<br><br>Figure it is the true technophile who watches TV shows delivered by Netflix. Everybody I know watches TV delivered by AT&T (U-verse), Comcast, or satellite. One, who has a home network, doesn't even have file sharing set up on the LAN. When I ask, I get a blank stare, and am asked, "Why share my files?"<br><small>--<br>Norman<br>~Oh Lord, why have you come<br>~To Konnyu, with the Lion and the Drum</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759781</guid>
<pubDate>Tue, 19 Apr 2011 11:22:30 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759700</link>
<description><![CDATA[wings10 posted : I am not into sports. Just the Bears games and I can catch them in HD on Dish or HD OTA.  ;)<br><br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759700</guid>
<pubDate>Tue, 19 Apr 2011 11:04:56 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759394</link>
<description><![CDATA[Joe12345678 posted : you can get AT&T Directv and Get MLB network, CSN Chicago HD full time / ALL CSN Chicago + games in HD Real MRV (not that 2 tuner DRV driving 2 tv with 1 in SD) Lower Box rent costs only $6 per box after box one for any box. Free HD with AT&T combined billing.<br><br>also on Dish you need 120+ to get RSN's and TOP 250 to get VS.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25759394</guid>
<pubDate>Tue, 19 Apr 2011 09:32:43 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25757029</link>
<description><![CDATA[wings10 posted : <div class="bquote"><said>said by <a href="/profile/403356" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=403356');">dave sz</a>:</said><p>Sorry to take it a bit OT but how has your DISH bill been? Over the last year, ours went up by some $30 from credits and such "expiring". Unfortunately, comcast is our only real alternative.<br> </p></div>$44.99 (No Tax) a month for Americas 120 package w/ Cinemax and HD channels free for life. It was $39.99 but there was a price increase not to long ago of $5. Price frozen until 2013. Been on Dish since 2004. I was on DirecTV from 1997 - 2004. Both good.<br><br>This includes a Dual Tuner Receiver in which you can connect 2 TV's. $7 for the 3rd and each additional TV.<br><br>Free Cinemax and HD for life is because signing up for paperless billing and autopay.<br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25757029</guid>
<pubDate>Mon, 18 Apr 2011 17:07:26 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25756660</link>
<description><![CDATA[dave sz posted : Sorry to take it a bit OT but how has your DISH bill been? Over the last year, ours went up by some $30 from credits and such "expiring". Unfortunately, comcast is our only real alternative.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25756660</guid>
<pubDate>Mon, 18 Apr 2011 15:46:06 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25747298</link>
<description><![CDATA[wings10 posted : <div class="bquote"><said>said by tough joe :</said><p>Do you need the full package or can you just get u-verse for internet only?  Dont want uverse for television....<br> </p></div>I just have U-verse HSI/Voice.<br><br>I have Dish. ;)<br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25747298</guid>
<pubDate>Fri, 15 Apr 2011 19:32:35 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25747240</link>
<description><![CDATA[dave sz posted : Nope, no uverse in my neighborhood. Will be moving within the year so not all hope is lost.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25747240</guid>
<pubDate>Fri, 15 Apr 2011 19:15:47 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25746867</link>
<description><![CDATA[anon posted : Do you need the full package or can you just get u-verse for internet only?  Dont want uverse for television....]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25746867</guid>
<pubDate>Fri, 15 Apr 2011 17:44:27 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25745492</link>
<description><![CDATA[wings10 posted : <div class="bquote"><said>said by <a href="/profile/403356" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=403356');">dave sz</a>:</said><p>Holy crap. I guess playing xbox live, streaming a movie, and streaming some songs uses up 70GB in 11 days.  </p></div>Seems the U-verse 250GB cap will work out better for you. If you can get it? It's the same costs as DSL. Infact I saved switching to U-verse. I was paying $35 for Elite for 12 months before going to the $40 price. Switching to U-verse got me Elite for $19.95 a month for 12 months. :)<br><br>(and the extra 100GB)<br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25745492</guid>
<pubDate>Fri, 15 Apr 2011 12:28:34 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25729726</link>
<description><![CDATA[dave sz posted : Holy crap. I guess playing xbox live, streaming a movie, and streaming some songs uses up 70GB in 11 days. I didn't think my usage would ever hit the cap but looking at it now, the caps are simply ridiculous. I find it hard to believe that 95% of all households, or whatever ATT used for their stats, would not come close to the cap. I even asked my friend who lives with her dad about her usage, and all she does is check emails before bed while he streams news from japan and reads a few articles and they are a bit further ahead then me according to their router.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25729726</guid>
<pubDate>Mon, 11 Apr 2011 22:29:52 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25723333</link>
<description><![CDATA[anon posted : If they over charge for a service and its discoverd they did (with the tech savy community that exists today)  there will be a class action lawsuit.  Plenty of lawyers out there to take them on...<br>I still have faith they wouldnt do that and would correct any meters that gave inaccurate totals.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25723333</guid>
<pubDate>Sun, 10 Apr 2011 12:15:23 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25720995</link>
<description><![CDATA[anon posted : <div class="bquote"><said>said by tough joe :</said><p>I suspect that since att has not ACTUALLY started charging for over use, they are still tweeking their monitors.  It makes sense.  Afterall, if they over charge their customers using their own monitoring system and it turns out their monitoring system is faulty, Id smell a nice class action lawsuit.  And im sure they dont want that.<br> </p></div>HAHAHAHAHA *gasp* HAHAHA you mean other than billing based on DSLAM stats that include ATM and PPPoE overhead? Or what about all the over utilized OC3s they have out there that cause packet loss and retransmissions? They're saving money by not investing in the network and then double dipping by charging people for packets lost due to them.<br><br>AT&T and "making sense" are two terms that don't belong in the same sentence. All you have is a bunch of bean counting managers sitting around trying to rethink possible about how to con your average knucklehead joe out of his last nickel.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25720995</guid>
<pubDate>Sat, 09 Apr 2011 16:08:43 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25720728</link>
<description><![CDATA[anon posted : My usage according to the att site is around 30 - 33 gigs.  Although for the past several weeks, Ive been unable to access the myusage as it now states "We're sorry, but we're unable to display your Internet usage at this time.  Please try again later"<br><br>I suspect that since att has not ACTUALLY started charging for over use, they are still tweeking their monitors.  It makes sense.  Afterall, if they over charge their customers using their own monitoring system and it turns out their monitoring system is faulty, Id smell a nice class action lawsuit.  And im sure they dont want that.<br><br>I suspect this will all be resolved before the usage charges kick in.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25720728</guid>
<pubDate>Sat, 09 Apr 2011 14:39:11 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25717348</link>
<description><![CDATA[NormanS posted : <div class="bquote"><said>said by <a href="/profile/1776989" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1776989');">gvd</a>:</said><p><div class="bquote"><said>said by <a href="/profile/314530" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=314530');">NormanS</a>:</said><p>Could you add a little more context? Or are you saying that all TCP/IP packets are of a uniform size, so I can assume that a common multiplier, such as 1500x, will suffice?<br> </p></div>What are you talking about?  Tomato, DD-WRT, etc. measure input and output <I>in bytes</i>.  Packet size is useless trivia when you're summing the number of bytes in each packet!<br> </p></div>Tomato? DD-WRT? I can't run them on my D-Link DIR-655!. All I get is how many <B>packets</B> are sent/received. In case you are not aware, not all routers have Tomato, or DD-WRT installed. Even those that are capable of flashing those firmwares; many don't bother. Which is why I asked for context. Until you brought up those custom router firmwares, there was no context to understand your statement.<br><small>--<br>Norman<br>~Oh Lord, why have you come<br>~To Konnyu, with the Lion and the Drum</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25717348</guid>
<pubDate>Fri, 08 Apr 2011 15:27:25 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25715164</link>
<description><![CDATA[gvd posted : <div class="bquote"><said>said by <a href="/profile/314530" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=314530');">NormanS</a>:</said><p>Could you add a little more context? Or are you saying that all TCP/IP packets are of a uniform size, so I can assume that a common multiplier, such as 1500x, will suffice?<br> </p></div>What are you talking about?  Tomato, DD-WRT, etc. measure input and output <I>in bytes</i>.  Packet size is useless trivia when you're summing the number of bytes in each packet!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25715164</guid>
<pubDate>Fri, 08 Apr 2011 04:31:59 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25715044</link>
<description><![CDATA[maiku84 posted : Mine is definitely off by somewhere around 400MB a day in total.  Given that I rarely do much in the way of uploading, I'm not sure why my upload is at like 300MB a day; bandwidth monitoring software shows it at somewhere like 100MB a day on average.  Download is generally around 200MB off as well.  Granted, some of this could be from other devices, but I'm the only "heavy" internet user in the household.  Checking my router's stats for other devices while online, the other members of the household use somewhere around 30-50MB a day compared to my 2-3GB downstream (watching streams on livestream and justin.tv during the day accounts for pretty much the entirety of this).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25715044</guid>
<pubDate>Fri, 08 Apr 2011 02:27:10 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25713799</link>
<description><![CDATA[d_l posted : It would be nice if everyone could check their bandwidth usage.  With only three weeks to go before Cap Day, some of us STILL have no "official" measurement of previously used bandwidth <br><br>Geez, get the lead out AT&T!<br><small>--<br><A HREF="http://www.tceweather.com">TCE Weather</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25713799</guid>
<pubDate>Thu, 07 Apr 2011 19:46:49 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25711848</link>
<description><![CDATA[NormanS posted : Could you add a little more context? Or are you saying that all TCP/IP packets are of a uniform size, so I can assume that a common multiplier, such as 1500x, will suffice?<br><small>--<br>Norman<br>~Oh Lord, why have you come<br>~To Konnyu, with the Lion and the Drum</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25711848</guid>
<pubDate>Thu, 07 Apr 2011 12:59:27 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25710620</link>
<description><![CDATA[gvd posted : <div class="bquote"><said>said by <a href="/profile/314530" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=314530');">NormanS</a>:</said><p>And the router is only displaying packet total, but not the size of the packets.</p></div>Please explain how you came up with this idea, because <i>nothing I've ever seen</i> says this.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25710620</guid>
<pubDate>Thu, 07 Apr 2011 08:44:14 EDT</pubDate>
</item>

<item>
<title>Re: AT&#x26;T usage meter -- is yours as wildly inaccurate as mine?</title>
<link>http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25699004</link>
<description><![CDATA[wings10 posted : Seems they like to combine usage for 2 days? Checking the att site it has March 31st listed but then skips to April 2nd. No April 1st. Is this an April's fools thing? ;)<br><small>--<br>"The American Indians found out what happens when you don't control immigration."</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-ATT-usage-meter-is-yours-as-wildly-inaccurate-as-mine-25699004</guid>
<pubDate>Mon, 04 Apr 2011 18:02:55 EDT</pubDate>
</item>

</channel>
</rss>
