Sysinfo-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
(One intermediate revision by one other user not shown)
Line 20: Line 20:


Copy the '''sysinfosensors.sh''' script somewhere into the PATH
Copy the '''sysinfosensors.sh''' script somewhere into the PATH
cp $SOURCEDIR/VDR/PLUGINS/src/sysinfo/script/sysinfosensors.sh /usr/bin
<pre>
cp $SOURCEDIR/VDR/PLUGINS/src/sysinfo/script/sysinfosensors.sh /usr/bin
</pre>


==Problems==
==Problems==
Line 44: Line 42:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|sysinfo-plugin}}
<!-- Link to german wiki page -->
[[de:Sysinfo-plugin]]

Revision as of 08:08, 14 March 2006

Description

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

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

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