Jul 27, 2006 #1 tovohery Technical User Joined Jul 25, 2006 Messages 45 I'm new on UNIX, and i need to show the highest and lowest disk activity but i don't know the command. Could you give me some help? Regards
I'm new on UNIX, and i need to show the highest and lowest disk activity but i don't know the command. Could you give me some help? Regards
Jul 27, 2006 #2 bambock Programmer Joined Oct 26, 2005 Messages 60 Location US try using iostat. For the disk usage report: iostat -d [interval] [count] iostat -D [interval] [count] check the man page for the grisly details man iostat Ethan Upvote 0 Downvote
try using iostat. For the disk usage report: iostat -d [interval] [count] iostat -D [interval] [count] check the man page for the grisly details man iostat Ethan
Jul 28, 2006 Thread starter #3 tovohery Technical User Joined Jul 25, 2006 Messages 45 Ok and how to display the LV Name, LPs, PPs, DISTRIBUTION, MOUNT POINT? Regards Upvote 0 Downvote
Jul 28, 2006 #4 cspilman MIS Joined Nov 17, 2000 Messages 307 Location US Code: lspv -l hdisk[n] n = hdisk number. for example "lspv -l hdisk0" Regards, Chuck Upvote 0 Downvote
Jul 29, 2006 #5 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH Try iostat -AQ Regards, Khalid Upvote 0 Downvote
Jul 31, 2006 Thread starter #6 tovohery Technical User Joined Jul 25, 2006 Messages 45 Thanks, Regards Upvote 0 Downvote