Slow startup? Bootchart reveals all


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Slow startup? Bootchart reveals all
# 1  
Old 11-03-2008
Slow startup? Bootchart reveals all

11-03-2008 02:00 AM
Ever wondered what takes your Linux box so long to boot up? You can see for certain with the Bootchart package. Bootchart logs the entire startup process and produces a clean, graphical representation of its results suitable for everything from troubleshooting to good old-fashioned bragging rights.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Startup script

I can't quite find a clear answer on how to properly write a start up script. Does anybody have any ideas?? (3 Replies)
Discussion started by: Huitzilopochtli
3 Replies

2. Shell Programming and Scripting

Apache tomcat startup script not booting at startup.

I copied the script from an AskUbuntu post - #!/bin/bash ### BEGIN INIT INFO # Provides: tomcat7 # Required-Start: $network # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/Stop Tomcat server ### END INIT INFO ... (14 Replies)
Discussion started by: Hijanoqu
14 Replies

3. AIX

startup script

Hi I need the below script to be started whenever I reboot my aix server ? #cat cdbegin /cdirect/cdunix/ndm/bin/cdpmgr -i /cdirect/cdunix/ndm/cfg/cbspsdb01/initparm.cfg Please suggest how to add this to the startup ? (2 Replies)
Discussion started by: samsungsamsung
2 Replies

4. UNIX for Dummies Questions & Answers

Startup Script Somewhere ?

Hello there! I need help. Everytime I login to my ssh, i see this: -bash: .export: command not found -bash: .export: command not found -bash: .export: command not found -bash: .export: command not found any help ? thanks (0 Replies)
Discussion started by: fbauto1
0 Replies

5. Post Here to Contact Site Administrators and Moderators

Slow

The site has gone slow for quite some time... Can you do somethin abt it (2 Replies)
Discussion started by: DPAI
2 Replies
Login or Register to Ask a Question
ConsoleMessage(8)					    BSD System Manager's Manual 					 ConsoleMessage(8)

NAME
ConsoleMessage -- Send a message to SystemStarter SYNOPSIS
ConsoleMessage [-v] message ConsoleMessage [-v] -S ConsoleMessage [-v] -F ConsoleMessage [-v] -s service ConsoleMessage [-v] -f service ConsoleMessage [-v] -q setting ConsoleMessage [-v] -b path ConsoleMessage [-v] -u DESCRIPTION
The ConsoleMessage utility may be used by startup item scripts to send messages to SystemStarter (see SystemStarter(8)). The default behavior is to send the specified message to SystemStarter to be displayed on the console. SystemStarter will attempt to local- ize the string using the current startup item's localization dictionaries. ConsoleMessage may also be used to give feedback to SystemStarter indicating which services provided by the startup item have succeeded or failed. OPTIONS
-v verbose mode (prints errors to stdout) -S mark all services provided by this item as successful -F mark all services provided by this item as failed -s mark the service as successful -f mark the service as failed -q query SystemStarter for the value of the configuration variable setting (result will be printed to stdout). -b Tell SystemStarter to load the display bundle at the specified path -u Tell SystemStarter to unload the current display bundle NOTES
When a service name is not specified, ConsoleMessage assumes its parent process identification (see getppid(2)) is that of a startup item script, and uses that token to find the correct list of services provided by the current item. If the process calling ConsoleMessage is not a startup item script, it is necessary to explicitly provide service names. SEE ALSO
SystemStarter(8) http://www.opensource.apple.com/projects/documentation/howto/html/SystemStarter_HOWTO.html HISTORY
The ConsoleMessage utility appeared in Darwin 6.0 Darwin April 12, 2002 Darwin