• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H09-Oct-2021-2,8782,506

m4/H09-Oct-2021-9,0828,210

panel-plugin/H03-May-2022-4,1933,244

po/H09-Oct-2021-14,38611,186

xfce4++/H09-Oct-2021-2,6481,834

AUTHORSH A D06-Sep-2021286 87

COPYINGH A D31-Aug-20212.4 KiB4939

ChangeLogH A D09-Oct-2021313.6 KiB10,9416,712

INSTALLH A D30-Sep-202115.4 KiB369287

Makefile.amH A D30-Sep-2021760 3927

Makefile.inH A D09-Oct-202127.2 KiB894787

NEWSH A D09-Oct-20217.8 KiB208191

README.mdH A D30-Sep-20213.6 KiB8346

aclocal.m4H A D09-Oct-202183.5 KiB2,2992,057

compileH A D09-Oct-20217.2 KiB349259

config.guessH A D09-Oct-202143.2 KiB1,4811,288

config.h.inH A D09-Oct-20211.8 KiB7449

config.subH A D09-Oct-202135.3 KiB1,8021,661

configureH A D09-Oct-2021619.4 KiB20,22616,926

configure.acH A D09-Oct-20211.8 KiB6757

depcompH A D09-Oct-202123 KiB792502

install-shH A D09-Oct-202115 KiB519337

intltool-extract.inH A D09-Oct-20210

intltool-merge.inH A D09-Oct-20210

intltool-update.inH A D09-Oct-20210

ltmain.shH A D09-Oct-2021319.6 KiB11,2528,044

missingH A D09-Oct-20216.7 KiB216143

README.md

1# xfce4-cpugraph-plugin
2
3CPU Graph plugin for the Xfce4 panel. This plugin displays a graph of the current CPU load and its history over time. Supports Linux, and it is partially supported on FreeBSD, NetBSD, OpenBSD, GNU/kFreeBSD and Solaris. Fully translated into more than 20 languages, with another 30 partially supported languages.
4
5----
6
7### Homepage
8
9[CPU Graph documentation](https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start)
10
11### Changelog
12
13See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
14
15### Source Code Repository
16
17[CPU graph source code](https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin)
18
19### Download a Release Tarball
20
21[CPU Graph archive](https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/)
22    or
23[CPU Graph tags](https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/tags)
24
25### Installation
26
27From source:
28
29    % cd xfce4-cpugraph-plugin
30    % ./autogen.sh
31    % make
32    % make install
33
34From release tarball:
35
36    % tar xf xfce4-cpugraph-plugin-<version>.tar.bz2
37    % cd xfce4-cpugraph-plugin-<version>
38    % ./configure
39    % make
40    % make install
41
42
43### Reporting Bugs
44
45Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
46
47---
48
49### Usage
50
51Just add it to your Xfce panel, and it should display the CPU usage in an easy to understand way.
52
53The plugin can display the current CPU usage, CPU usage history, or both.
54
55A left click on the plugin will launch xfce4-taskmanager, or if you don't have it, htop or top in a terminal.
56
57A right click gives access to the usual Xfce plugin context menu, from which the properties editor can be opened. The properties are split into multiple tabs.
58
59The first tab allows changing the appearance of the CPU history graph. You can select between 4 display modes and 3 color modes, and pick the various colors used.
60
61The properties dialog is designed so that changing a property automatically leaves enabled only those dialog fields which are applicable to the current situation.
62
63Short descriptions of some of the available options:
64
65* **Update interval:** How often the graph is to be refreshed with CPU usage data.
66
67* **Tracked core:** On multi core or multi CPU systems, allows to pick whether CPU Graph should display data representing all cores/CPUs or only a specific one.
68
69* **Width / Height:** Depending on the orientation of the Xfce panel, allows to change the width or height of the CPU Graph plugin.
70
71* **Threshold (%):** Do not display CPU usage data-points which are lower than this percentage.
72
73* **Non-linear time-scale:** Enables the plugin to display more data-points of history than with a linear time-scale, with up to 16 hours of CPU usage history packed into a width of just 128 pixels.
74
75* **Per-core history graphs:** Selects between one history graph displaying average CPU usage, or multiple graphs showing CPU usages individually.
76
77* **Show current usage bars:** When checked, in addition to the history graph, the plugin shows one bar per core/CPU, displaying the current load of that core/CPU.
78
79* **Associated command:** Sets the command to run when the plugin is left-clicked.
80
81* **Run in a terminal:** When checked, the associated command will be run from a terminal, rather than as a graphical application. Useful for example when the associated command is "htop" or "top".
82
83* **Highlight sub-optimal SMT scheduling:** Highlights potentially sub-optimal placement of threads on CPUs with simultaneous multi-threading (hyper-threading).