Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xosview | Distribution: openSUSE Leap 16.0 |
Version: 1.24 | Vendor: openSUSE |
Release: lp160.1.2 | Build date: Mon Feb 26 13:16:09 2024 |
Group: System/Monitoring | Build host: reproducible |
Size: 253967 | Source RPM: xosview-1.24-lp160.1.2.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
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Tue Jul 18 2023 Dr. Werner Fink <werner@suse.de> - Add patch xosview-1.24-coretemp-pkg.patch * Avoid crash on disabled cores in a second CPU package * Fri Jul 14 2023 Dr. Werner Fink <werner@suse.de> - Add patch xosview-1.24-coretemp-labels.patch * The CPU numbers seen in temp*_label might not continuously growing * Fri Jun 23 2023 Dr. Werner Fink <werner@suse.de> - Update to version 1.24 * Fix many compiler warnings - Port patches * xosview-1.19-appdef.patch * xosview-1.21-lmstemp.patch * 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 * Thu Oct 02 2014 crrodriguez@opensuse.org - Cleanup/reduce buildrequires by not pulling xorg-x11-devel * Sun Feb 09 2014 dmueller@suse.com - update xosview-1.14-serial.patch: Fix build for aarch64 * Mon Apr 29 2013 werner@suse.de - Add patch xosview-1.14-pixmap.patch (bnc#817558) - Combine patch xosview-1.14-procsys.patch with patch xosview-1.14-sysinfo.patch to use one configure variable for system calls. - Finally delete older patches xosview-1.9.2.dif and xosview-config.diff as not used anymore with 1.14 * Tue Apr 09 2013 werner@suse.de - Update to xosview version 1.14 This release makes small fixes, including one for a bug that could cause random crashes. 1.13: This release makes changes to temperature sensing, adds significant performance optimizations, and fixes bugs. 1.12: This release fixes a number of long-standing issues with screen updates and redrawing. 1.11: The only change in this release is to fix a bug which prevents use with Red Hat Enterprise Linux 6 kernels 1.10: This release adds a new configurable (and simplified) CPU meter, plus several Linux and BSD improvements. 1.9.4: This release improves temperature sensor displays and BSD support, and fixes bugs. 1.9.3: This release adds a simplified build system and some minor changes. * Sun Mar 10 2013 schwab@suse.de - Add aarch64 to the list platforms without ioperm - Update config.{guess,sub} - Use %configure * Thu Feb 28 2013 cfarrell@suse.com - license update: GPL-2.0+ the other licenses are consolidated into the GPL license of the derived binary (Fedora uses the same) * Wed Feb 27 2013 coolo@suse.com - update license to new format * Tue Feb 21 2012 coolo@suse.com - buildrequire xorg-x11 for directory ownership of app-defaults - drop support for pre-sles9 X11 paths * Wed Feb 08 2012 werner@suse.de - Update to xosview version 1.9.2 * Fix a bug where battery meter was not redrawn * Modify linux serialmeter startup to allow for a port number instead of True/False. Patch provided by Horst Wente. * netIface support for NetBSD. Patch from Bernd Ernesti. * Move repository to Git * Merged patches from Debian distribution * Several bugfixes * Improvements to defaults * Tue Jan 31 2012 dvaleev@suse.com - fix ppc64 build * Wed Dec 21 2011 coolo@suse.com - add autoconf as buildrequire to avoid implicit dependency * Wed Dec 21 2011 coolo@suse.com - remove call to suse_update_config (very old work around) * Fri Dec 04 2009 seife@opensuse.org - de-fuzz patches * Fri Jun 05 2009 coolo@novell.com - rediff irda to avoid fuzz - fix build with glibc 2.10 * Wed Jun 03 2009 crrodriguez@suse.de - fix build * Tue Nov 25 2008 werner@suse.de - xorg-11 is required as xrdb is required (bnc#448059) * Thu May 15 2008 werner@suse.de - The disk IO rates seems to be a factor 10 to large (bnc#390740) * Fri Apr 25 2008 werner@suse.de - There are kernels with more than 1024 IRQ lines (bnc#381758) * Tue Dec 04 2007 werner@suse.de - Use I/O block size for hd if lstat(8) has success (bug #342107) * Mon Nov 26 2007 werner@suse.de - Take ACPI and Xresources in account for battery option (#343806) * Fri Sep 07 2007 werner@suse.de - Count disks only once within diskmeter (bug #301665) * Mon Aug 13 2007 schwab@suse.de - Remove obsolete patch. * Mon Aug 06 2007 werner@suse.de - Fix BuildRequires * Fri Mar 16 2007 werner@suse.de - More one thin-skinned Gcc42 * Fri Mar 16 2007 werner@suse.de - Gcc42 seems to be thin-skinned * Fri Mar 09 2007 werner@suse.de - Fix the last fix by re-adding g++ * Mon Feb 26 2007 stbinner@suse.de - fix build by including icon and .desktop into package * Mon Dec 11 2006 werner@suse.de - Expand search path for app-defaults to /usr/share/X11 (#227401) * Mon Jul 31 2006 werner@suse.de - Correct mandir for the manual page * Thu Jul 27 2006 werner@suse.de - Update to xosview version 1.8.3 * New sysfs support - Make it build with X11R7 * Fri Jun 16 2006 schwab@suse.de - Fix syntax error in configure script. - Set mandir. - Use RPM_OPT_FLAGS. * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Dec 13 2005 werner@suse.de - Avoid potential undefined code (bug #137124) * Tue Nov 29 2005 sbrabec@suse.cz - Don't package icon already present in desktop-data-SuSE. Cleans rpm -V output. * Mon Nov 28 2005 od@suse.de - Fix swap size calculation by using float numbers to calculate swap size > ~ 3GB (#135681) * Mon Apr 18 2005 werner@suse.de - Change disk IO fudgeFactor from 4 to 2 (bug #66537) * Fri Jan 28 2005 werner@suse.de - Update to xosview 1.8.2 (bug #49829) * Wed Nov 17 2004 werner@suse.de - Add log.png pixmap to file list * Tue Aug 31 2004 werner@suse.de - Disable the not used notify message * Tue May 04 2004 werner@suse.de - Fixes the inability of xosview to display interrupts * Fri Mar 12 2004 werner@suse.de - Fix boolean typo (bug #35803) * Tue Mar 09 2004 werner@suse.de - Just support ppc64 * Tue Mar 09 2004 werner@suse.de - Make a real support of kernel 2.6 (bug #35474) * Thu Jan 22 2004 werner@suse.de - Support the broken ISO standard of C++ about templates and name spaces imported from a template class (or better not imported even if unique). * Wed Jan 21 2004 werner@suse.de - Force memmeter to use double by modding some classes to class templates for typenames (fix bug #33722) * Tue Jan 20 2004 werner@suse.de - Update to version 1.8.1 * Sat Jan 10 2004 adrian@suse.de - build as user * Tue Oct 21 2003 ja@suse.cz - fixed xosview on 2.6.x kernels. * Sat Aug 16 2003 adrian@suse.de - install desktop file from kappfinder * Wed May 28 2003 coolo@suse.de - use BuildRoot * Thu Apr 24 2003 garloff@suse.de - Detect number of interrupts rather than hardcoding it per plat- form. * Sat Mar 22 2003 schwab@suse.de - Fix app-defaults to work with any resource name. * Mon Jan 27 2003 ro@suse.de - fix build with gcc-3.3 (strstream.h) * Thu Sep 26 2002 froh@suse.de - disable serialmeter like for sparc/ppc to make it build on s390/s390x and disable interrupt-meter on s390/s390x (#20207) * Tue Sep 17 2002 ro@suse.de - removed bogus self-provides * Sat Aug 17 2002 schwab@suse.de - Fix resources. * Fri Jul 19 2002 werner@suse.de - Fix irda (and other) scanning bug for /proc/net/dev (bug #16929) * Wed Jul 03 2002 werner@suse.de - Update to xosview 1.8.0 - Extend label width by one character (bug #16490) for more then 9 CPUs systems * Wed Feb 13 2002 werner@suse.de - Full remove including %if * Wed Feb 13 2002 werner@suse.de - Remove km_memst package * Tue Feb 12 2002 werner@suse.de - Fix bug #12749: do not install xosview.rc.config nor /etc/sysconfig/xosview because the memstat module does not work with 2.4.x kernels - Fix bug #12756: increase buffer size * Mon Jan 14 2002 schwab@suse.de - Fix dependency generation. * Wed Dec 12 2001 garloff@suse.de - Restrict num. of IRQs to 64 on AXP if ridiculous numbers (>256) are detected. (We can't display them anyway ...) * Wed Nov 14 2001 werner@suse.de - Increase buffer size for reading /proc/stat because on PPC64 more than 1024 bytes is required (Bugzilla #12235). * Wed Jun 27 2001 schwab@suse.de - Fix for gcc 3.0. * Fri Mar 16 2001 ro@suse.de - don't build memstat module during build n/a for 2.4 kernels anyway * Fri Jan 12 2001 werner@suse.de - Enable /proc/net/dev usage of xosview * Tue Dec 12 2000 ro@suse.de - added rc.config snippet for variable LOAD_MEMSTAT_MODULE * Thu Nov 30 2000 ro@suse.de - don't try to compile memstat for 2.4 * Mon Aug 14 2000 schwab@suse.de - Don't build memstat module on ia64. - Fix intmeter for ia64. - Add %suse_update_config. * Sun Aug 06 2000 kukuk@suse.de - Add CFLAGS and CC variable for UltraSPARC * Wed Jun 21 2000 werner@suse.de - Add patch which allows kernels without CONFIG_SYSCTL * Wed May 24 2000 uli@suse.de - moved docs to %{_docdir} * Thu May 11 2000 ro@suse.de - fixed intmeter for alpha * Thu Mar 16 2000 kukuk@suse.de - Remove SerialMeter for SPARC * Thu Mar 09 2000 ro@suse.de - removed k_deflt from neededforbuild * Sun Mar 05 2000 kukuk@suse.de - Fix handling of SMP configuration - Don't include memstat module, create source package instead * Fri Mar 03 2000 werner@suse.de - Make pattern for DRVver to `1.*' to catch all 1.X drivers * Fri Feb 25 2000 werner@suse.de - Secure method to test if we have a *working* system battery (in the absolute most cases this means we are running on a notebook) * Thu Feb 10 2000 ro@suse.de - replaced kernmod by k_deflt * Mon Feb 07 2000 kasal@suse.de - app-defaults files should be %config * Thu Nov 25 1999 uli@suse.de - disabled serial meter for PPC * Wed Nov 24 1999 kettner@suse.de - bug workaround for AXP /proc/stat problem * Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. * Fri Aug 27 1999 ro@suse.de - set kernel-version to 2.2.12 * Tue Aug 24 1999 ro@suse.de - use .c instead of .$(FEXT) ... to make it compile on alpha * Fri Jul 16 1999 ro@suse.de - modified to contain own modules * Thu Jul 08 1999 werner@suse.de - Fix option handling in xosview script * Wed Mar 10 1999 ro@suse.de - adapted to old kernmod * Fri Mar 05 1999 werner@suse.de - Upgrade to 1.7.1 * Fix XOsview to handle graphs in the old way * Change makefile of memstat to detect configuration at runtime (MODVERSIONS, SMP, RELEASE) * Mon Dec 14 1998 ro@suse.de - enable net if proc/net/ip_fwchains exists (or proc/net/ip_acct) * Tue Nov 24 1998 ro@suse.de - use gcc * Wed Nov 11 1998 ro@suse.de - detect kernel-version from UTS-Release (not from uname -r) * Thu May 28 1998 werner@suse.de - New version 1.6.0 - Remove suid bit from binary - Add a message for sending after installation * Wed Feb 11 1998 werner@suse.de - New revision * Tue Nov 04 1997 werner@suse.de - New revision * with module support to count shared pages only once * Swap page in/out
/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, Sun Feb 9 00:31:26 2025