From 49c35589603c1f86f948efd99dc0ef8db54225e3 Mon Sep 17 00:00:00 2001 From: tmetsch Date: Wed, 12 Oct 2011 03:03:47 -0700 Subject: [PATCH 01/14] github generated gh-pages branch --- index.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..11b92cb --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ + + + + + + tmetsch/python-dtrace @ GitHub + + + + + + Fork me on GitHub + +
+ +
+ + + + +
+ +

python-dtrace + by tmetsch

+ +
+ A Python DTrace consumer using libdtrace and ctypes - Now Python can be used as DTrace Provider and Consumer... +
+ +

Contact

+

(tmetsch@platform.com)

+ + +

Download

+

+ You can download this project in either + zip or + tar formats. +

+

You can also clone the project with Git + by running: +

$ git clone git://github.com/tmetsch/python-dtrace
+

+ + + +
+ + + + From 77625a954d39ecb085b02730927e177ede56dba2 Mon Sep 17 00:00:00 2001 From: Thijs Metsch Date: Wed, 12 Oct 2011 12:29:18 +0200 Subject: [PATCH 02/14] page update --- index.html | 13 +++++++------ screenshot.png | Bin 0 -> 11170 bytes 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 screenshot.png diff --git a/index.html b/index.html index 11b92cb..8cf6a6b 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ + From b58cd2fdba13426152d17287969b7e474f18fbbe Mon Sep 17 00:00:00 2001 From: Thijs Metsch Date: Wed, 12 Oct 2011 16:07:29 +0200 Subject: [PATCH 06/14] added analytics --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d5beac..b148f4b 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,8 @@ - + + tmetsch/python-dtrace @ GitHub From b16775474f1bd982342299ea9a352aead106930b Mon Sep 17 00:00:00 2001 From: Thijs Metsch Date: Wed, 12 Oct 2011 16:17:18 +0200 Subject: [PATCH 07/14] added pypi link --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b148f4b..96a3b5c 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

python-dtrace A Python DTrace consumer using libdtrace and ctypes - Now Python can be used as DTrace Provider and Consumer... -

Examples

+

Examples

There are some examples available in the examples directory. The following screenshot shows a Python Tkinter GUI which shows the current (life updated) number of syscalls per execname. The bigger the circle, the more syscalls where made.
screenshot @@ -78,6 +78,9 @@

Download

by running:
$ git clone git://github.com/tmetsch/python-dtrace

+

+ The project is also hosted on pypi and ca be installed using pip or easy_install 'python-dtrace'. +