From 0dc45f196fffdcba1e0e07d7028b00d4dbf9a292 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Fri, 8 Mar 2019 15:29:14 +0000 Subject: [PATCH] libstatgrab and pystatgrab websites have moved. --- htdocs/index.xhtml | 20 +- htdocs/libstatgrab/index.xhtml | 552 --------------------------------- htdocs/libstatgrab/saidar.png | Bin 12033 -> 0 bytes htdocs/menu-static.inc | 6 +- htdocs/menu.inc | 6 +- htdocs/pystatgrab/index.xhtml | 181 ----------- 6 files changed, 16 insertions(+), 749 deletions(-) delete mode 100644 htdocs/libstatgrab/index.xhtml delete mode 100644 htdocs/libstatgrab/saidar.png delete mode 100644 htdocs/pystatgrab/index.xhtml diff --git a/htdocs/index.xhtml b/htdocs/index.xhtml index b74b781..c6d657e 100644 --- a/htdocs/index.xhtml +++ b/htdocs/index.xhtml @@ -39,7 +39,7 @@ pystatgrab 0.7 released

- pystatgrab 0.7 has + pystatgrab 0.7 has been released. This version adds Python 3 support.

@@ -49,7 +49,7 @@ pystatgrab 0.6 released

- pystatgrab 0.6 has + pystatgrab 0.6 has been released. This catches up with the latest API changes in libstatgrab.

@@ -60,7 +60,7 @@ libstatgrab 0.91 released

- libstatgrab 0.91 has + libstatgrab 0.91 has been released. This contains a number of bugfixes and new features.

@@ -104,7 +104,7 @@ libstatgrab 0.90 released

- libstatgrab 0.90 has + libstatgrab 0.90 has been released. This release contains a significant number of changes and has a number of API changes.

@@ -129,7 +129,7 @@ libstatgrab 0.17 released

- libstatgrab 0.17 has + libstatgrab 0.17 has been released. This release contains minor changes and bugfixes.

@@ -140,7 +140,7 @@ libstatgrab 0.16 released

- libstatgrab 0.16 has + libstatgrab 0.16 has been released. This release just contains bugfixes.

@@ -150,14 +150,14 @@ libstatgrab 0.15 released

- libstatgrab 0.15 has + libstatgrab 0.15 has been released. This release contains mainly bugfixes.

pystatgrab 0.5 released

- pystatgrab 0.5 has been + pystatgrab 0.5 has been released. This release contains an important bugfix.

@@ -168,7 +168,7 @@

@@ -197,7 +197,7 @@

diff --git a/htdocs/libstatgrab/index.xhtml b/htdocs/libstatgrab/index.xhtml deleted file mode 100644 index 9720e49..0000000 --- a/htdocs/libstatgrab/index.xhtml +++ /dev/null @@ -1,552 +0,0 @@ - - - - libstatgrab homepage - - - - -

-
- -
-

- libstatgrab homepage -

-
- -
-

- What is libstatgrab? -

-

- libstatgrab is a library that provides cross platform - access to statistics about the system on which it's run. - It's written in C and presents a selection of useful - interfaces which can be used to access key system - statistics. The current list of statistics includes CPU - usage, memory utilisation, disk usage, process counts, - network traffic, disk I/O, and more. -

-

- The current list of supported and tested platforms - includes FreeBSD, Linux, NetBSD, OpenBSD, Solaris, - DragonFly BSD, HP-UX and AIX. We are always happy to - accept patches to extend support to other operating - systems. -

-

- The package also includes a couple of useful tools. The - first, saidar, provides a - curses-based interface to viewing the current state of the - system. The second, statgrab, gives a sysctl-style - interface to the statistics gathered by libstatgrab. This - extends the use of libstatgrab to people writing scripts or - anything else that can't easily make C function calls. - Included with statgrab is a script to generate an - MRTG configuration file - to use statgrab. -

-

- News -

-

- Friday 11 July 2014 -

-

- Version 0.91 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release includes a number of bugfixes and new - features but is API compatible with 0.90. -

-
    -
  • Use /proc/mounts on Linux where available.
  • -
  • Add a new field named device_canonical to the filesystem - statistics.
  • -
  • Fix list miscounting in sg_set_valid_filesystems.
  • -
  • Fix buffer overrun when dealing with a larger number of - processes.
  • -
  • Fix divide by zero display problem in saidar.
  • -
  • When logging with log4cplus is enabled, properties files - are installed in to ${prefix}/etc.
  • -
  • Add Graphite output support in statgrab.
  • -
-

- A full list of changes can be found in the - NEWS - file contained within the release. -

-

- If you find any bugs in the release please report them - over at our - Issue - Tracker on GitHub. -

-

- Thursday 8 August 2013 -

-

- Version 0.90 of libstatgrab has been released.
- Download it from one of our mirrors. - Please note this and future releases are signed with a new - PGP key. -

-

- Please note that the API in 0.90 has changed, so - applications using libstatgrab will need to be updated to - support the changes. -

-

- There are a large number of changes in this version of - libstatgrab. Here is an overview: -

-
    -
  • Thread safety and reentrant functions.
  • -
  • API unification (every stats call is now able to - return multiple entries).
  • -
  • Complete rewrite of internal memory management (eases - future extensions).
  • -
  • Add experimental support for tracing using log4cplus.
  • -
  • Complete the ports for AIX, HP-UX and most of the - widely used BSD-based operating systems.
  • -
  • Complete the port for Darwin/MacOS X including basic - Mach.
  • -
  • Clean up the FreeBSD and Solaris implementations.
  • -
  • Clean up the FreeBSD and Solaris implementations.
  • -
-

- This release is the result of a significant amount of work - by the newest member of the libstatgrab team - Jens - Rehsack. Welcome to the team Jens! -

-

- If you find any bugs in the release please report them - over at our - Issue - Tracker on GitHub. -

-

- Sunday 21 February 2010 -

-

- Version 0.17 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release adds support for FreeBSD 9 and other systems - using utmpx. Also on FreeBSD it fixes an issue with large - quantities of memory and adds support for dynamically - getting a list of supported file systems. On Solaris ZFS - file systems will now be detected. And finally on Linux CPU - iowait information will be given where available. -

-

- Friday 30 May 2008 -

-

- Dag Odenhall got in touch today to let us know he's written - Ruby bindings - for libstatgrab. Thanks Dag! -

-

- Monday 17 March 2008 -

-

- Version 0.16 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release fixes some minor build problems on Solaris - with Sun's compiler, and on the Debian "armel" port. Also - a minor fix to statgrab-make-mrtg-config on machines with - no swap, and added support for FreeBSD 8. -

-

- Saturday 14 July 2007 -

-

- Version 0.15 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release fixes a regression introduced on OpenBSD in - the last release - memory statistics were reported - incorrectly. Some other minor changes have been made, see - the NEWS file for more information. -

-

- Monday 8 January 2007 -

-

- Version 0.14 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release contains mainly bugfixes - see the NEWS file - in the distribution for a full list. It also brings a new - feature in saidar: colour support, which can be activated - with the -c runtime flag. -

-

- Monday 20 March 2006 -

-

- Version 0.13 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release mainly includes a bunch of bug fixes, but - also brings preliminary support for WIN32. We've also - added a few lines to the header file to make C++ linking - easier. Please see the NEWS file in the distribution for - full details. -

-

- Sunday 31 July 2005 -

-

- Version 0.12 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release has some new features, bug fixes, and a minor - API change. More details have been added to the file - system statistics, linux partition detection has been - reworked, and compile errors on Linux 2.6 have been fixed. - Support has been added for Solaris 10 and FreeBSD 7. - There are also manual pages for all the tools. -

-

- The duplex value in the network interface statistics has - changed name from "dup" to "duplex" - this breaks the API. - We plan to stabilise the API for a 1.0 release. As before, - the old name is available if SG_ENABLE_DEPRECATED is - defined. -

-

- Tuesday 26 April 2005 -

-

- Official libstatgrab packages for Debian now - available. -

-

- Thanks to the work of - Bartosz Fenski - libstatgrab is now available on debian. This replaces our - unofficial debian packages which will no longer be - updated. -

-

- Thursday 3 March 2005 -

-

- Version 0.11.1 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release fixes a handful of minor bugs. Duplex - settings were reported incorrectly on linux (half and - full duplex were swapped), saidar displayed negative - filesystem stats incorrectly, and NFS filesystems were - ignored. These have all been fixed. -

-

- Friday 12 November 2004 -

-

- Version 0.11 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release brings support for HP-UX (version 11.11), and - also fixes a few other minor issues. -

-

- Wednesday 25 August 2004 -

-

- Version 0.10.3 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release adds a handful of new features to statgrab, and - adds support for FreeBSD 6.0-CURRENT. See the NEWS file in - the tarball for more details. -

-

- Tuesday 27 July 2004 -

-

- Version 0.10.2 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release fixes a problem with the shared library - version number in the last release. -

-

- Monday 26 July 2004 -

-

- Version 0.10.1 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release consists almost entirely of bugfixes. - We've fixed compile-time errors for recent OpenBSD and - NetBSD platforms, and also a minor bug in statgrab - that broke network statistics on Solaris. New - variables have been added to the pkg-config file to - suggest ownership and permissions of binaries, and - we've added error reporting functions that store errno - values. There's also other minor fixes detailed in the - NEWS file. -

-

- Thursday 20 May 2004 -

-

- Version 0.10 of libstatgrab has been released.
- Download it from one of our mirrors. -

-

- This release concentrates heavily on standardising the names - of functions and structures throughout libstatgrab. Although - this will mean changes for existing programs, in the long run - we hope it'll make things both clearer and easier. However, - for those who still need the old functions we have provided - compatibility wrappers. See the NEWS file for details. -

-

- The other main change in this release is a new function to - provide full details on currently running processes. See the - documentation for sg_get_process_stats for details. Along with - this there are compare functions for use with qsort for sorting - process, network, and disk io statistics. We've also introduced - error reporting functions that allow calling applications to - see why libstatgrab has returned a failure. See sg_get_error. -

-

- Finally, we've added support for NetBSD 2.0 and tidied up lots - of areas of the code. This release does not include the python - bindings - they're now available as their own project called - pystatgrab. -

-

- Sunday 21 March 2004 -

-

- pystatgrab, a new package containing a set of Python - bindings, has been released. Check out its - project page. -

-

- Downloading -

-

- The latest version of libstatgrab can be downloaded from - our mirror sites. - All downloads are pgp signed using our - PGP Key. -

-

- For installation instructions see the README and INSTALL - files contained within the archive. -

-

- Language Bindings -

- -

- Here are links to bindings for higher level languages - that provide access to libstatgrab. If you've written - a binding for another language, please get in touch so we - can add a link here. -

-

- Packages of libstatgrab -

- -

- These are various pre-packaged versions of libstatgrab - that you can get for your favourite operating system. If - we've missed any out, please let us know. -

-

- We've noticed that Google throws up some RPM's relating - to Mandrake and Suse, but no webpage for them. -

-

- Documentation -

-

- The only online documentation we have at the moment is the - manual pages converted in to HTML format. First are the - manual pages for the command line tools: -

- -

- We also have an overview page for the library: -

- -

- Then we have the manual pages for each function: -

- -

- Screenshot -

-

- Here's what saidar looks like when it's running: -

-

- saidar screenshot -

-
- -
- -
- - diff --git a/htdocs/libstatgrab/saidar.png b/htdocs/libstatgrab/saidar.png deleted file mode 100644 index 99a1bde15f470188a0da8a6838b9e7ab748a8448..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12033 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 RF8iYr107TCT1}Uz{{`ndrmz42 diff --git a/htdocs/menu-static.inc b/htdocs/menu-static.inc index cbc09c8..25c1008 100644 --- a/htdocs/menu-static.inc +++ b/htdocs/menu-static.inc @@ -13,8 +13,8 @@ Projects
    @@ -58,4 +58,4 @@ Valid CSS!

    - \ No newline at end of file + diff --git a/htdocs/menu.inc b/htdocs/menu.inc index 9c5fba7..8919fef 100644 --- a/htdocs/menu.inc +++ b/htdocs/menu.inc @@ -13,8 +13,8 @@ Projects
      @@ -66,4 +66,4 @@ })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-1579330-1', 'auto'); ga('send', 'pageview'); - \ No newline at end of file + diff --git a/htdocs/pystatgrab/index.xhtml b/htdocs/pystatgrab/index.xhtml deleted file mode 100644 index 4cf885a..0000000 --- a/htdocs/pystatgrab/index.xhtml +++ /dev/null @@ -1,181 +0,0 @@ - - - - pystatgrab homepage - - - - -
      -
      - -
      -

      - pystatgrab homepage -

      -
      - -
      -

      - News -

      -

      - Wednesday 13 April 2016 -

      -

      - Version 0.7 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This version adds support for Python 3. -

      -

      - If you find any bugs in the release please report them - over at our - Issue - Tracker on GitHub. -

      -

      - Monday 14 July 2014 -

      -

      - Version 0.6 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This release catches up with all the API changes made in - libstatgrab 0.90+. It requires - at least version 0.91 of libstatgrab. -

      -

      - If you find any bugs in the release please report them - over at our - Issue - Tracker on GitHub. -

      -

      - Saturday 14 July 2007 -

      -

      - Version 0.5 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This release fixes a potential crash when calling - sg_get_process_stats() multiple times. It also chases API - changes in libstatgrab 0.13. -

      -

      - Sunday 31 July 2005 -

      -

      - Version 0.4 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This release chases API changes in - libstatgrab 0.12. -

      -

      - Tuesday 26 April 2005 -

      -

      - Official pystatgrab packages for Debian now - available. -

      -

      - Thanks to the work of - Bartosz Fenski - pystatgrab is now available on debian. -

      -

      - Tuesday 25 August 2004 -

      -

      - Version 0.3 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This release catches up on new features available in - libstatgrab 0.10.2. -

      -

      - Monday 31 May 2004 -

      -

      - Version 0.2 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This release brings support for - libstatgrab 0.10. The standardised naming scheme from - libstatgrab has been adopted, and the new functions added. -

      -

      - Sunday 21 March 2004 -

      -

      - Version 0.1 of pystatgrab has been released.
      - Download it from one of our mirrors. -

      -

      - This is the first release of pystatgrab; a set of Python - bindings for the libstatgrab - library. Although lacking in documentation, it's fairly - complete feature wise. -

      -

      - What is pystatgrab? -

      -

      - pystatgrab is a set of Python bindings for the - libstatgrab library. It installs - as a module and provides a set of function calls with - identical names to the libstatgrab functions. The returned - data types also map logically on to the structures returned - by libstatgrab. -

      -

      - pystatgrab should work on any platform that libstatgrab - will work on. Currently, pystatgrab requires version 0.91 - or later of libstatgrab to function. -

      -

      - Downloading -

      -

      - The latest version of pystatgrab can be downloaded from our - mirror sites. - All downloads are pgp signed using our - PGP Key. -

      -

      - For installation instructions see the README file contained - within the archive. If you're using - FreeBSD you can make use of - the - devel/py-statgrab port to install pystatgrab (and - libstatgrab) for you. There's also a - - Debian package available. -

      -
      - -
      - -
      - - -- 2.44.0