MIB Discovery
1930 modules enregistrés
Chemin
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 4 (private). 1 (enterprises). 9 (cisco). 9 (ciscoMgmt). 109 (ciscoProcessMIB). 1 (ciscoProcessMIBObjects). 3 (cpmThread). 1 (cpmThreadTable). 1 (cpmThreadEntry). 4 (cpmThreadState)
OID : 1.3.6.1.4.1.9.9.109.1.3.1.1.4
TXT : iso. org. dod. internet. private. enterprises. cisco. ciscoMgmt. ciscoProcessMIB. ciscoProcessMIBObjects. cpmThread. cpmThreadTable. cpmThreadEntry. cpmThreadState
Enfants
Pas d'enfants disponibles pour cet OID
Détails
OID1.3.6.1.4.1.9.9.109.1.3.1.1.4
Module CISCO-PROCESS-MIB (CISCO)
NomcpmThreadState
Accesreadonly
Statuscurrent
Description This object indicates the current state of a thread. Running state means that the thread is actively consumig CPU. All the other states are just waiting states. The valid states are: other - Any other state apart from the listed ones. dead - Kernel is waiting to release the thread's resources. running - Actively running on a CPU. ready - Not running on a CPU, but is ready to run (one or more higher or equal priority threads are running). stopped - Suspended (SIGSTOP signal). send - Waiting for a server to receive a message. receive - Waiting for a client to send a message. reply - Waiting for a server to reply to a message. stack - Waiting for more stack to be allocated. waitpage - Waiting for process manager to resolve a fault on a page. sigsuspend - Suspended for a signal. sigwaitinfo - Waiting for a signal. nanosleep - Sleeping for a period of time. mutex - Waiting to acquire a mutex condvar - Waiting for a condition variable to be signalled. join - Waiting for the completion of another thread. intr - Waiting for an interrupt. sem - Waiting to acquire a semaphore.
SyntaxeEnumeration (1-other, 2-dead, 3-running, 4-ready, 5-stopped, 6-send, 7-receive, 8-reply, 9-stack, 10-waitpage, 11-sigsuspend, 12-sigwaitinfo, 13-nanosleep, 14-mutex, 15-condvar, 16-join, 17-intr, 18-sem)