commands/ffstrace/ffstrace.cif
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # ffstrace.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name ffstrace
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Control file system tracing.
       
    18 
       
    19 ==long-description
       
    20 
       
    21 Control the ffstraceplugin.fxt file system plugin. This plugin loads into the file system and outputs BTrace for useful file system operations.
       
    22 
       
    23 Note that on older platforms, operations on the Z drive are not logged and you need to hack the f32 code to enable it. On newer platforms Z drive operations are correctly logged.
       
    24 
       
    25 ==argument enum command optional
       
    26 
       
    27 The command to execute.
       
    28 
       
    29 ==enum-value monitor
       
    30 
       
    31 Load the plugin and watch the btrace buffer, print out all the operations.
       
    32 
       
    33 ==enum-value load
       
    34 
       
    35 Load the plugin.
       
    36 
       
    37 ==enum-value unload
       
    38 
       
    39 Unload the plugin.
       
    40 
       
    41 ==see-also
       
    42 
       
    43 L<fuser|fuser>
       
    44 
       
    45 ==copyright
       
    46 
       
    47 Copyright (c) 2010 Accenture. All rights reserved.
       
    48