Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alhazred/bootchart

Bootchart using DTrace
https://github.com/alhazred/bootchart

Last synced: 8 days ago
JSON representation

Bootchart using DTrace

Awesome Lists containing this project

README

        

bootchart
=========

Bootchart using DTrace

dtrace -AFs boot.d
reboot

After reboot:

dtrace -ae -o bootlog
dtrace -A
bootchart.py bootlog

NOTE: that was written 5 years ago (2008), some things must be fixed for OpenIndiana