%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/output/ |
Current File : //usr/lib/python2.7/site-packages/salt/output/profile.pyc |
� ���^c @@ s\ d Z d d l m Z m Z m Z d d l j j Z d Z d � Z d d � Z d � Z d S( u� Display profiling data in a table format ======================================== Show profile data for returners that would normally show a highstate output. salt MINION state.apply something --out=profile Attempt to output the returns of state.sls and state.highstate as a table of names, modules and durations that looks somewhat like the following:: name mod.fun duration (ms) -------------------------------------------------------- I-fail-unless-stmt other.function -1.0000 old-minion-config grains.list_present 1.1200 salt-data group.present 48.3800 /etc/salt/minion file.managed 63.1450 To get the above appearance, use settings something like these:: out.table.separate_rows: False out.table.justify: left out.table.delim: ' ' out.table.prefix: '' out.table.suffix: '' i ( t absolute_importt print_functiont unicode_literalsNu profilec C@ s t S( N( t True( ( ( s7 /usr/lib/python2.7/site-packages/salt/output/profile.pyt __virtual__# s i<