davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Populate the empty table in the status tab on the gateway front end #23

Closed davidkirwan closed 11 years ago

davidkirwan commented 11 years ago

Currently there is an empty table just above the graph on the gateway front end status tab, I'm considering putting in the 1 minute, 5 minute and 15 minute load averages or perhaps disk usage statistics.

davidkirwan commented 11 years ago

ardtweeno-gateway-status-table

Still considering what to put in here

davidkirwan commented 11 years ago

diskusage-stats

Implemented a table which displays the disk usage statistics output from the Linux disk utility df

davidkirwan commented 11 years ago

Fixed on dev