2007年8月27日 星期一

一個有用的網站 (for DBA/Administrator)

http://www.idevelopment.info/

有提到不錯的管理資料, 值得參考, 閱讀.

例如:


Monitoring and Tracing Unix Processes

by Jeff Hunter, Sr. Database Administrator

Overview

This article is intended for use by any Unix/DBA Administrator who needs to monitor trace information from a UNIX process. For a more detailed look at the "truss" command using Sun Solaris, check out: (Using the "truss" command in Solaris)

How to Trace Unix System Calls for a Process

The following platforms support a trace utility that can be used to identify what a process is doing:

O/S Version Trace Utility
Sun Solaris 2.x, Unixware 7.0
truss, e.g.:

Unixware 7.0
$ truss -aefo

Solaris
$ truss -rall -wall -p
HP/UX 11
tusc, e.g.:
$ tusc -afpo
IBM AIX 4.x
sctrace, e.g.:
$ sctrace -Amo
Linux
strace, e.g.:
$ strace -fo
$ strace -p
SGI IRIX 6.x
par, e.g.:
$ par -siSSo
Compaq Tru64 Unix
trace, e.g.:
$ trace -fo
Sequent Dynix/PTX
truss, e.g.:
$ truss -aefo

沒有留言: