18 lines
545 B
PHP
Raw Permalink Normal View History

2023-06-29 22:14:05 +02:00
<h1>Kioskbrowser</h1>
2025-07-22 17:25:47 +01:00
<h2>Version: <?php echo exec('git describe --tags --abbrev=0'); ?></h2>
2023-06-29 22:14:05 +02:00
CPU temperature: <br>
<?php passthru("sudo vcgencmd measure_temp"); ?>
<br>
CPU voltage: <br>
<?php passthru("sudo vcgencmd measure_volts"); ?>
<br>
Throttling status (everything except 0x0 means throttling, get a better power supply!): <br>
<?php passthru("sudo vcgencmd get_throttled"); ?>
<br>
Last heartbeat:
<?php echo date("Y-m-d H:i:s", filemtime("/dev/shm/heartbeat")); ?>
<br>
<br><br>
<img src="/screenshot.php?<?php echo microtime(); ?>">