Vote
Bury
5
This Geeklet displays the following basic system stats:

Computer name (e.g. Matt's MacBook)
OS version (e.g. Mac OS X 10.6.2 10C540)
Amount of RAM (e.g. 2GB RAM)
Processor (e.g. Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz)

Command: scutil --get ComputerName;
sw_vers | awk -F':t' '{print $2}' | paste -d ' ' - - -;
sysctl -n hw.memsize | awk '{print $0/1073741824" GB RAM"}';
sysctl -n machdep.cpu.brand_string;

Font: Helvetica Neue
Colour: White
Size: 14


Geeklet file(s) to download

macinfo.glet

Either right-click and choose "Save Linked File As..." or hold the Option key and click to download files.
If using Safari, you may have to rename the files without the extra .txt extension that is added.

Comments


Written by NimbusSoftware
187 days ago
sysctl -n machdep.cpu.brand_string; won't work on PowerPC Macs.

:-(



Log in to comment or register here.