https://github.com/ctb/sartre
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctb/sartre
- Owner: ctb
- Created: 2014-04-06T23:48:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T18:19:11.000Z (about 12 years ago)
- Last Synced: 2025-01-30T23:47:37.331Z (over 1 year ago)
- Language: Python
- Size: 4.84 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Code and data for my 2014 PyCon talk:
Instrument ALL the things: Studying data-intensive workflows in the
clowd
See http://ivory.idyll.org/blog/2014-pycon.html
Run: 'make clean all'
To run resource tracing::
sar -u -r -d -o times.dat 1
To extract information::
sar -d -p -f times.dat > disk.txt
sar -u -f times.dat > cpu.txt
sar -r -f times.dat > ram.txt
gzip *.txt
--titus
ctb@msu.edu