Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
panel-plugins:xfce4-cpugraph-plugin:start [2019/11/09 12:30] – created kevinbowenpanel-plugins:xfce4-cpugraph-plugin:start [2023/07/02 08:53] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
-{{ :projects:panel-plugins:xfce4-cpugraph-plugin-logo.png|}}====== CPUGraph ======+~~NOTOC~~ 
 +{{ :panel-plugins:xfce4-cpugraph-plugin-logo.png|}} 
 +====== xfce4-cpugraph-plugin - CPUGraph ======
  
- 
-===== About ===== 
 This panel plugin offers multiple display modes (LED, gradient, fire, etc...) to show the current CPU load of the system. Various appearance options, like colors or size, are customizable. This panel plugin offers multiple display modes (LED, gradient, fire, etc...) to show the current CPU load of the system. Various appearance options, like colors or size, are customizable.
  
 On multi core or multi CPU systems, CPU Graph can either track and display all of them at once, or at the user's option only a specific core or CPU. On multi core or multi CPU systems, CPU Graph can either track and display all of them at once, or at the user's option only a specific core or CPU.
  
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
  
 +===== Screenshots =====
 +{{:panel-plugins:cpugrah-1_0_0.png|:panel-plugins:cpugrah-1_0_0.png}}
 +{{:panel-plugins:cpugraph-fire-nobar.png|:panel-plugins:cpugraph-fire-nobar.png}}
 +{{:panel-plugins:cpugraph-grid.png|:panel-plugins:cpugraph-grid.png}}
 +{{:panel-plugins:cpugraph-grid-nobar.png|:panel-plugins:cpugraph-grid-nobar.png}}
 +{{:panel-plugins:cpugraph-led-nobar.png|:panel-plugins:cpugraph-led-nobar.png}}
 +{{:panel-plugins:cpugraph-fire-long.png|:panel-plugins:cpugraph-fire-long.png}}
  
 +----
  
 +===== Highlighting of suboptimal thread placements =====
  
 +Starting with CPU Graph 1.2.0, it's possible to optionally highlight CPU usage bars corresponding to potentially suboptimal allocation of CPU cores to tasks on CPUs with SMT. The highlighting can be enabled via the "Highlight suboptimal SMT scheduling" checkbox.
  
-===== Screenshots ===== +On CPUs with SMT, CPU Graph automatically counts the number of SMT scheduling events (SMT scheduling incidents) that could have resulted in reduced performance of tasks running on the CPUDetecting these events has a very low overhead and thus is enabled even if the "Highlight suboptimal SMT scheduling" checkbox is disabledThe number of SMT scheduling incidents and an estimate of how much they might have impacted performance is printed in the Stats tab in CPU Graph's Properties window.
-{{:projects:panel-plugins:cpugrah-1_0_0.png|:projects:panel-plugins:cpugrah-1_0_0.png}} +
-{{:projects:panel-plugins:cpugraph-fire-nobar.png|:projects:panel-plugins:cpugraph-fire-nobar.png}} +
-{{:projects:panel-plugins:cpugraph-grid.png|:projects:panel-plugins:cpugraph-grid.png}} +
-{{:projects:panel-plugins:cpugraph-grid-nobar.png|:projects:panel-plugins:cpugraph-grid-nobar.png}} +
-{{:projects:panel-plugins:cpugraph-led-nobar.png|:projects:panel-plugins:cpugraph-led-nobar.png}} +
-{{:projects:panel-plugins:cpugraph-fire-long.png|:projects:panel-plugins:cpugraph-fire-long.png}}+
  
-===== Releases ===== +In order to test this feature, run the following command-lines in a terminal window (adjusting numactl's CPU list according to your CPU topology if necessary):
-==== 1.1.0 (02/7/2019) ==== +
-  * Stable release of cpugraph-plugin +
-  * GTK 3 Port +
-  * Add option to disable the graph (Bug #15163) +
-  * Use css to change bar colors (Bug #15186) +
-  * Fix bars in horizontal mode +
-  * Updated translations+
  
-==== 1.0.3 (30/6/2012==== +<code> 
-  * Better compliance with panel plugin HIG +$ numactl -C 0,1             perf stat stress-ng --cpu 2   # Optimal performance (IPC=1.6) 
-  * Add an option allowing to set the bar color (bug #8923+$ numactl -C 0,$[$(nproc)/2] perf stat stress-ng --cpu 2   Suboptimal performance (IPC=1.21
-  * Fix transparency issues (bug #8893)+</code>
  
-==== 1.0.2 (29/4/2012) ==== +| {{ :panel-plugins:cpugraph-smt-highlight-1.png }} | {{ :panel-plugins:cpugraph-smt-highlight-2.png }} | 
-  * Ported to libxfce4ui +|   "Highlight suboptimal SMT scheduling" checkbox      Stats view    |
-  * Fixed buffer overflow (bug #7247) +
-  * Fixes plugin losing associated command value (bug #6968) +
-  * Build the plugin as a module +
-  * Add support for multicores on FreeBSD (bug #6531) +
-  * Adapt to panel 4.9 api+
  
-==== 1.0.1 ==== +----
-  * Added support for Solaris +
-  * Fixed support for NetBSD +
-  * Improved translations, with now 18 out of 35 languages fully translated +
-  * New icon +
-  * Improvement to the apearance of the Properties dialog+
  
-==== 1.0.0 ==== +===== Latest Release =====
-  * Clean up, bug fixing and optimization +
-  * Added (back) support for FreeBSD, OpenBSD, NetBSD, and GNU/kFreeBSD +
-  * Support both 32 and 64 bits on all platforms, with multi core support on linux, OpenBSD and NetBSD +
-  * Available in 35 languages, 15 of which with a complete translation +
-  * Bring back the fire color mode +
-  * Bring back the time scaling mode +
-  * Possibility to track only one CPU when you have several +
-  * More settings, with better defaults +
-  * Make the cpu bar graphs optional+
  
-==== 0.4.0 ==== +{{rss>https://archive.xfce.org/feeds/project/xfce4-cpugraph-plugin 1 date 2h}}
-  * Cleanup/Refactoring all code +
-  * Split in several file +
-  * Add one cpu bar graph activity for each cpu core +
-  * Remove fire and frequency color mode (go back in futur) +
-  * Remove time scalling view mode (go back in futur) +
-  * Remove *BSD code (go back in next released) +
-  * Add a new view mode : the grid +
-  * Add an associate customizable command+
  
-==== 0.3.0 ==== +[[https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/blob/master/NEWS|Read the CHANGELOG]]
-  * Ported to Xfce 4.4 panel API +
-  * Use xfce4-dev-tools +
-  * Use real frame widget +
-===== Reporting Bugs =====+
  
-Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-cpugraph-plugin|Xfce bug tracking system]].+  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/|Download current release]]** (link also contains older versions)
  
-==== Open Bugs ==== +[[|Back to Top]]
-{{rss>http://bugzilla.xfce.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfieldto=Now&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter2=1&product=Xfce4-cpugraph-plugin&query_format=advanced&title=Bug%20List:%20cpugraph&ctype=atom}} +
-===== Getting it ===== +
-The normal (and best) way to get the CPU Graph plugin is to use the package manager or port system of your operating system.+
  
-If CPU Graph isn't available there, or if you want a different version, you can download it in source form from [[http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/]].+----
  
 ===== Source code repository ===== ===== Source code repository =====
-[[http://git.xfce.org/panel-plugins/xfce4-cpugraph-plugin/]]+ 
 +[[https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin]] 
 + 
 +---- 
 + 
 +===== Reporting Bugs ===== 
 + 
 +  * **[[:panel-plugins:xfce4-cpugraph-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
 + 
 +[[|Back To Top]] 
 + 
 +---- 
 + 
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]