Downloads: A new file has been added by diablo_sv21:
System Monitor
This is a stand alone plugin for monitoring your System specs and usage.
There are no settings, everything is gathered from the .net framework and the Win32 dlls. It is a limited set of information at the moment, but it can be expanded if anyone has any requests. I've left space on the System Info page for such details.
Currently listed are CPU/RAM/Page File info, Battery Info, GPS Info (Actually taken from the CF values) and General System Information.
Most importantly (for some people) is that all the values are available through the CF_pluginData method. Aka, available to Logodashboard.
Here's a quick list of all the available values, they are fairly self explanatory:
CPU_Manufacturer
CPU_CurrentClockSpeed
CPU_Usage
CPU_Cores
CPU_Archetecture
CPU_Family
Baseboard_Manufacturer
Baseboard_Model
Baseboard_Socket
RAM_SlotsAvailable
RAM_SlotsUsed
RAM_MemoryTotal
RAM_MemoryUsed
RAM_MemoryType
RAM_Manufacturer
PageFile_MemoryUsed
PageFile_MemoryTotal
Battery_BatteryStatus
Battery_Chemistry
Battery_Manufacturer
Battery_EstimatedChargeRemaining
Battery_EstimatedRunTime
Battery_FullChargeCapacity
Battery_TimeOnBattery
Battery_TimeToFullCharge
Monitor_Manufacturer
Monitor_Type
Monitor_ScreenHeight
Monitor_ScreenWidth
Those with a keen eye might notice that there are more values there then displayed in the plugin. ;-)
Any variable value is updated every second. You might find a lot of those values return blank, it will depend on your hardware a lot and possibly which version of Windows you are running. Tested under Windows XP, but Vista and Windows 7 Users might have trouble.

Note: This application uses exactly the same layout/skin as SpeedFan - View Log. Just need to change a few Button/Label names and you are set.
As always, comments/feedback/suggestions welcome!