| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xosview | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 1.23 | Vendor: openSUSE |
| Release: bp155.1.5 | Build date: Wed May 17 17:23:16 2023 |
| Group: System/Monitoring | Build host: obs-power9-10 |
| Size: 364449 | Source RPM: xosview-1.23-bp155.1.5.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/hills/xosview | |
| Summary: 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.
GPL-2.0-or-later
* Tue Sep 20 2022 Dr. Werner Fink <werner@suse.de>
- Update to version 1.23
* Many fixes for serialmeter on linux platforms
* Wed Aug 26 2020 Dirk Mueller <dmueller@suse.com>
- update to 1.22:
* Fix build on arm by not including sys/io.h
* Add conditional code for v_cache_count
- update xosview-1.19.dif: remove armv7l conditional as this
went upstream
* Thu Apr 02 2020 Dr. Werner Fink <werner@suse.de>
- Let it build even on amrv7l
* Mon Mar 23 2020 Dr. Werner Fink <werner@suse.de>
- Add patch xosview-1.21-lmstemp.patch to be able to determine
dynamically the coretemp intpu files below sys
* Thu Jan 03 2019 Dr. Werner Fink <werner@suse.de>
- Update to version 1.21
* No news for linux based systems
* Tue Sep 18 2018 Dr. Werner Fink <werner@suse.de>
- Update to version 1.20
* Small changes in inux/diskmeter.cc
* As well as in linux/netmeter.cc
* New 32x32 icon
* Mon Mar 20 2017 mimi.vx@gmail.com
- spec-cleaned, removed limitation to gcc5
* Tue Mar 07 2017 werner@suse.de
- Diskmeter: allow removable devices (boo#1027532)
* Mon Dec 05 2016 werner@suse.de
- 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.
* Port interrupt rate meter from BSDs to Linux.
* Read net statistics from sysfs.
* Drop support for kernels < 2.4 in netmeter.
* Drop decimal from floats greater than 99.9 in used legends.
* Show negative values in sensor meters.
* Put value scaling code to base Meter class.
* Rework coretemp's CPU detection.
* Copy recent fieldmeter changes to bitfieldmeter.
* Calculate total correctly.
* Enable coretemp only on x86/x86_64.
- Remove patches now upstream
0001-Replace-the-parsing-of-proc-meminfo.patch
pull-request7.patch
xosview-1.16-coretemp.patch
xosview-1.16-coretemp2.patch
xosview-1.16-serial.patch
- Modify patch xosview-1.16-diskstat.patch
- Port patches
xosview-1.16-appdef.patch becomes xosview-1.19-appdef.patch
xosview-1.16.dif becomes xosview-1.19.dif
* Fri Jul 08 2016 werner@suse.de
- Add upstream patch pull-request7.patch from pull request to avoid
compiler error
* Fri Jun 17 2016 werner@suse.de
- Choose a working compiler
* Thu Nov 19 2015 opensuse@cboltz.de
- reduce Requires: xorg-x11 (which drops in lots of packages) to the
really needed Requires: xrdb (boo#954114)
* Thu Sep 17 2015 werner@suse.de
- Adopt upstream commit 607d58bf3724bdacfecd9d7ff78f7f1838c0e08f
as patch 0001-Replace-the-parsing-of-proc-meminfo.patch
but without subtracting Mapped from Cached
* Wed Sep 16 2015 werner@suse.de
- Adopt upstream commit 91afaf8c8b348376e6f67f6074729f5e1c1f7eb7
* Tue Feb 03 2015 werner@suse.de
- Rename patches
xosview-appdef.patch becomes xosview-1.16-appdef.patch
xosview-configuration.patch becomes xosview-1.16.dif
xosview-diskstat.patch becomes xosview-1.16-diskstat.patch
xosview-serial.patch becomes xosview-1.16-serial.patch
- Remove superfluous patches
xosview-maxlimit.patch, xosview-pixmap.patch, and xosview-sysinfo.patch
- Port coretemp changes from Upstream to this (boo#896632)
therefore add patch xosview-1.16-coretemp.patch
- Add code to make coretemp reading work with kernel 3.17+ work (boo#896632)
therefore add patch xosview-1.16-coretemp2.patch
* Sat Jan 17 2015 sfalken@opensuse.org
- Update to version 1.16:
+ Changes from 1.14 to 1.15:
- Build system changes for GNU/Hurd
- Add 64-bit support for ARM and PPC to MeterMaker
- Increase MAX_PROCSTAT_LENGTH
- Make Buffer size for interrupt meter an overall variable
- Change USE_SYSCALLS to 0, to reduce I/O load
- Read /usr/share/X11/app-defaults/xosview if available
- Avoid removable and loop devices in disk stats
- Do not ignore removable devices
- Re-enable background pixmaps
- Use XPM handling by default
- Add command line shorthand for seeing all CPU cores
seperately
- Kernel disk stats are always in 512-byte units
- Do not ignore floppy disks in diskmeter
+ Changes from 1.15 to 1.16
- Added keywords entry in desktop file
- New battery meter for *BSD
- Support DragonflyBSD 4.3 in netmeter
- Use correct size integer for sysctl return value
- Use snprintf() instead of std::ostringstream when
updating speed in loadmeter
- Make loadmeter autoscaling predictable
+ Patches Refactored, and deversioned, xosview-1.14.dif renamed
to xosview-configuration.patch
+ Removed:
- xosview-1.14.tar.gz
- xosview-1.14.dif
- xosview-1.14-appdef.dif
- xosview-1.14-diskstat.dif
- xosview-1.14-maxlimit.patch
- xosview-1.14-longint.patch
- xosview-1.14-pixmap.patch
- xosview-1.14-serial.patch
- xosview-1.14-sysinfo.patch
+ Added:
- xosview-1.16.tar.gz
- xosview-configuration.patch
- xosview-appdef.patch
- xosview-diskstat.patch
- xosview-maxlimit.patch
- xosview-pixmap.patch
- xosview-serial.patch
- xosview-sysinfo.patch
/usr/bin/xosview /usr/bin/xosview.bin /usr/share/X11/app-defaults /usr/share/X11/app-defaults/XOsview /usr/share/applications/xosview.desktop /usr/share/doc/packages/xosview /usr/share/doc/packages/xosview/README /usr/share/doc/packages/xosview/README.linux /usr/share/icons/hicolor /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/32x32/apps /usr/share/icons/hicolor/32x32/apps/xosview.png /usr/share/man/man1/xosview.1.gz /usr/share/pixmaps/xosview.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:33:22 2026