AIX Commands to monitor System Resource Controller (SRC)
Most SRC based services are started from /etc/rc.tcpip- Start the xntpd service
- Stop the NFS related services
- Refresh the named service
- List all registered services on the system
- Show status of ctrmc subsystem
AIX Commands to monitor system performance
CPU performancempstat
topas -P
lparstat
ps
iostat -tT 1
tprof†
curt† ------ (†Denotes trace based tools.)
Memory performance
vmstat
svmon
ps -o fields
topas
ipcs -m
Network I/O performance
[ent|tok|fddi|atm]stat
netstat
netpmon†
topas -E
Also Read: Storage Area Network (SAN) Basic Free Tutorials
Disk I/O performance
iostat
fcstat
lvmstat
filemon†
fileplace
topas -D
Application performance
truss
probevue
tprof†
svmon -P pid
ps -o fields -p pid
topas
The ~ character toggles to nmon-mode in topas
Other performances
Check for disk stat history collection
lsattr -HEl sys0 -a iostat
Enable historical disk statistic collection
chdev -l sys0 -a iostat=true
Also Read: AIX Scenario based questions
AIX Commands to monitor Memory and Paging space
- List size, summary, and paging activity by paging space
- List summary of all paging space
- List the total amount of physical RAM in system
- Create a new paging device on rootvg of 64 PPs
- Extend the existing paging space by 8 PPs
0 Comment to "Commands to monitor AIX server CPU memory utilization and performance"
Post a Comment