Sponsored Content
Full Discussion: Svhptdaemon
Operating Systems HP-UX Svhptdaemon Post 302989019 by bbbngowc on Friday 6th of January 2017 10:04:24 AM
Old 01-06-2017
Thanks "jim mcnamara" and "MadeInGermany" for the responses.

The service PID is 28 and the PPID is 0.

I had checked syslog but nothing related to that specific process was in the log file.

both SAR and vmstat shows about 50% usage for sys:

Code:
10:11:27    %usr    %sys    %wio   %idle
10:11:28       0      50       0      50
10:11:29       0      50       0      50
10:11:30       0      50       0      50
10:11:31       0      51       2      47

Code:
         procs           memory                   page                              faults       cpu
    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id
    2     1     0   127867  5713748    0    0     4    0     0    0     0    394    849    51   0 50 50
    2     1     0   127867  5713663    0    0     1    0     0    0     0    457    850    49   0 50 50
    2     1     0   127867  5713663    0    0     0    0     0    0     0    449    697    49   0 50 50

 
KILL(2) 							System Calls Manual							   KILL(2)

NAME
kill - send signal to a process SYNOPSIS
kill(pid, sig); DESCRIPTION
Kill sends the signal sig to the process specified by the process number in r0. See signal(2) for a list of signals. The sending and receiving processes must have the same effective user ID, otherwise this call is restricted to the super-user. If the process number is 0, the signal is sent to all other processes in the sender's process group; see tty(4). If the process number is -1, and the user is the super-user, the signal is broadcast universally except to processes 0 and 1, the scheduler and initialization processes, see init(8). Processes may send signals to themselves. SEE ALSO
signal(2), kill(1) DIAGNOSTICS
Zero is returned if the process is killed; -1 is returned if the process does not have the same effective user ID and the user is not super-user, or if the process does not exist. ASSEMBLER
(kill = 37.) (process number in r0) sys kill; sig KILL(2)
All times are GMT -4. The time now is 03:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy