Computing.Net > Forums > OpenVMS > OpenVMS TASK 100% CPU LOAD - HELP!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

OpenVMS TASK 100% CPU LOAD - HELP!

Reply to Message Icon

Name: smsc
Date: July 30, 2007 at 00:59:02 Pacific
OS: OpenVMS
CPU/Ram: xxx
Product: xxxx
Comment:

Hello,
I've a problem with OpenVMS 7.2.
I've a task running that take 100% CPU LOAD.

If I use PS I get:
20800424 TASK_145A0094

But witch is TASK_145A0094???

Please Help!



Sponsored Link
Ads by Google

Response Number 1
Name: KellyS
Date: July 30, 2007 at 06:52:20 Pacific
Reply:

Hello Smsc,

You should be able to find this process (or task) by entering the command "show system". The first hexadecimal number listed in the output of this command is the Process Id, or "PID". You can use this to kill the process ("stop/id=pid") or get more information on it ("show proc/all/id=pid").

Some other points:

- There is no native VMS command called "PS", so I can't be sure what your posted result means. "PS" is probably a command shortcut called a symbol. Enter "show symbol ps" to see what this command really does.

- It is not necessarily bad for a process to use 100% of the CPU. It is common when the process is a batch (ie. background) process running at low priority. In fact, it's a good thing to make full use of the CPU you've already paid for. of course, it's a different thing if the process is high priority or otherwise preventing other processes from getting their jobs done.


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: OpenVMS TASK 100% CPU LOAD - HELP!

HELP! Whether my script is runnable? www.computing.net/answers/openvms/help-whether-my-script-is-runnable/598.html

instal hung on jumping to bootstrap www.computing.net/answers/openvms/instal-hung-on-jumping-to-bootstrap/363.html

OpenVMS VAX boot question www.computing.net/answers/openvms/openvms-vax-boot-question/523.html