1836872 Members
2099 Online
110110 Solutions
New Discussion

Re: Disk Utilization

 
SOLVED
Go to solution
zsujith
Frequent Advisor

Disk Utilization

Hello All,

In one of our server the glance shows 100% Disk utilization.

I need to find out which disk is utilizing the most and also need to generate 24 hour report to present it to customer.

Please help in generating report i.e. text and graphics using sar, glance or gpm.

Thanks & Regards
"The most wasted day is that in which we have not laughed."
11 REPLIES 11
Jeeshan
Honored Contributor

Re: Disk Utilization

you can see the disk wise utilization using glance

#glance -u

or can use sar utility

#sar -d 5 5
a warrior never quits
zsujith
Frequent Advisor

Re: Disk Utilization

Hello,

I need to generate report of which SAN disk or it associated logical volume is causing the disk utilization.

Regards
"The most wasted day is that in which we have not laughed."
Jeeshan
Honored Contributor

Re: Disk Utilization

which SAN you are using?
a warrior never quits
zsujith
Frequent Advisor

Re: Disk Utilization

Hello,

It is HITACHI OPEN-V SAN disk.

Regards
"The most wasted day is that in which we have not laughed."
Jeeshan
Honored Contributor

Re: Disk Utilization

so, you may prepare the disk utilization report from Storage system. not from system. check in the control utility of Hitachi if any and check the LUN's utilization. and which disk(s) are belongs to that LUN.
a warrior never quits
Sharma Sanjeev
Respected Contributor

Re: Disk Utilization

Hi

You can use PV (PERF VIEW) to generate reports
Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
zsujith
Frequent Advisor

Re: Disk Utilization

Sanjeev,

Can you please provide me the Perf View command to generate Disk utilization report.

Regards
"The most wasted day is that in which we have not laughed."
Sharma Sanjeev
Respected Contributor

Re: Disk Utilization

Hi

Login to server where PV is installed
export DISPLAY with ip of your PC
than PV

add the client for which you need Report and select Disk Utilization for that time period u want

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
Anka
Trusted Contributor
Solution

Re: Disk Utilization

#glance -u -j 1 -f /tmp/disk.out


and instead of -u you can also use for example the following options:

d, i, U, v

glance(1)
zsujith
Frequent Advisor

Re: Disk Utilization

Hi All,

Let me know how to generate Disk utilization report (both text and graphics) using gpm (GlancePlus).

Regards
"The most wasted day is that in which we have not laughed."
zsujith
Frequent Advisor

Re: Disk Utilization

Thank U
"The most wasted day is that in which we have not laughed."