How to Monitor UNIX CPU Usage by Processby Ed ChenDecember 18, 2012April 1, 2018OP usually have been told and trained to use “top” command to monitor the overall status of a server, the “top” command can show many… Read More »How to Monitor UNIX CPU Usage by Process
How to Retrieve a Directory Recursively by FTP Alternativelyby Ed ChenDecember 17, 2012April 1, 2018There is no direct FTP command that can recursively download a directory, so don’t expect that you can do this operation in one or few… Read More »How to Retrieve a Directory Recursively by FTP Alternatively
Irix Mode vs. Solaris Mode in Top Commandby Ed ChenDecember 15, 2012July 5, 2018On Solaris, the top command always takes all cpu usage as a maximum 100%, no matter how many cpus are there on the board. In… Read More »Irix Mode vs. Solaris Mode in Top Command
How to Remove No-Name or Empty-Name Filesby Ed ChenOctober 17, 2012October 17, 2019After you finish your shell scripting, you’d like to try your scripts to see the result in your test environment. In the debug phase, you… Read More »How to Remove No-Name or Empty-Name Files
How to Resolve Only at Command is Available to Schedule Jobsby Ed ChenOctober 16, 2012May 4, 2019Only at Command Available When you are a customer DBA at your client’s site to do routine db data collection or planned health check tasks,… Read More »How to Resolve Only at Command is Available to Schedule Jobs
How to Monitor Unix Memory Usage by Processesby Ed ChenOctober 14, 2012May 4, 2019Monitor Memory Usage In Unix, you have many tools to monitor the overall memory usage, such as vmstat, sar, top and free. Using vmstat Command… Read More »How to Monitor Unix Memory Usage by Processes