Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    Visualizzare i thread di un processo

    C'é un comando per visualizzare la lista di tutti i thread di un processo?

    Grazie.
    To understand recursion, we must first understand recursion

  2. #2
    che sappia io:

    htop

    infatti nel man c'e':

    K Hide kernel threads: prevent the threads belonging the kernel to be displayed
    in the process list. (This is a toggle key.)

    H Hide user threads: on systems that represent them differently than ordinary
    processes (such as recent NPTL-based systems), this can hide threads from
    userspace processes in the process list. (This is a toggle key.)

  3. #3
    Utente di HTML.it L'avatar di cacao74
    Registrato dal
    Jan 2005
    Messaggi
    2,570
    anche il top, dal cui man si legge:
    -H : Threads toggle
    Starts top with the last remembered ’H’ state reversed. When this
    toggle is On, all individual threads will be displayed. Other‐
    wise, top displays a summation of all threads in a process.
    anche ps e pstree danno informazioni in merito

    ciao
    slack? smack!

  4. #4
    Grazie mille... con top -H non ho fatto niente perché_mi fa vedere solo i primi x della lista.... Ho risolto con ps -efL....

    Grazie di nuovo!
    To understand recursion, we must first understand recursion

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.