linfo
linfo copied to clipboard
Linfo PHP Server Health Status
Dear @jrgp, In first, I wish you a Happy New Year. Can you add a "move" box like https://sourceforge.net/projects/handbrake for example. - https://sourceforge.net/projects/linfo/ To disable/delete tabs, go here: https://sourceforge.net/projects/linfo/ To...
Currently each tread report CPU name  imagine how many space take 2x of latest 64 core EPYC cpu's (256 lines ) Each page refresh show current core...
This is continuing from #113 ex: ``` lspci -vv | grep -E 'PCI bridge|LnkCap|LnkSta' 00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port (prog-if...
Hello, I'm using Mac OS 10.15.6 (Catalina) and getRam function return incorrect result. Here explained : ```php use Linfo\Linfo; require 'vendor/autoload.php'; $linfo = (new Linfo())->getParser(); print_r($linfo->getRam()); ``` Result : ```...
Hello, I have some services I want to monitor but their executable paths are not available (they show up in 'ps' command as "[cmd]" with square brackets) and they don't...
With Kernel 4.19 no drives are shown on Raspberry/Raspbian (Debian Buster): 
Hi, Is there any page where i can see more usage example? for example: 1. `var_dump($parser->getTemps());` gives nothing with the following notice/error > `Undefined index: temps` 2. `var_dump($parser->determineCPUPercentage());` gives null...
As the title suggests, the script doesn't monitor the inboud and outbound traffic of the current server. I hope this gets added to this script, im sure many people would...
Hello In my setup I'm trying to monitor the service state (up/down) of some services, i.e.: // Format: Label => pid file path $settings['services']['pidFiles'] = array( 'nginx' => '/run/nginx.pid', 'ssh'...
Linfo detects guest of xhyve and bhyve as being QEMU/KVM. This seems to be a generic problem as I have found tickets for Salt and Puppet/facter that state the same...