Results 1 to 8 of 8

Thread: Got Packets, Want Bytes...

  1. #1
    iMc
    iMc is offline
    Senior Member iMc's Avatar
    Join Date
    Aug 2003
    Location
    Northants
    Posts
    3,616
    Thanks
    2
    Thanked
    0 times in 0 posts

    Got Packets, Want Bytes...

    In Windows XP SP2, when you double click on the wireless network connection icon in the tray it shows activity in packets. How do I change this to bytes, kilobytes, megabytes type thing.

    Not a fan of packets.
    HEXUS|iMc

  2. #2
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    I believe the information comes from the network card driver, if the driver (or card) only supports reporting traffic sent/received in packets then that is what you see.

    The Network Connections service just dumps this updated counter from the card driver - if it were to track number of packets and convert to bytes it would slow the system down a lot, as a packet can contain 576 to ~1492 bytes so it's not a simple conversion.
    You would in effect be doing a permanent network sniff just to get that basic info.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  3. #3
    iMc
    iMc is offline
    Senior Member iMc's Avatar
    Join Date
    Aug 2003
    Location
    Northants
    Posts
    3,616
    Thanks
    2
    Thanked
    0 times in 0 posts
    Ok Paul, thanks for this looks like I will have to make do.
    HEXUS|iMc

  4. #4
    IRN-BRU(tm)
    Join Date
    Aug 2004
    Location
    Milton Keynes
    Posts
    484
    Thanks
    8
    Thanked
    9 times in 7 posts
    does windows not report it correctly with its monitor program

    extract from ms kb:
    1. Click Start, click Run, and then type perfmon.msc in the Open box.
    2. In the Performance window [edit: click 'system monitor' on the tree] , right-click the right pane, and then click Add Counters.
    3. Under Performance object, choose 'Network Interface'.
    you should get a list of the ins and outs of the adapter pick the ones you want info on and click add
    you can turn the graph off under, right click -> properties, if you just want raw data
    Last edited by Purple; 07-12-2004 at 03:52 PM.

  5. #5
    iMc
    iMc is offline
    Senior Member iMc's Avatar
    Join Date
    Aug 2003
    Location
    Northants
    Posts
    3,616
    Thanks
    2
    Thanked
    0 times in 0 posts
    Thanks Purple, never even knew about perfmon.msc. You deserve a merit mark or something!
    HEXUS|iMc

  6. #6
    IRN-BRU(tm)
    Join Date
    Aug 2004
    Location
    Milton Keynes
    Posts
    484
    Thanks
    8
    Thanked
    9 times in 7 posts
    check the post agian i had to edit it twice

  7. #7
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    I only see bytes per second on my machine?

    The "activity" of the network connection shows cumulative data sent and received since the NIC was last enabled.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  8. #8
    IRN-BRU(tm)
    Join Date
    Aug 2004
    Location
    Milton Keynes
    Posts
    484
    Thanks
    8
    Thanked
    9 times in 7 posts
    indeed it does show bytes per second, oh well maybe not that useful then, you can however retrieve this information using a the Win API if you wanted to write a program that added up the bytes per second, this wouldnt be too difficult. Also i THINK you can make new objects with 'start->run->wbemtest' but you would need to read a tutorial about this program as i have never used it because its a little scary and have had no need to .
    Last edited by Purple; 07-12-2004 at 07:05 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 18
    Last Post: 14-06-2004, 11:47 PM
  2. Packets
    By Howard in forum Networking and Broadband
    Replies: 0
    Last Post: 07-01-2004, 07:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •