Pstree & Pidof

Data rilascio: 
Venerdì, 18 Luglio, 2025

Licenza:

Interfaccia:

Authors/Port authors:

Script in linguaggio Rexx per mostrare un diagramma ad albero dei processi in esecuzione:
  • pstree.cmd: mostra i processi in esecuzione sia come lista che come diagramma ad albero.
  • pidof.cmd: mostra il/i PID di un processo, questa è una versione ridotta di pstree.cmd che mostra solo i PID.
Questo software è distribuito come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente.

Installazione manuale

Il programma è distribuito come pacchetto ZIP: scaricare in una cartella temporanea e scompattare nella cartella di destinazione. Vedi sotto per il(i) link di download.

Qui di seguito trovi i link di download per l'installazione manuale del software:

Pstree & Pidof (18/7/2025, Anton Monroe) Readme/What's new
pstree.cmd is a Rexx script inspired by the Linux 'pstree' command. It will draw a tree diagram of the currently running processes showing their parent and child processes. Or it will list them sorted by PID, PPID, SID, etc. By the way, pstree.cmd will also check for files named *.pid under \var\run and its subdirectories, which can sometimes help identify processes. For instance, the process name of my Rexx cron daemon simply shows up as "4OS2.EXE", but I can tell which copy of 4OS2 is the cron daemon because pstree.cmd shows it as DT [19] ÀÄÄÄÄ[149] F:\SYS\APPS\4OS2\4OS2.EXE (crond) pidof.cmd is also a Rexx script, inspired by the Linux 'pidof' command. Given a name, it shows the PID(s) of the named process. It can be used from the command line or called as a function from a Rexx script. for usage, see pstree.cmd -help pidof.cmd -help Anton Monroe
 www.hobbesarchive.com/Hobbes/pub/os2/util/process/pstree.zip(link is external)  local copy
Scheda aggiornata l'ultima volta il: 19/07/2025 - 11:47

Aggiungi un commento