public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vincent Perrier <clowncoder@clowncode.net>
To: linux-kernel@vger.kernel.org
Subject: REAL-TIME GRAPHICAL BANDWIDTH/CPU/RAM MONITOR FOR LINUX
Date: Mon, 15 Jan 2007 21:55:43 +0100	[thread overview]
Message-ID: <1168894543.6007.2.camel@localhost.localdomain> (raw)

 Hello,
 I have just finished coding a REAL-TIME GRAPHICAL MONITOR for linux.

 The most difficult function of the kernel-embedded spy has been the
 catching of the uid and the  name of a process for a spyed-upon
 connection (udp or tcp). I had some nasty freezes before my last resort
 solution which is not completely satisfying (I now use local_save_flags
 very punctually).

 For the real hackers who would help to resolve this issue, have a look
 in the klownspy directory, monitor.c, try_to_get_to_the_socket_owner
 function, this function is called from bottom half (or softirq?)
 through a subscription to all packets with dev_add_pack.

 Another thing: BionicClown007 brings back amongs other things the
 memory used in the system, at a point in the computation, we need
 total_swapcache_pages (= swapper_space.nrpages) and this symbol is
 not exported (see collect.c).
 Is there an other way to get the used memory info?

 The BionicClown007 is at http://clowncode.net,
 BionicClown007 is the total rewriting of the ClownToolKit.

 Regards to all
 Vincent Perrier



                 reply	other threads:[~2007-01-15 21:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1168894543.6007.2.camel@localhost.localdomain \
    --to=clowncoder@clowncode.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox