jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Monitoring library wrap + windows service / daemon wrapper #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am considering writing a monitoring app (CPU, memory), it could be great
to have a wrap around a portable library which provides this information in
a portable way. I am looking for anything but I did not find yet.

Speaking about monitoring application - is it hard to write a starter
binary that will act as windows service (with registering possibility) on
Windows and a deamon on UNIX?

Original issue reported on code.google.com by lukas.zapletal on 13 Feb 2008 at 10:17

GoogleCodeExporter commented 9 years ago
What kind of information are you looking for ? only CPU and memory ? global or 
per
running process ?

Original comment by sou...@gmail.com on 14 Feb 2008 at 12:08

GoogleCodeExporter commented 9 years ago
BTW, I have created a new issue (windows service with jslibs) for the second 
topic.

Original comment by sou...@gmail.com on 14 Feb 2008 at 12:09

GoogleCodeExporter commented 9 years ago
I cannot find the new issue. I was unable to create an ENHANCEMENT issue so I 
have
had to create a new bug.

Well all things that can be gathered globally, no of processes, process names 
etc. I
would like to do a secure & monitoring application that will run on javascript.

Btw I have evaluated jslibs, wxjs and one other project and jslib is the most
lightwight one. I like it very much.

Original comment by lukas.zapletal on 14 Feb 2008 at 12:31

GoogleCodeExporter commented 9 years ago
There must exist some kind of library that proviedes this data in a portable 
way... :-(

Original comment by lukas.zapletal on 14 Feb 2008 at 12:33

GoogleCodeExporter commented 9 years ago
in the module jsdebug, I started to create some functions to monitor jslibs
memory/cpu usage
(http://code.google.com/p/jslibs/source/browse/trunk/jsdebug/static.cpp).
But I don't know if such libraries already.

Original comment by sou...@gmail.com on 14 Feb 2008 at 1:18