1830939 Members
1635 Online
110017 Solutions
New Discussion

ps

 
SOLVED
Go to solution
Carme Torca
Super Advisor

ps

Hi,

How could I do a #ps, to see all the line ?

Thanks!
Carmen.
Users are not too bad ;-)
12 REPLIES 12
Dagmar Boelen
Frequent Advisor

Re: ps

You mean which command line arguments to use so that you can see as much output as ps can give deliver?
Paula J Frazer-Campbell
Honored Contributor

Re: ps

Hi

What is your term setting?

Try vt100 or wy60

Paula

If you can spell SysAdmin then you is one - anon
Pete Randall
Outstanding Contributor

Re: ps

Carmen,

Try "ps -ex".


Pete


Pete
Carme Torca
Super Advisor

Re: ps

Hi,
I mean that I want to see as much output as ps can give deliver.
The TERM=xterm.

Thanks!
Carmen.
Users are not too bad ;-)
David_246
Trusted Contributor

Re: ps

ps -ef does give quiet some.
man ps, does even more :)

Regs David
@yourservice
David_246
Trusted Contributor

Re: ps

ps -ef does gives quiet some.
man ps, does even more :)

Regs David
@yourservice
David_246
Trusted Contributor

Re: ps

ps -ef gives quiet some.
man ps, does even more :)

Regs David
@yourservice
David_246
Trusted Contributor

Re: ps

sorry, sorry, sorry.

button button button
does does does
not not not
work work work
ok ok ok
@yourservice
Tom Geudens
Honored Contributor
Solution

Re: ps

Hi Carmen,
Note that you might not be able to see the complete commandline.
See http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x886950011d20d6118ff40090279cd0f9,00.html

A good option is to use the XPG4-variation. Search the forums for UNIX95 ...
Regards,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
Michael Steele_2
Honored Contributor

Re: ps

Besides expanding your display screen outwards from 80 to 132 columns I believe filtering out unwanted columns is the solution, so try somthing like this command:

# UNIX95= ps -e -o vsz,ruser,pid,args

'UNIX95=' is often seen around the forum and used in current version of HP-UX, even though this man page is from 10.10.

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5964-5283/5964-5283_top.html&con=/hpux/onlinedocs/5964-5283/00/00/40-con.html&toc=/hpux/onlinedocs/5964-5283/00/00/40-toc.html&searchterms=unix95&queryid=20030714-070023
Support Fatherhood - Stop Family Law
Paddy_1
Valued Contributor

Re: ps

ps -gaux
The sufficiency of my merit is to know that my merit is NOT sufficient
RolandH
Honored Contributor

Re: ps

Hi Carmen,

# UNIX95=1
# export UNIX95
# ps -elfH

But resize your terminal as big as you can.

Regards
Roland
Sometimes you lose and sometimes the others win