mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
10628b8f3d
DTrace modules for FreeBSD dwatch(1) to produce gource logs. Gource (graphics/gource) is a tool normally used for visualizing source control revisions, but it can also be used for visualizing process trees, filesystem activity, syscall access, and more. These modules allow you to generate log files for rendering realtime process, filesystem, and other activities in FreeBSD using gource. Reviewed by: imp (mentor; earlier version), mat (mentor) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D15407
10 lines
432 B
Plaintext
10 lines
432 B
Plaintext
DTrace modules for FreeBSD dwatch(1) to produce gource logs. Gource
|
|
(graphics/gource) is a tool normally used for visualizing source control
|
|
revisions, but it can also be used for visualizing process trees, filesystem
|
|
activity, syscall access, and more.
|
|
|
|
These modules allow you to generate log files for rendering realtime process,
|
|
filesystem, and other activities in FreeBSD using gource.
|
|
|
|
WWW: https://fraubsd.org/dwatch-gource/
|