Is there a list of available events that can be used for Upstart?
For example start on local-filesystems so local-filesystems is an event but when is it triggered and what other events are there?
|
|
ManpagesStarting in Ubuntu 11.04, there is an awesome man page created by James Hunt called
It is also available from the Ubuntu online manpages, upstart-events, but loses some formatting so a better online resource for the same information is from the Upstart cookbook. Visualisation of Jobs and EventsThere is also an excellent tool, View all jobs:
View only plymouth, lightdm and mountall jobs:
Grep initYou can also
That will give you most of them, the others are emitted by the dbus bridge. For more information and best practices, see The Upstart Cookbook. |
||||
|
|
These events are emited by either
Any application can emit its own event, for example by
Some of them you can see as the output of
More information also at: |
|||
|
|
|
Have you tried Bootchart Boot charts allow the developers to see how fast a machine is booting and to pinpoint where the bottlenecks are. People interested in helping out can install the bootchart package and report the results on this page. How to install bootchart
What to do with your bootchart
|
|||||
|