You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '.'.
Everytime process list shows this and nothing changes.
OS X 10.9.3
node v0.10.28
The text was updated successfully, but these errors were encountered: