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

Process List doesn't work correctly #6

Closed
muttnikus opened this issue Jun 9, 2014 · 2 comments
Closed

Process List doesn't work correctly #6

muttnikus opened this issue Jun 9, 2014 · 2 comments

Comments

@muttnikus
Copy link
Contributor

Everytime process list shows this and nothing changes.

2014-06-09 21 50 35

OS X 10.9.3
node v0.10.28

@Pym
Copy link

Pym commented Jun 10, 2014

I can confirm that too. Same OS X & Node versions.

@MrRio MrRio closed this as completed in fac5e78 Jun 10, 2014
@MrRio
Copy link
Owner

MrRio commented Jun 10, 2014

This is now fixed in vtop@0.1.7 :)

muttnikus pushed a commit to muttnikus/vtop that referenced this issue Jun 10, 2014
In my system command 'ps' returns strings in format "0,0  1,6 com.apple.WebKit.WebContent". 
Function "parseFloat(stats[stat].cpu / os.cpus().length);" returns NaN when 'cpu' has ',' in float, and returns correct answer with '.'.
MrRio added a commit that referenced this issue Jun 10, 2014
Replace ',' on '.' in cpu and mem. Fix #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants