2017 © Pedro Peláez
 

library phpsysinfo

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

image

phpsysinfo/phpsysinfo

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  • Wednesday, August 1, 2018
  • by rk4an
  • Repository
  • 115 Watchers
  • 965 Stars
  • 4,265 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 211 Forks
  • 10 Open issues
  • 20 Versions
  • 7 % Grown

The README.md

phpSysInfo

REQUIREMENTS

PHP 5.1.3 or later with SimpleXML, PCRE, XML and DOM extension., (*1)

Suggested extensions:

  • mbstring: Required for *nix non UTF-8 systems
  • com_dotnet: Required for Windows environments
  • xsl: Required for static mode
  • json: Required for bootstrap mode

CURRENT TESTED PLATFORMS

  • Linux 2.6+
  • FreeBSD 7+
  • OpenBSD 2.8+
  • NetBSD
  • DragonFly
  • HP-UX
  • Darwin / Mac OS / OS X / iOS
  • Windows 2000 / XP / 2003 / Vista / 2008 / 7 / 2011 / 2012 / 8 / 8.1 / 10 / 10 IoT / 2016 / 2019 / 2022 / 11
  • Android

Platforms currently in progress:

  • Haiku
  • Minix
  • SunOS
  • ReactOS
  • IBM AIX
  • QNX
  • GNU Hurd
  • FortiOS (via SSH)
  • DrayOS (via SSH)

If your platform is not here try checking out the mailing list archives or the message boards on Github., (*2)

INSTALLATION AND CONFIGURATION

Typical installation

Just decompress and untar the source (which you should have done by now, if you're reading this...), into your webserver's document root., (*3)

There is a configuration file called phpsysinfo.ini.new. If this a brand new installation, you should copy this file to phpsysinfo.ini and edit it., (*4)

  • make sure your php.ini file's include_path entry contains "."
  • make sure your php.ini has safe_mode set to 'off'.

phpSysInfo require php-xml extension., (*5)

Please keep in the mind that because phpSysInfo requires access to many files in /proc and other system binary you MUST DISABLE php's safe_mode. Please see the PHP documentation for information on how you can do this., (*6)

That's it. Restart your webserver (if you changed php.ini), and voila., (*7)

Docker container installation

  • sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo#main
  • sudo docker run -i -p 8080:80 -t phpsysinfo
  • go to http://localhost:8080/phpsysinfo/

KNOWN PROBLEMS

  • phpSysInfo is not compatible with SELinux Systems
  • small bug under FreeBSD with memory reporting

PLATFORM SPECIFIC ISSUES

Windows with IIS

On Windows systems we get our informations through the WMI interface. If you run phpSysInfo on the IIS webserver, phpSysInfo will not connect to the WMI interface for security reasons. At this point you MUST set an authentication mechanism for the directory in the IIS admin interface for the directory where phpSysInfo is installed. Then you will be asked for an user and a password when opening the page. At this point it is necessary to log in with an user that will be able to connect to the WMI interface. If you use the wrong user and/or password you might get an "ACCESS DENIED ERROR"., (*8)

MBM5

Make sure you set MBM5 Interval Logging to csv and to the data directory of phpSysInfo. The file must be called MBM5. Also make sure MBM5 doesn't add symbols to the values. This is a Quick MBM5 log parser, need more csv logs to make it better., (*9)

WHAT TO DO IF IT DOESN'T WORK

First make sure you've read this file completely, especially the "INSTALLATION AND CONFIGURATION" section. If it still doesn't work then you can:, (*10)

Ask for help or submit a bug on Github (https://github.com/phpsysinfo/phpsysinfo/issues), (*11)

!! If you have any problems, please set DEBUG to true in phpsysinfo.ini and include any error messages in your bug report / help request !!, (*12)

OTHER NOTES

If you have a great idea or want to help out, just create a pull request with your change proposal in the phpSysInfo repository., (*13)

LICENSING

This program is released under the GNU Public License Version 2 or (at your option) any later version, see COPYING for details., (*14)

The Versions

01/08 2018

dev-master

9999999-dev http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *
  • php >=5.1.3

 

31/05 2018

dev-master-bs4

dev-master-bs4 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.1.3
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

12/02 2018

dev-stable

dev-stable http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0+ GPL GPL-2.0-or-later

The Requires

  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *
  • php >=5.1.3

 

12/02 2018

v3.2.10

3.2.10.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.1.3
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

20/01 2018

v3.2.9

3.2.9.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.1.3
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

30/09 2017

v3.2.8

3.2.8.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.1.3
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

03/04 2017

dev-misc

dev-misc

  Sources   Download

07/01 2017

v3.2.7

3.2.7.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

30/08 2016

v3.2.6

3.2.6.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

05/02 2016

v3.2.5

3.2.5.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

13/12 2015

v3.2.4

3.2.4.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

23/08 2015

v3.2.3

3.2.3.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

01/06 2015

v3.2.2

3.2.2.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

28/02 2015

v3.2.1

3.2.1.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

13/01 2015

v3.2.0

3.2.0.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

17/11 2014

v3.1.17

3.1.17.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

18/10 2014

v3.1.16

3.1.16.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

18/09 2014

v3.1.15

3.1.15.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

25/07 2014

v3.1.14

3.1.14.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *

 

31/05 2014

v3.1.13

3.1.13.0 http://phpsysinfo.github.io/phpsysinfo/

phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.

  Sources   Download

GPL

The Requires

  • php >=5.2.0
  • ext-simplexml *
  • ext-pcre *
  • ext-xml *
  • ext-dom *