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

Already on GitHub? Sign in to your account

pcp pidstat fixes #98

Merged
merged 3 commits into from Jul 7, 2016

Conversation

Projects
None yet
2 participants
Contributor

sitaramshelke commented Jul 7, 2016

Fixed floating point precision for total_percent()
Fixed argument parsing for -P
Changed -P to -p to match with the original pidstat :)

sitaramshelke added some commits Jul 6, 2016

pcp-pidstat: Override and use -p to match original pidstat
Since original pidstat uses -p option to list the processes to be filtered, now pcp-pidstat -p matches with it.
pcp-pidstat: Use list() when parsing pid_list
pcp uses python3 and from python3, map() returns an iterator instead.

@natoscott natoscott merged commit d76327e into performancecopilot:master Jul 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment