Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'GeekTool - Useful and fun info on the desktop' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
GeekTool - Useful and fun info on the desktop
Authored by: webbix on Jul 07, '04 11:55:08AM
I display the uptime info as noted in the top right corner
just under the menu bar which gives your averages
11:49 up 19:14, 1 user, load averages: 1.70 1.76 1.80
and use menumeters to display dynamic percentage of use.

I also run a command to display active connections:
netstat -ab -f inet | grep -i established | sort +4

[ Reply to This | # ]