"These tools provide metrics which can be used to get information about system activities. " Most are obvious but there are a couple of tools that I hadn't heard of.
-
I posted to delicious.com
20 Linux System Monitoring Tools Every SysAdmin Should Know
http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html
- Tags:
- tools
- sysadmin
- linux
- performance
February 13 2010, 7:44am | Comments a>
-
I posted to delicious.com
How to collect Linux system utilization data into a file
http://www.cyberciti.biz/tips/howto-write-system-utilization-data-to-file.html
"The sadc command samples system data a specified number of times ( count ) at a specified interval measured in seconds ( interval ). It writes in binary format to the specified output file"
February 13 2010, 7:39am | Comments a>
-
I posted to delicious.com
Project SIKULI
Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots).
January 23 2010, 11:51pm | Comments a>
-
I posted to delicious.com
Zsh
"One area in which it is dramatically powerful is in its ability to interactively evaluate arguments. It can do command name completion, filename completion, and is extensible such that it can use programs to evaluate possible command completions. It is highly configurable, has a lot of cool features that a lazy man like me likes. The only problem is that Bash is the standard shell and that Zsh is not installed everywhere, so I tried to use Bash for a day, and the missing cyclic completion made me run back to Zsh."
December 21 2009, 8:56am | Comments a>
-
I posted to delicious.com
web-shell - Project Hosting on Google Code
http://code.google.com/p/web-shell/
It runs on any browser capable of JavaScript and AJAX. You can use it from any computer or iPhone/smartphone.
The server is written in Python and is very easy to set up on Linux, Mac OS X, BSD, Solaris, and any Unix that runs python 2.3.
November 23 2009, 4:27pm | Comments a>
-
I posted to delicious.com
Bash shortcuts
http://talesofacoldadmin.wordpress.com/bash-shortcuts/
"Here are my most helpful things to keep in mind when it comes to scripting in bash."
November 15 2009, 7:03am | Comments a>
-
I posted to delicious.com
Dumb things to check when debugging IT problems
http://whatexit.org/tal/mywritings/dumb-things-to-check.html
When you are debugging a problem for hours and hours, you suddenly realize, "I bet it's something really dumb!" It often is.
- Tags:
- windows
- sysadmin
- programming
- unix
- linux
- solaris
- development
- troubleshooting
- troubleshoot
- debugging
November 14 2009, 5:08am | Comments a>
-
I posted to delicious.com
Install couchdb 0.9.0 and Erlang R13B from sources on ubuntu Jaunty 9.04
http://assertbuggy.blogspot.com/2009/06/install-couchdb-090-and-erlang-r13b.html
Description of how to install couchdb and Erlang from sources on ubuntu
October 27 2009, 6:06am | Comments a>
-
I posted to delicious.com
pigz - Parallel gzip
A parallel implementation of gzip for modern multi-processor, multi-core machines
October 17 2009, 11:38pm | Comments a>