-rw-r--r-- | help/en/html/sysinfo.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/help/en/html/sysinfo.html b/help/en/html/sysinfo.html new file mode 100644 index 0000000..7de7cfe --- a/dev/null +++ b/help/en/html/sysinfo.html @@ -0,0 +1,61 @@ +<html><head><title>SysInfo</title></head><body> +<p align="center"> +<img src="sysinfo/SystemInfo"> +<h1>SysInfo</h1> +<b>System information viewer</b> +<p align="left"> +<hr> +This application presents a set of tabbed pages each containing +information about the current status of the device's <b>Memory</b>, +<b>Storage</b>, <b>CPU</b>, <b>Processes</b>, <b>Kernal Modules</b>, +and software <b>Versions</b>. +</p> +<p> + +<img src="sysinfo/memorytabicon"><b>Memory</b> +<br> +Displays memory use. Used memory is displayed on the left of +the bar in red. Total available memory equals Free +<em>plus</em> Cached memory. Opie makes use of spare Free +memory as Cache to improve speed, but will reclaim Cached memory +whenever necessary. +<p> + +<img src="sysinfo/storagetabicon"><b>Storage</b> +<br> +Displays storage available for any media currently in use. +<p> + +<img src="sysinfo/cputabicon"><b>CPU</b> +<br> +Displays the CPU usage, or how hard the processor is working. +<p> + +<img src="sysinfo/processtabicon"><b>Processes</b> +<br> +Displays all processes currently running on the system. +Additional information about the process can be viewed by clicking +and holding the desired process. Signals can be sent to a +process by selecting the process, selecting the desired signal +and then clicking the <b>Send</b> button. +<p> +<b>WARNING:</b> Stopping processes can render the device +unstable until it is rebooted. +<p> + +<img src="sysinfo/moduletabicon"><b>Kernel Modules</b> +<br> +Displays all kernel modules currently loaded on the system. +Additional information about the module can be viewed by clicking +and holding the desired module. A module can be removed +by selecting the process, selecting the desired removal option and +then clicking the <b>Send</b> button. +<p> +<b>WARNING:</b> Removing modules can render the device +unstable until it is rebooted. +<p> + +<img src="sysinfo/versiontabicon"><b>Version</b> +<br> +Displays software version numbers. +</body></html> |