how Can i check processing consuming by peoplesoft
applications?
Answers were Sorted based on User's Feedback
Answer / sks
in unix u can fire a command ps -ef | grep -i <process name >
you will get the info of process
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / atanu das
In Linux we can use top command check the status of real
time notification that a particular processor are using.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rohit
we can check the processes un the task manager in
windows....about unix i hvae no idea....
then u check the server staqtus the client status u will
get the info about all the processes running or in ideal
stage.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / prakash
You can use "Topas" command(utility) on AIX servers , its
gives you the list of process name with the resource
consumption. .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / karen
In unix solaris, w ehave the top utility installed. I t
will show you the top most consuming processes on the
server. You can even see what is that exact process with
their PID.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashok
If multiple domains are configured in single server do
ps -fu <batch id>| grep -i <domain name>
| Is This Answer Correct ? | 0 Yes | 0 No |
Which commands can be run in Bootstrap mode?
What is added as new option in Build apart from Create Tables, Indexes, Views?
What are various ways to trace a process / application in peoplesoft?
How to login into bs mode?
Is it ok to install two different peoplesoft versions on same machine? If yes, how would you do it?
Differentiate between dddaudit and sysaudit?
What are the analytic servers?
What is single server definition in weblogic server?
Explain the menu types available in peoplesoft?
Where will you configure for failover of Application Server?
How would you find out how many users are connected to peoplesoft?
In PeopleCode Debugger what are the valid values?