Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjackson/strender
System-call tracing to determine rendering dependencies
https://github.com/anjackson/strender
Last synced: 8 days ago
JSON representation
System-call tracing to determine rendering dependencies
- Host: GitHub
- URL: https://github.com/anjackson/strender
- Owner: anjackson
- License: apache-2.0
- Created: 2012-03-20T15:47:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T22:39:41.000Z (over 11 years ago)
- Last Synced: 2023-04-17T16:06:15.882Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Strender
========System Traced Rendering
Overview
--------
In short, the idea is to monitor resource usage during rendering, either by manual access or via simulation of access. As all I/O must pass through the kernel, standard systems monitoring methods can be used to analyse what is going in. In this way, possible run-time 'representation information' can be determined. This is particularly important for 'transcluded' resources, e.g. fonts or other external resources, that are not embedded in the primary object bitstream, but are embedded in the performance of that bitstream.As well as fonts, examples include
* Keys, licences,
* Preferences, caches,
* Fonts, colour spaces, Schema? Icons. Sounds/effects?PDF, Doc, declared fonts v used.
Embedded ok, linked media for doc too.
Linked files, and missing links?
Trace dependent media in PowerPoint presentation, including missing media?
SVG as a good example?
Science example?
http://highered.mcgraw-hill.com/sites/dl/free/0073106941/443736/DSPAudioExamples.ppthttp://stackoverflow.com/questions/1439586/best-way-to-watch-process-and-sub-processes-for-file-system-read-i-o
http://sysadvent.blogspot.com/2008/12/sysadmin-advent-day-1.htmlExtend using tcpdump, SystemTap, dtruss, etc...
Visualisation
-------------### Graphviz Plotters ###
#### HTML ####
http://www.graphviz.org/content/attrs#dtooltip
http://www.graphviz.org/content/output-formats#dcmapx
or
http://code.google.com/p/canviz/#### Applet ####
http://zvtm.sourceforge.net/zgrviewer.html