← Back to list

Sabin Tudor here is a fun one I did last night, connecting Dtrace up to Gource with the following…

You can see the result here:

James Brink · 2018-04-11 16:30 · 1 claps · 0.2 min read
#dtrace #gource #data-visualization
Open on Medium ↗
Wiki topics: VIS · Visual & Graphic Design SOC · Sociology & Politics

Sabin Tudor here is a fun one I did last night, connecting Dtrace up to Gource with the following command.

sudo dtrace -n 'syscall::open*:entry { printf("%u|%s|%s",walltimestamp,execname,copyinstr(arg0)); }' | \
 gsed -r 's#.+ ([0-9]{10}).+\|(.+)\|(.+).+#\1\|\2\|M\|\3#;t;d' |\
 gource --realtime --filename-time 2 --highlight-users --1280x800  --log-format custom -

You can see the result here:

https://www.youtube.com/watch?v=RvuCoF6pXOs&feature=youtu.be


메타데이터
post_id
e94ea783e91
slug
sabin-tudor-here-is-a-fun-one-i-did-last-night-connecting-dtrace-up-to-gource-with-the-following-e94ea783e91
url
https://medium.com/@jamesbrink/sabin-tudor-here-is-a-fun-one-i-did-last-night-connecting-dtrace-up-to-gource-with-the-following-e94ea783e91
canonical_url
https://medium.com/@jamesbrink/sabin-tudor-here-is-a-fun-one-i-did-last-night-connecting-dtrace-up-to-gource-with-the-following-e94ea783e91
author_url
https://medium.com/@jamesbrink
status
ok
fetched_at
2026-07-30 05:01:20