My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 117
=Introduction= Yet Another Process Monitor (YAPM) is a powerful aplication that allows to view and manage your running tasks, processes, threads, modules, windows, handles, network connections and your services. YAPM offers lots of features to manipulate them, such as privilege management, memory...
`process.py` is a (rather large) Python module to make process control easier and more consistent on Windows, Linux, and Mac OS X (and other Un*ces). The current mechanisms (`os.popen*`, `os.system`, `os.exec*`, `os.spawn*`) all have limitations. A quick list of some reasons to use `process.py...
ProcAn is an adaptive process analysis tool that gathers and analyzes processes in real time, attempting to identify 'interesting' processes. It does this by looking at HOW a process is using resources and not by the total resources. It looks at memory allocation and changes in processor load over t...
This python library lets you easily rename your python programs in top and ps output. ==Usage== >>> import procname >>> procname.getprocname() 'python' # Lets check this. Press Ctrl+Z user@comp:~/procname$ ps PID TTY TIME CMD 13016 pts/2 00:00:00 bash 13128 p...
= PEGAS version 1 = == Description == This library is based on VEGAS and this extension AndromedAS. This framework contains : * Color tools. * Draw API tools (ArcPen?, BezierPen?, RectanglePen?, Canvas....) * Transitions package (Tween, multi-tween...) * geom package with flash.ge...
==这是由西邮linux兴趣小组的同学共同开发的模拟linux内核进程管理。== ==旨在学习linux内核的进程管理机制,在用户态模拟这种机制,同时也为后来者学习linux内核搭建一个便捷的途径。== ==项目动因:学习linux内核,通过研究、模拟进程管理部分以便对内核有个宏观的认识!== ==项目要实现的功能:== ==初步设想要实现的功能主要有:== ===1、实现自己的fork()函数;=== ====比如fork()一下,有两个返回值,即进程描述符,可通过进程描述符来唯一获取进程PCB==== ...
= Introduction = There are many processes involved in the development of any software product. Only some of them have an effect that can be directly measured by metrics applied to the code itself. When you decide to change one of these processes, it is natural to want to measure the effect of ...
SuperF4 kills the foreground program when you press Ctrl+Alt+F4. This is different from when you press Alt+F4. Alt+F4 only _asks_ the foreground program to exit, allowing it to decide for itself what to do. [About Read more...] http://superf4.googlecode.com/svn/trunk/media/kill.png You can al...
=Oryx Editor= Oryx is a web-based editor for modeling business processes in various modeling languages like BPMN or EPC. You can create models and share them with your business partners, clients and friends. You may not only share a model with your colleagues, but discuss and improve it within on...
= A `setproctitle` implementation for Python = The library allows a process to change its title (as displayed by system tools such as `ps` and `top`). Changing a process title is mostly useful in multi-process systems, for example when using a pool of slave workers whose job is not decided whe...
1 2 3 4 5 6 7 8 9 10 Next