Sysinfo-plugin
From VDR Wiki
(Difference between revisions)
(Preparation) |
(initial) |
||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | [[Image: | + | [[Image:Sysinfo-plugin.jpg|thumb|Screenshot]] |
| + | The '''sysinfo plugin''' displays several system related information, such as | ||
| + | * [[Kernel]] version | ||
| + | * [[CPU]] type | ||
| + | * CPU frequency | ||
| + | * CPU usage | ||
| + | * CPU free | ||
| + | * total memory | ||
| + | * memory usage | ||
| + | * memory free | ||
==Hardware requirements== | ==Hardware requirements== | ||
==Software requirements== | ==Software requirements== | ||
| + | * Sensors (optional) | ||
==Installation== | ==Installation== | ||
| - | See [[plugin installation]] | + | See [[plugin installation]]. |
| + | |||
| + | Copy the '''sysinfosensors.sh''' script somewhere into the PATH | ||
| + | <pre> | ||
| + | cp $SOURCEDIR/VDR/PLUGINS/src/sysinfo/script/sysinfosensors.sh /usr/bin | ||
| + | </pre> | ||
==Problems== | ==Problems== | ||
| + | * This plugin was not packaged correctly (see [[Plugin installation#For developers]]) | ||
==Links== | ==Links== | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://kikko77.altervista.org |
| Plugin homepage | | Plugin homepage | ||
| + | |- | ||
| + | | [2] | ||
| + | | http://secure.netroedge.com/~lm78 | ||
| + | | Sensors project homepage | ||
| + | |- | ||
| + | | [3] | ||
| + | | http://www.antbear.org/linux24_lm_sensors.html | ||
| + | | Sensors HOWTO | ||
|} | |} | ||
| Line 21: | Line 45: | ||
<!-- Link to german wiki page --> | <!-- Link to german wiki page --> | ||
| - | [[de: | + | [[de:Sysinfo-plugin]] |
Revision as of 11:43, 15 November 2004
Contents |
Description
The sysinfo plugin displays several system related information, such as
Hardware requirements
Software requirements
- Sensors (optional)
Installation
See plugin installation.
Copy the sysinfosensors.sh script somewhere into the PATH
cp $SOURCEDIR/VDR/PLUGINS/src/sysinfo/script/sysinfosensors.sh /usr/bin
Problems
- This plugin was not packaged correctly (see Plugin installation#For developers)
Links
| [1] | http://kikko77.altervista.org | Plugin homepage |
| [2] | http://secure.netroedge.com/~lm78 | Sensors project homepage |
| [3] | http://www.antbear.org/linux24_lm_sensors.html | Sensors HOWTO |
