/usr/lib/python2.7/dist-packages/pytimechart-1.0.0rc1.egg-info/PKG-INFO is in pytimechart 1.0.0~rc1-3.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | Metadata-Version: 1.1
Name: pytimechart
Version: 1.0.0rc1
Summary: Fast graphical exploration and visualisation for linux kernel traces
Home-page: http://gitorious.org/pytimechart
Author: Pierre Tardy
Author-email: tardyp@gmail.com
License: BSD
Download-URL: http://gitorious.org/pytimechart
Description: pyTimechart is aimed at helping kernel developer to browse into large scale traces.
Based on very powerful and efficient plotting library *Chaco*, pytimechart UI feels very smooth.
Based on the python language, its plugin based architecture allow developer to very quickly implement
parsing and representation of new trace-event function-trace or trace_printk
Kernel traces are parsed as trace-events, and organised into processes, each process
is displayed in its own line. The x-axis representing the time, process is represented
as intervals when it is scheduled in the system.
pyTimechart processes are not only *process* in the common unix sense, it can be any group
of activities in the system. Thus pytimechart display activities of:
* cpuidle states
* cpufreq states
* runtime_pm
* irqs
* tasklets
* works
* timers
* kernel threads
* user process
* whatever there is a plugin for
pyTimechart also represent graphically the wakeup events between two process.
Keywords: gui,ftrace,perf,trace-event
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Intended Audience :: Developers
|