Sponsored Content
Full Discussion: Svhptdaemon
Operating Systems HP-UX Svhptdaemon Post 302989063 by bbbngowc on Friday 6th of January 2017 04:04:59 PM
Old 01-06-2017
Unfortunately I don't have lsof nor truss installed on this box.

I issued the find command but it came back with no results.

---------- Post updated at 04:04 PM ---------- Previous update was at 03:57 PM ----------

I decided to run find on the entire / fs. This came up, not sure what to make of it. This came from a file in the /tmp directory. /tmp/toolset/spin.0509

Code:
Running Threads (TSRUNPROC) and idle Processors
===============================================

                    TICKS     TICKS                    I TICKS
                    SINCE     SINCE                    C SINCE     NREADY
TID     PID   PPID  RUN       IDLE      PRI  SPU STATE S MIGR      FR LO AL COMMAND
------- ----- ----- --------- --------- ---- --- ----- - --------- -- -- -- -------
9822392 9922  9804  0         414       231  0   SYS   ? 1104611   7  0  -- crashinfo

Processor #0
                    TICKS     TICKS                    I TICKS
                    SINCE     SINCE                    C SINCE     NREADY
TID     PID   PPID  RUN       IDLE      PRI  SPU STATE S MIGR      FR LO AL COMMAND
------- ----- ----- --------- --------- ---- --- ----- - --------- -- -- -- -------
57      28    0     425067099 425067099 152  1   SYS   ? 425067116 0  7  -- svhptdaemon

 
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 08:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy