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

..03-May-2022-

icons/H22-Mar-2021-2,9202,548

panel-plugin/H22-Mar-2021-4,0953,112

po/H22-Mar-2021-7,2155,853

AUTHORSH A D21-Mar-2021158 54

COPYINGH A D06-Sep-20201.2 KiB2118

ChangeLogH A D22-Mar-2021241.1 KiB8,6045,240

INSTALLH A D06-Sep-202015.4 KiB369287

Makefile.amH A D10-Mar-2021772 3828

Makefile.inH A D22-Mar-202127.6 KiB905799

NEWSH A D22-Mar-20214.5 KiB128116

README.mdH A D22-Mar-20211.5 KiB4828

aclocal.m4H A D22-Mar-2021422.7 KiB11,85210,698

compileH A D22-Mar-20217.2 KiB349259

config.guessH A D22-Mar-202143.2 KiB1,4811,288

config.h.inH A D22-Mar-20212.7 KiB10671

config.subH A D22-Mar-202135.3 KiB1,8021,661

configureH A D22-Mar-2021510.3 KiB17,34214,432

configure.acH A D22-Mar-20213.1 KiB9178

depcompH A D22-Mar-202123 KiB792502

install-shH A D22-Mar-202115 KiB519337

intltool-extract.inH A D22-Mar-20210

intltool-merge.inH A D22-Mar-20210

intltool-update.inH A D22-Mar-20210

ltmain.shH A D22-Mar-2021319.6 KiB11,2528,044

missingH A D22-Mar-20216.7 KiB216143

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/blob/master/COPYING)
2
3# xfce4-systemload-plugin
4
5xfce4-systemload-plugin displays current CPU load, memory in use, network utilization, swap space, and system uptime in xfce4-panel.
6
7----
8
9### Homepage
10
11[Xfce4-systemload-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start)
12
13### Changelog
14
15See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
16
17### Source Code Repository
18
19[Xfce4-systemload-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin)
20
21### Download a Release Tarball
22
23[Xfce4-systemload-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin)
24    or
25[Xfce4-systemload-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/tags)
26
27### Installation
28
29From source code repository:
30
31    % cd xfce4-systemload-plugin
32    % ./autogen.sh
33    % make
34    % make install
35
36From release tarball:
37
38    % tar xf xfce4-systemload-plugin-<version>.tar.bz2
39    % cd xfce4-systemload-plugin-<version>
40    % ./configure
41    % make
42    % make install
43
44### Reporting Bugs
45
46Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
47
48