I'm totally ok with it as long as it'll provide the same fields for all unixes and similar fields (or the same) for win32 too.
@Saghul, what do you think? On Sun, Jan 5, 2014 at 6:57 PM, Oleg Efimov <[email protected]> wrote: > Hi all! > > I founded that libuv currently still support limited system information > that historically needed for node.js: > getting network interfaces, cpu info and resident memory size. > > It will be great to have some more: cross-platform getrusage (mostly for CPU > usage stats) and detailed memory usage stats. > On *nix systems it is quite easy, also CPU usage can be gathered on Windows. > I'm not looked deep for memory usage stats on Windows, > but think that rss is not only one thing that can be gathered on Windows. > > Is anybody interesting for this? Can it be merged to core as 2 new separate > functions? > > -- > You received this message because you are subscribed to the Google Groups > "libuv" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/libuv. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/groups/opt_out.
