Moderators: can you press for a broadband usage mo...

This is a question for the moderators. You seem to be pretty good about getting stuff done at BT. Quite a common request for users on BT Total Broadband is for there to be an online broadband usage monitor in their control panel so that they can monitor their Option 1 or Option 2 usage so that they do not exceed their quota. Installing broadband usage monitors is not always feasible given the variety of devices which connect to wifi these days.
So how about it mods, can you press to get this implemented?
Oliver.

robinbredin wrote:
Oliver341 wrote:
This is a question for the moderators. You seem to be pretty good about getting stuff done at BT. Quite a common request for users on BT Total Broadband is for there to be an online broadband usage monitor in their control panel so that they can monitor their Option 1 or Option 2 usage so that they do not exceed their quota. Installing broadband usage monitors is not always feasible given the variety of devices which connect to wifi these days.
So how about it mods, can you press to get this implemented?
Hi, I use net meter, it is a good broadband monitor. 
I use netlimeter 2 and Networx, but as has already been mentioned, folk who use xboxs, Wiis and other "non" computer type stuff can't monitor that usage. The router can monitor stuff, but it's unreliable and can easily be reset etc.
http://www.andyweb.co.uk/shortcuts
http://www.andyweb.co.uk/pictures

Similar Messages

  • How many devices can you use for your itunes account?

    how many devices can you use for your itunes account?

    PT wrote:
    Macistotle wrote:
    Unless you have DRM still haunting your tunes ... Then you can only use those songs on 5 devices. Otherwise, connect as many as you like (as stated above).
    No, you can sync your DRM tracks to an unlimited number of iPods (but only authorized to play on 5 different computers/user accounts)
    Patrick
    So I can sync two iPods to my iTunes account and sync the same digital copy movies that come with some o' my DVDs to both ipods? Do movies make a difference really, DRM-Wise? Thanks in advance.

  • Can you connect a mobile broadband device to a time capsule?

    Can you connect a mobile broadband device to a time capsule?

    Only if it has ethernet.. and offers the ip direct to the device ie you need a 3G router not a USB stick..

  • Can you ask for a specific time for your package to be delivered

    can you ask for a specific time for your package to be delivered

    You can only arrange that with the shipper after your package is shipped (and before it is deliverd.) When the package is shipped Apple usually emails the tracking information.

  • I can't active ipad serial V5********etu. can you support for me?

    Dear all
    I have one Ipad. The serial is V5******etu. It's can not run and I bring it to the shop. after They make it run, it need active but I used wifi or itune but It can't active. I don't know why. Can you support for me and fix it. Thanks all
    Have a nice day
    <Personal Information Edited by Host>

    Dear all
    I have one Ipad. The serial is V5******etu. It's can not run and I bring it to the shop. after They make it run, it need active but I used wifi or itune but It can't active. I don't know why. Can you support for me and fix it. Thanks all
    Have a nice day
    <Personal Information Edited by Host>

  • Been charged for additional broadband usage & don'...

    I have 2 broadband connections into my house. One is a BT infinity line with 40gb included & The other is an unlimited business line through another company.
    We've had the infinity line for just over a year & originally the only devices connected to it were the BT Vision box, my sons ipad & my sons iphone. Mine and my husbands devices are all connected to the business broadband. We connected my sons to BT as a way of monitoring his usage but he's only 9 so we weren't anticipating huge usagev through it. Since Christmas my parents smart phones have been connected to it but they are only in our house for 2 hours every 2 weeks or so and as they are in their late 70's they're not playing games or downloading on them
    On January 13th I had an email saying I was at 28gb and then on the 19th one to say i was at 36gb. I didn't think too much about it. Then on 18th Feb I had an email to say I'd used 72gb in January. I should probably have looked into it more closely at the time but I've been battling cancer so it really didn't rate high on my priorities at the time. However when I got an email on 12th April saying usage for the April was already at 28gb I told my husband to disconnect my sons devices from the BT Internet and connect them to our unlimited broadband. Despite him doing thisI got another email on 14th April saying we were at 36gb and then yesterday I got an email to say we had used 58gb in April. Struggling to understand how we can have used 22gb with no devices connected to it apart from the BT vision box and maybe one or two phones for a handful of hours.
    I've spent 2 hours on live chat tonight with a very nice person in what I presume was India from his name & he sent me a day by day breakdown of my usage for the past 30 days. Interestingly it showed 3.5 gb of usage on a day that my son and I were staying in a hotel & my husband was out at work all day. This also shows usage this month so far of over 16gb with virtually nothing other than BT vision connected to it all month. The gentleman on livechat suggested someone else might be using our broadband but I'm not sure how this can happen. Other than that he couldn't suggest anything to help me resolve this issue. I am obviously disputing the additional charges I have incurred.
    Can anyone help me as I'm at a total loss what to do next

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they cannot deal with service issues that way.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail, when its your turn in the queue.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Can you check for data in one table or another but not both in one query?

    I have a situation where I need to link two tables together but the data may be in another (archive) table or different records are in both but I want the latest record from either table:
    ACCOUNT
    AccountID     Name   
    123               John Doe
    124               Jane Donaldson           
    125               Harold Douglas    
    MARKETER_ACCOUNT
    Key     AccountID     Marketer    StartDate     EndDate
    1001     123               10526          8/3/2008     9/27/2009
    1017     123               10987          9/28/2009     12/31/4712    (high date ~ which means currently with this marketer)
    1023     124               10541          12/03/2010     12/31/4712
    ARCHIVE
    Key     AccountID     Marketer    StartDate     EndDate
    1015     124               10526          8/3/2008     12/02/2010
    1033     125               10987         01/01/2011     01/31/2012  
    So my query needs to return the following:
    123     John Doe                        10526     8/3/2008     9/27/2009
    124     Jane Donaldson             10541     12/03/2010     12/31/4712     (this is the later of the two records for this account between archive and marketer_account tables)
    125     Harold Douglas               10987          01/01/2011     01/31/2012     (he is only in archive, so get this record)
    I'm unsure how to proceed in one query.  Note that I am reading in possibly multiple accounts at a time and returning a collection back to .net
    open CURSOR_ACCT
              select AccountID
              from
                     ACCOUNT A,
                     MARKETER_ACCOUNT M,
                     ARCHIVE R
               where A.AccountID = nvl((select max(M.EndDate) from Marketer_account M2
                                                    where M2.AccountID = A.AccountID),
                                                      (select max(R.EndDate) from Archive R2
                                                    where R2.AccountID = A.AccountID)
                   and upper(A.Name) like parameter || '%'
    <can you do a NVL like this?   probably not...   I want to be able to get the MAX record for that account off the MarketerACcount table OR the max record for that account off the Archive table, but not both>
    (parameter could be "DO", so I return all names starting with DO...)

    if I understand your description I would assume that for John Dow we would expect the second row from marketer_account  ("high date ~ which means currently with this marketer"). Here is a solution with analytic functions:
    drop table account;
    drop table marketer_account;
    drop table marketer_account_archive;
    create table account (
        id number
      , name varchar2(20)
    insert into account values (123, 'John Doe');
    insert into account values (124, 'Jane Donaldson');
    insert into account values (125, 'Harold Douglas');
    create table marketer_account (
        key number
      , AccountId number
      , MktKey number
      , FromDt date
      , ToDate date
    insert into marketer_account values (1001, 123, 10526, to_date('03.08.2008', 'dd.mm.yyyy'), to_date('27.09.2009', 'dd.mm.yyyy'));
    insert into marketer_account values (1017, 123, 10987, to_date('28.09.2009', 'dd.mm.yyyy'), to_date('31.12.4712', 'dd.mm.yyyy'));
    insert into marketer_account values (1023, 124, 10541, to_date('03.12.2010', 'dd.mm.yyyy'), to_date('31.12.4712', 'dd.mm.yyyy'));
    create table marketer_account_archive (
        key number
      , AccountId number
      , MktKey number
      , FromDt date
      , ToDate date
    insert into marketer_account_archive values (1015, 124, 10526, to_date('03.08.2008', 'dd.mm.yyyy'), to_date('02.12.2010', 'dd.mm.yyyy'));
    insert into marketer_account_archive values (1033, 125, 10987, to_date('01.01.2011', 'dd.mm.yyyy'), to_date('31.01.2012', 'dd.mm.yyyy'));
    select key, AccountId, MktKey, FromDt, ToDate
         , max(FromDt) over(partition by AccountId) max_FromDt
      from marketer_account
    union all
    select key, AccountId, MktKey, FromDt, ToDate
         , max(FromDt) over(partition by AccountId) max_FromDt
      from marketer_account_archive;
    with
    basedata as (
    select key, AccountId, MktKey, FromDt, ToDate
      from marketer_account
    union all
    select key, AccountId, MktKey, FromDt, ToDate
      from marketer_account_archive
    basedata_with_max_intervals as (
    select key, AccountId, MktKey, FromDt, ToDate
         , row_number() over(partition by AccountId order by FromDt desc) FromDt_Rank
      from basedata
    filtered_basedata as (
    select key, AccountId, MktKey, FromDt, ToDate from basedata_with_max_intervals where FromDt_Rank = 1
    select a.id
         , a.name
         , b.MktKey
         , b.FromDt
         , b.ToDate
      from account a
      join filtered_basedata b
        on (a.id = b.AccountId)
    ID NAME                     MKTKEY FROMDT     TODATE
    123 John Doe                  10987 28.09.2009 31.12.4712
    124 Jane Donaldson            10541 03.12.2010 31.12.4712
    125 Harold Douglas            10987 01.01.2011 31.01.2012
    If your tables are big it could be necessary to do the filtering (according to your condition) in an early step (the first CTE).
    Regards
    Martin

  • Can you pay for a Mac on the US Apple Online Store with a credit card that has an account in another country.

    Can you buy a Mac on the US Apple Online store with a credit card that has an account in another country.

    probably not as it will know the card isnot registered in the US and may even charge you for postage.  could you not get it from your country? I maybe cheaper (with the exchange rate) and quicker for delivery

  • Can you Send for Shared Review in Batch Processing JavaScript?

    Hello! I am new to javascript and Acrobat 9 Pro. I have multiple documents emailed to me in a day and need to send/track each one individually. Can this be done using the Batch Processing javascript as a Shared Review?
    I have tried adding a button to the "Add-On" toolbar and start a shared review but can't automate manual key entries for the dialog windows that opens for  a Shared Review.
    What I am looking for is a js file to add a button to execute Send for Shared Review, Select multiple files dialog window, open the standard dialog windows for Shared Reviews one time and then do the same to all other selected files.
    Can you please help, and maybe supply some javascript examples?

    Please repost in the Acrobat Scripting forum.

  • How can you pay for a card in the apple cards app with an iTunes gift card????

    How can u pay for a apple card with a Itunes gift card.....Please help. Thomas

    are you trying to bye a gift card? or redeem one?

  • Can you apply for a second I-cloud e-mail account ?

    I want to apply for a second e-mail account to use for Facebook? Can you hav another e-mail account?

    You can create new alliases. Which means more e-mail addresses under same account.
    1.Log in to www.iCloud.com
    2.Click on Mail icon to get into your emails
    3.In top right corner click on "Sprocket" icon and select "Preferences"
    4.Click on "Accounts"
    5.Click on blue text (down left corner) "Add an alias"
    here you can create another "alias" email.
    When you are gonna use it make sure you select it (as a primary email) before you send e-mail in your Mail app or on your iOS devices.

  • What iPod apps can you get for iPod 2G?

    I bought the new 5G recently and giving my little sister my 2G. She's only 11. I don't like giving her hand-me-downs or whatever you want to call it but the internet is still good, it can get some apps, music is there, and I am capable of putting videos on her ipod. Besides, when I was 11, all I got was paper and pencil and markers and had the best time of my life. That wasn't too long ago. Like 5 and half years so she can deal for now. I rather see her drawing and playing at the playground than her having the newest iPod or iPhone. :/ Kids should be kids. A little bit of gaming is fine. (I know I'm ranting)
    I should have bought the 4G at that time as my iPod 2G is a little over 2 years old but oh well. I didn't know anything about iPods nor the difference between them except cameras and I had fun with it in those 2 years so I won't regret it. Besides, I was able to get the iPod 5G instead of having to hold onto the 4G So I guess that's a little bonus for me.
    I wanted to find apps for her to make it fun. I rather you suggest free apps for IOS 4.2.1. but if it's 99 cents, I'll look at it. I have a little bit of money and am already buying her the Sims Medieval game for her as she has been obsessing over it last year but I never bought it for my iPod. So I'm doing that now. It still supports iPod 2G which is awesome. All apps should have an alternative for older generations less than 10 years old in my opinion. It would be nice. The older generations just can't get the updates that require better hardware.
    Anyway, can you guys help me, please?

    apps for ios 4.2.1: Apple Support Communities
    Finding iOS 4.2.1 Apps Compatible with Older Devices - Apple Club
    HT4972 Touch Game 4.2.1 Apps: Apple Support Communities
    apps for 4.2.1 (also works for 3.1.3)
    Tip - Finding 4.2.1 apps that work on an...: Apple Support Communities

  • Can you help for IPod Video

    I have an IPod Video and it resets itself as soon as I change a setting such as having the Equalizer switched on.
    The iPod will show an Apple logo.
    I have reset the Ipod several times.
    I have Restored with the latest iPod Software.
    I have installed the latest version of iTunes.
    Can you help me please :)

    http://docs.info.apple.com/article.html?artnum=304490

  • Can you use a mobile broadband for Apple TV. My mobile prepaid is wifi but does it have to have credit on it to or can atv still stream through the device.

    I have a mobile prepaid broadband. I want to buy a Apple TV but I'm unsure about whether it will work with my mobile broadband.
    It is wifi.  Does  my wifi have to have credit on it for the atv to work.  It still works you just can't connect to the Internet with it unless I buy credit.  I just need to make sure.  I want to use my iPad and view on my he tv.

    Welcome to the Apple Community.
    It may well work but will likely be far too slow and far to expensive.

  • Can you search for videos in the iTunes store?

    When I go to the music videos section of the iTunes store, it looks like I can only search through a long list. Is there any way to search for a specific music video in the iTunes Store?

    Hi and welcome.....
    Select iTunes music store on the left side of the iTunes window. You will see a search field.
    Type in the name of the music video there, then press Return or Enter on your keyboard.
    Carolyn

Maybe you are looking for

  • Trash data recovery on iPad 3?

    How do I retrieve deleted files on an iPad when I haven't backed up to iTunes. I deleted project file within an app.

  • Returns and subsequent FOC delivery

    Hi All I hav a scenario where i will be creating Return order and subsequent PGR now the company decides to replace the material for the return quantity the process will be Return Order(RE)>>Delivery(LR)>>Free of charge delivery(FD)>> PGI when i comp

  • My Macbook Pro Mail App won't display badges

    I have a mid-2010 13" MacBook Pro, running on OSX Mavericks. About a week ago, I noticed that my emails were coming in but my mail app wasn't displaying notification badges. I would have to actually reopen the app to see if I had messages. The app is

  • How do i show my caller id as unknown

    I want my caller ID to show unknown when I dial a number.

  • HT201240 Can I just go to apple so they can reset my admin password for me?

    I've forgotten my admin password because I haven't used my mac in such a long time. I have Snow Leopard, if that helps. I've tried doing it myself but for some reason, my laptop just will not accept the last code. Can I just go to apple and have them