iwatake2222 / rotop

top command for ROS 2

Home Page:https://pypi.org/project/rotop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use `top` to get process status

iwatake2222 opened this issue · comments

Issue

  • Current implementation runs top command and parses the result
  • It may not work on environments other than Linux
  • Also, running top consumes CPU

Idea

  • Use psutil to get process status