After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324719 - The graphs do not start monitoring right away
The graphs do not start monitoring right away
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
2.12.x
Other All
: Normal minor
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-21 18:09 UTC by Josh Lee
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
one-liner (444 bytes, patch)
2005-12-24 15:24 UTC, Benoît Dejean
rejected Details | Review

Description Josh Lee 2005-12-21 18:09:04 UTC
When system-monitor is started, the graphs in the "Resources" tab do not begin 
monitoring until the resources tab is opened for the first time. I had system 
monitor running in the background, assuming that it was tracking CPU and memory 
usage, but it was not because I had the wrong tab open.

The graphs should start monitoring right away.

Other information:
Comment 1 Benoît Dejean 2005-12-22 08:25:04 UTC
They can't.
Comment 2 Teppo Turtiainen 2005-12-23 20:50:43 UTC
Confirmed with System Monitor 2.12.1 on Ubuntu Breezy.
Comment 3 Benoît Dejean 2005-12-24 13:34:45 UTC
Only the memory graph could start rigth away, cpu loads and net load are percentage and they have to wait one time interval before drawing anything.
This is not a bug.
Comment 4 Teppo Turtiainen 2005-12-24 14:56:09 UTC
(In reply to comment #3)
> Only the memory graph could start rigth away, cpu loads and net load are
> percentage and they have to wait one time interval before drawing anything.

That is not what this bug is about. Steps to reproduce:

1. Open System Monitor and select the Processes tab.
2. Close and restart System Monitor.
3. Wait for a while.
4. Select the Resources tab and expect to see the resources usage since you restarted System Monitor.
5. Notice that System Monitor only now starts drawing the graphs.
Comment 5 Benoît Dejean 2005-12-24 15:24:02 UTC
Created attachment 56357 [details] [review]
one-liner

IIRC, this was a request not to start graphs until first click on the resource tab, in order to save some cpu.
Comment 6 Benoît Dejean 2005-12-24 15:31:25 UTC
Fixed in HEAD, i've commited 2-liner patch.