Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] How to find out throughput of network ?
QtWS25 Last Chance

[Solved] How to find out throughput of network ?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Himanshu Rohilla
    wrote on last edited by
    #1

    Hi everyone,

    I want to find out the throughput of network where my system is connected whatever my system is connected through LAN Wire or its wireless.

    This is an !http://s18.postimg.org/g675s3n1l/Link_Speed.png(image)! which shows what i want ... According to this image, i want to find out the Link Speed.

    Thnx in advance ...... :)

    HImanshu Rohilla

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hpollak
      wrote on last edited by
      #2

      On Windows use:
      "Win32_NetworkAdapter class":http://msdn.microsoft.com/en-us/library/aa394216(VS.85,loband).aspx

      http://msdn.microsoft.com/en-us/library/aa394216(v=vs.85).aspx

      on Linux there are 2 different ways:

      use: "SIOCETHTOOL":http://stackoverflow.com/questions/2872058/get-link-speed-programmatically

      or read from /sys/class/net/wlan0/speed

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Himanshu Rohilla
        wrote on last edited by
        #3

        Hi hpollak,
        thnx for the reply.... Bt, the linku gave me for windows, is not working.....

        Its shows Content not found. :(

        HImanshu Rohilla

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          [quote author="Himanshu Rohilla" date="1384766291"]
          thnx for the reply.... Bt, the linku gave me for windows, is not working.....

          Its shows Content not found. :([/quote]
          the forum doesn't like those links. you need to add ").aspx" at the end of your link once you have opened it in the browser.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Himanshu Rohilla
            wrote on last edited by
            #5

            thnx raven..... :)

            HImanshu Rohilla

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved