Skip to content

Some cobbled together php to serve up from my Raspberry Pi which shows some useful information about the board.

Notifications You must be signed in to change notification settings

ochaa/RPi-Board-Info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

I wanted to have a simple way of checking out my Raspberry Pi's board temperature, storage space, memory usage and other stats' so I cobbled together some php and bash to serve up using the webserver on my Raspberry Pi.

Known Kludges

  • The page takes at least 1 second to load in order to take two samples of the network Tx/Rx bit-count a second apart in order to determine the current transfer rates.

  • Clearly I should be using an MVC rather than the inline-nightmare I've created.

Installation

  1. Clone this repo somewhere your webserver can see it.
  2. Cross Fingers.
  3. Point your browser at your webserver.

Screenshot

About

Some cobbled together php to serve up from my Raspberry Pi which shows some useful information about the board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.8%
  • CSS 13.8%
  • Shell 2.4%