Ask a Question related to AIX, Design and Development.
-
Bob Bale #1
To find out who is/are hogging disk resource
Hello All,
Is there a way to see who is/are using/hogging all the disk resource in AIX?
Thanks a million.
Bob Bale
Bob Bale Guest
-
Could not find font in the Resource dictionary - using Helvetica instead
We are seeing this error on a PDF file that has been generated through ADS. If the fonts are all embedded, why would this error show up? Happens... -
How to find size (in bytes) of an image using the GD image resource?
I would like to be able to determine the size (in bytes) of a file and re-adjust before output. Is this possible? Norm -- Avatar hosting at... -
unable to find adobe pdf resource files
What program are you printing from? I would install the Adobe PostScript Drivers 1.6... -
find the free hard disk space
EXEC master..xp_fixeddrives "Abraham" <binu_ca@yahoo.com> wrote in message news:eT1ZmpYRDHA.304@tk2msftngp13.phx.gbl... -
Format can't find disk
I am trying to install a 147GB disk on an Ultra Enterprise 2 running Solaris 8. i can see the disk when I boot from the installation Cd but I... -
Mark Taylor #2
Re: To find out who is/are hogging disk resource
If you mean "who is doing the most reads / writes to disk"
then:
there are a couple of ways you can do this, i would generally use nmon
as a starting point to see what the i/o characteristics are for a
process....
start nmon, then use "t" to get top processes, then use "5" to sort the
ouput by I/O Channel throughput...
if you wanted to work out which disks are being hit, then iostat will
tell you high level and filemon will give you low level information.
If you mean, who is using all my disk space, then you can use many
LVM commands like lsvg, lslv, lsfs, df, ls -l, du -sk etc.... to work
it all out.
There is a script kicking around this newsgroup that adds up all your
disk space etc, but i can remember what its called..
someone will no doubt be able to post the name of it or the thread that
contains it..
hope this helps
Mark
--
Posted via [url]http://dbforums.com[/url]
Mark Taylor Guest
-
RobH #3
Re: To find out who is/are hogging disk resource
"Bob Bale" <balebob@hotmail.com> wrote in message
news:6385ed14.0309090621.688346cc@posting.google.c om...in AIX?> Hello All,
>
> Is there a way to see who is/are using/hogging all the disk resourceIf you mean disk space then enable filesystem quotas, run the repquota>
> Thanks a million.
> Bob Bale
command and you'll get a nice list of how much disk space each user has.
--
RobH
The future's dim, the future's mono.
RobH Guest



Reply With Quote

