Sponsored Content
Full Discussion: Svhptdaemon
Operating Systems HP-UX Svhptdaemon Post 302988994 by MadeInGermany on Friday 6th of January 2017 04:56:28 AM
Old 01-06-2017
That explains why it cannot be killed.
While I have never met a svhptdaemon myself on HP-UX 11.31. Maybe it is associated with a certain function.
The kernel processes have PID 0. Can be listed with
Code:
pgrep -l -P 0

or
Code:
ps -ef | awk '$3==0'

Is there high %sys in sar 1 100 or vmstat 1?
Are there kernel messages in /var/adm/syslog/syslog.log ?
This User Gave Thanks to MadeInGermany For This Post:
 
PS(1)							      General Commands Manual							     PS(1)

NAME
ps, psu - process status SYNOPSIS
ps psu [ user ] DESCRIPTION
Ps prints information about processes. Psu prints only information about processes started by user (default $user). For each process reported, the user, process id, user time, system time, size, state, and command name are printed. State is one of the following: Moribund Process has exited and is about to have its resources reclaimed. Ready on the queue of processes ready to be run. Scheding about to be run. Running running. Queueing waiting on a queue for a resource. Wakeme waiting for I/O or some other kernel event to wake it up. Broken dead of unnatural causes; lingering so that it can be examined. Stopped stopped. Stopwait waiting for another process to stop. Fault servicing a page fault. Idle waiting for something to do (kernel processes only). New being created. Pageout paging out some other process. Syscall performing the named system call. no resource waiting for more of a critical resource. FILES
/proc/*/status SOURCE
/sys/src/cmd/ps.c /rc/bin/psu SEE ALSO
kill(1), db(1), ps(1), proc(3) PS(1)
All times are GMT -4. The time now is 07:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy