Re: I wrote a kernel tool for monitoring / web page

2005-02-23 Thread sylvanino b
Hi,

I wrote a kernel tool for my personnal usage which goal is to keep a
record of recent task preemptions and interruptions that appears under
linux. Either for debugging through KDB, or for monitoring/analyze
with a   graphics representation.

as adviced, SourceForge project is now opened:
http://sourceforge.net/projects/kernelanalyzer/

Best regards,

Sylvain
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: I wrote a kernel tool for monitoring / web page

2005-02-19 Thread sylvanino b
hi,

sorry, the host had poor advertisement.  I opened a SF project and am
waiting for its validation.

In the meantimes, I changed host, this one has no ad: 
http://slvn.free.fr/kernelanalyzer/index.php

I'm going to put more explanation on the site too.

sylvain

On Sat, 19 Feb 2005 19:17:18 -0500, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Sat, 2005-02-19 at 16:04 -0800, Randy.Dunlap wrote:
> > >
> > > For some reason all i ever get to see is the front page.. Any link just
> > > leads to an empty page like this [screenshot]:
> >
> > That's also what I saw with firefox, but konqueror worked OK.
> >
> 
> I saw it at first with Firefox but then when I tried again it worked.
> 
> > > http://affenbande.org/~tapas/kernelanalyzer_web.png
> > >
> > > I second lee's idea to move the project to sf.net or berlios.
> >
> 
> This wasn't my idea but it's a good one.
> 
> Lee
> 
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: I wrote a kernel tool for monitoring / web page

2005-02-18 Thread sylvanino b
Hi,

Sorry, it's meant to run on linux.
Actually, patch provided is for linux 2.6.9 + kdb 4.4


I have uploaded a new tarball and updated the webpage.
should be ok,

Sylvain
 

On Fri, 18 Feb 2005 20:01:55 -0500, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Sat, 2005-02-19 at 01:41 +0100, sylvanino b wrote:
> > I did a webpage for it, you can check it out at:
> > http://membres.lycos.fr/kernelanalyzer/
> >
> > If you have any comment/critics, don't hesitate to share it
> 
> Is this meant to run on a Windows system or something?  The screenshots
> look like Windows, and the archive is a .rar file.
> 
> I was not able to extract the .rar file.  File roller does not work at
> all because it tries to pass the nonexistent "-c" switch to unrar.  And
> it won't unrar manually:
> 
> [EMAIL PROTECTED]:~/cvs$ unrar kernelanalyzer.rar 2>&1 | head -20
> 
> unrar 0.0.1   Copyright (c) 2004 Ben Asselstine
> 
> Extracting from /smb/rlrevell/cvs/kernelanalyzer.rar
> 
> Extracting  download/image/ex1.JPGFailed
> Extracting  download/image/ex2.JPGFailed
> Extracting  download/image/schema.PNG Failed
> 
> Please use standard Linux file formats like .tar.gz instead of oddballs like 
> .rar.
> 
> Lee
> 
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


I wrote a kernel tool for monitoring / web page

2005-02-18 Thread sylvanino b
Hi,

I wrote a kernel tool for my personnal usage which goal is to keep a
record of recent task preemptions and interruptions that appears under
linux. Although the record is short (a few minutes only), It can help
to analyse scheduling algorithm efficiency and also driver timing
issues. The user can access data from user-space, through proc
filesystem and analyze it with a graphics tool.  Then, since it's also
availlable within KDB, it can give clues and help for debugging.

So far, the tool is not a big deal, but not trivial either. When It is
running, the tool doesn't overload the system. And when it is not
running, it's just transparent.

I did a webpage for it, you can check it out at:
http://membres.lycos.fr/kernelanalyzer/

If you have any comment/critics, don't hesitate to share it
Thanks,

Sylvain
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


how to make a contribution

2005-02-12 Thread sylvanino b
Hi,

I am writing to get some advice and general information.

I wrote a kernel tool for my personnal usage which goal is to keep a
record of recent task preemptions and interruptions that appears under
linux. Although the record is short (a few minutes only), It can help
to analyse scheduling algorithm efficiency and also driver timing
issues. The user can access data from user-space, through proc
filesystem and analyze it with a graphics tool.  Then, since it's alsa
availlable within KDB, it can give clues and help for debugging.

So far, the tool is not a big deal, but not trivial either. When It is
running, the tool doesn't overload the system. And when it is not
running, it's just transparent.

I would like to share this tool if somebody is interested, but I dont
know how to proceed, I mean how to make a contribution an efficient
way. Any help/idea/information is welcome.
Thanks,

Sylvanino
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/