System Load Information
A small program which is mostly configurable using resources via
~/.Xresources. It shows actual CPU, swap, memory, active interrupts,
and, if desired, netpacket statistics in a graphical manner.
- Developed at X11:Utilities
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/xosview && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
rc.config.xosview | 0000000191 191 Bytes | |
xosview-1.16-diskstat.patch | 0000004301 4.2 KB | |
xosview-1.19-appdef.patch | 0000002350 2.29 KB | |
xosview-1.19.dif | 0000029999 29.3 KB | |
xosview-1.19.tar.gz | 0000143151 140 KB | |
xosview-rpmlintrc | 0000000099 99 Bytes | |
xosview.changes | 0000023819 23.3 KB | |
xosview.desktop | 0000000183 183 Bytes | |
xosview.png | 0000000749 749 Bytes | |
xosview.sh | 0000001187 1.16 KB | |
xosview.spec | 0000003632 3.55 KB | |
xosview.test | 0000000362 362 Bytes |
Revision 42 (latest revision is 53)
Dominique Leuenberger (dimstar_suse)
accepted
request 444034
from
Dr. Werner Fink (WernerFink)
(revision 42)
- Update to version 1.19 * Strip empty fields from the nlist. * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures * Fix typo that was blocking compilation on gcc 6 * Fix /sys/class/net traversal on recent Linux systems * Use right variable in error message. * Fix coretemp for AMD K10 CPUs on kernel >= 3.17. * Support coretemp on linux 3.15 * Do not parse error when 64-bit kernel is used with 32-bit userland * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures * Remove the Linux-specific 'MAP' field * Replace the parsing of /proc/meminfo * Fix spelling of "mandatory". * Add a command-line flag for cpuFormat: single * Change legend to match battery meter The battery meter is the more concise one. * Default IRQ meter to off * Strip empty fields from the nlist. * Fix name conflict. Local and member variable had the same name. * Initialize class member. * Silence a warning from debug code. * Use a helper to get the value of kstat_named_t. * Save the needed kstats in a centralized way. * Use sysconf instead of CPUMeter::countCpus(). * Show wireless meter when WLAN adapter is present. * Use c++ iostreams for console messages. * Remove two deprecated and unused functions. * Coding style cleanup (linux/intmeter). * Remove checks for kernel versions <= 2.0.
Comments 0