dsession
Loads a session
Format 
Loads a session.
dsession [ -load session_name ]
Arguments 
-load session_name
Loads the session with the given session_name.
Description 
Loads a previously created session. The session attributes are applied to the TotalView process object created for the executable named in the session. Returns the TotalView ID for the new object as a string value. A session_name that contains a space must be surrounded by quotes.
Sessions that attach to an existing process cannot be loaded this way; use the dattachcommand instead.
Related Topics