Sysinfo-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
mNo edit summary
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==

Revision as of 22:56, 30 November 2004

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