Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lack of /proc/<pid>/sched should display better info #34

Open
2 tasks
codyps opened this issue Jul 14, 2017 · 0 comments
Open
2 tasks

lack of /proc/<pid>/sched should display better info #34

codyps opened this issue Jul 14, 2017 · 0 comments

Comments

@codyps
Copy link
Contributor

codyps commented Jul 14, 2017

Right now on systems without this:

  • "Top CPU consumers" and "Top PSS consumers" show only a list of 0.000s [0], 0K - [0], and a single 393K - [1].
  • "Processes" table shows only [1]-0.021s (null) (no other processes listed).
  • "Memory allocation - Pss" shows only pids ([123], etc)

Things to do:

  • track the pid-only (no names) case correctly for top lists & processes table
  • use /proc/<pid>/comm, /proc/<pid>/exe, /proc/<pid>/cmdline, etc for naming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant