** Changed in: linux (Ubuntu)
       Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/373243

Title:
  The amount of 'Total sent' data wraps around at 4GB

Status in Gnome System Monitor:
  Unknown
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: gnome-system-monitor

  
  This is related to the closed bug #284423 (the reporting user didnt follow up 
the report).

  It looks like 'Total sent' (or received) amount of bytes is kept in a 32bit 
variable and is wrapped around each ~4GB sent (2^32 bytes).
  You will never see total sent larger than 4GB. When the wrap happens you can 
see the transfer rate graph go to zero for a moment. Caused probably by using 
the wrapped variable in calculating speed (prev = 4GB, new =0 => speed 
negative).
  Changing the counter to 64bits should be a temporary fix. In the long run 
some kind of bignum is needed (or decrease resolution and count the amount of 
kB transmitted, or MB, GB).
  Leaving it as is makes the counter quite useless especially as you can 
achieve gigabit speeds on networks today it deasnt take long to exceed the 4 GB 
transmitted data.

  This is all speculations as I didn't look at the source, but it seems
  quite clear to me.

  Happens in all versions of gnome-system-monitor (including the one in
  9.04).

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/373243/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to