Skip to content

Can we get the number of threads of a process during a time period? #10

@liweijian

Description

@liweijian

We can get the threads list by command ps M <pid>, and get the number of thread by NUM= ps M | wc -l | xargs && expr $NUM - 1.

I was wondering if maybe syrupy could list the number of threads in its result?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions