INSTRUMENTATION END
Use this command to stop server instrumentation and save the output.
Privilege class
You must have system privilege to stop server instrumentation.
Syntax
Parameters
- filename
- Specifies the file name for the output. Instrumentation output
is generated when instrumentation is stopped. The file that you specify
for instrumentation output is saved to the server directory. If you
are running the administrative client from another system to issue
this command, the output is not stored on the local system, but on
the server system. You can specify a path to a different location
if you cannot write to the server directory.
The preferred approach is to instead redirect the output to a file. See the examples that follow.
If you do not either specify a file name or redirect the output to a file, the output is only displayed on the screen and is not saved.
Example: Stop server instrumentation and redirect the output to a file
Stop server instrumentation and send the output to the instr_041413.ods file.
dsmadmc -credentialsfile=secretpwdfile instrumentation end > instr_041413.odsExample: Use command redirection to stop server instrumentation for a storage agent
Stop server instrumentation on storage agent StgAgnt_375 and send the output to the instr_041413.ods file.
dsmadmc -credentialsfile=secretpwdfile StgAgnt_375:instrumentation end > instr_041413.ods