linux

AIX 5.3 Performance Diagnostics

This is a list of useful AIX commands do diagnose performance issues with the host. TOPAS VMSTAT svmon -G GUIDE for filesystems NMON script and analyzing filemon – Performance statistics for files, logical/physical volumes and virtual memory segments fileplace – Placement of a file’s blocks within a file system lsps […]

Useful Exchange Powershell Commands

Exchange 2007 Exchange 2007 view database sizes

List all AD users in the domain and export to CSV:

Exchange 2010 Check if database is mounted:

Check database name/server/size.

Display the existing state of the queue (exports)

Display database that the user is a member of: […]

AIX 5.3 Kill Proc

I began receiving alerts that my CPU utilization was peaking 1.25. Obviously this was not common for my build and I began inspecting. I ran the first command

Output:

If you wanted to sort it by the top 10 processes you can use the following:

Output:

[…]