TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10logstatsprocess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmss10logstatsprocess [2019/06/26 00:44] – [Example] Scott Cunliffecli:tmss10logstatsprocess [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10LogStatsProcess ====== ====== TMSS10LogStatsProcess ======
 +
 +TMSS10LogStatsProcess processes a TapeTrack Statistics file, apply calculations and produce a report in XML format.
  
 ===== Synopsis ===== ===== Synopsis =====
Line 5: Line 7:
 ''TMSS10LogStatsProcess [-M customer map file] [-N no xml preamble] [-P package map] [-X xml stylesheet] [-c config file] [-i input ttstats file] [-l list stats definition language syntax]''  ''TMSS10LogStatsProcess [-M customer map file] [-N no xml preamble] [-P package map] [-X xml stylesheet] [-c config file] [-i input ttstats file] [-l list stats definition language syntax]'' 
  
-===== Description ===== 
- 
-TMSS10LogStatsProcess processes a TapeTrack Statistics file, apply calculations and produce a report in XML format. 
  
 +{{page>cli:fi}}
 ===== Options ===== ===== Options =====
  
-  * ''M'' Customer Description Map File +  * ''-M'' Customer Description Map File 
-  * ''N'' No XML preamble (default = false) +  * ''-N'' No XML preamble (default = false) 
-  * ''P'' Package Map File +  * ''-P'' Package Map File 
-  * ''X'' XML Style Sheet (default = tapetrack.xslt) +  * ''-X'' XML Style Sheet (default = tapetrack.xslt) 
-  * ''c'' Config File (default = default.ttsdef) +  * ''-c'' Config File (default = default.ttsdef) 
-  * ''i'' Input TTSTATS file +  * ''-i'' Input TTSTATS file 
-  * ''l'' List Stats Definition Laguage syntax (default = false)+  * ''-l'' List Stats Definition Laguage syntax (default = false)
  
 ==== Technical Support ==== ==== Technical Support ====
  
-The TapeTrack Software is commercially supported by a full time help desk staff. If you are experiencing problems or want some advice on how to configure or use the product please see the [[common:support_details|Accessing Technical Support]] page.+The TapeTrack Software is commercially supported by a full time help desk staff.  
 + 
 +If you are experiencing problems or want some advice on how to configure or use the product please see the [[common:support_details|Accessing Technical Support]] page.
  
 ==== Exit Statuses ==== ==== Exit Statuses ====
Line 36: Line 38:
 === Command line syntax === === Command line syntax ===
  
-<sxh>+<code>
 TMSS10LogStatsProcess -i 0001.ttstats -M customer.txt  -P package.txt > Billing_0002.xml  TMSS10LogStatsProcess -i 0001.ttstats -M customer.txt  -P package.txt > Billing_0002.xml 
-</sxh>+</code>
  
 === Output === === Output ===
-<sxh>+<code>
 <?xml version="1.0" encoding="ISO8859-1" ?> <?xml version="1.0" encoding="ISO8859-1" ?>
 <?xml-stylesheet type="text/xsl" href="tapetrack.xslt"?> <?xml-stylesheet type="text/xsl" href="tapetrack.xslt"?>
Line 49: Line 51:
  <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>  <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
  <description>CONT Vault Storage Charge</description>  <description>CONT Vault Storage Charge</description>
- <count>6</count>+ <count>60</count>
  <cost>0.01</cost>  <cost>0.01</cost>
- <total>0.06</total>+ <total>0.60</total>
  </item>  </item>
  <item>  <item>
Line 57: Line 59:
  <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>  <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
  <description>LTO Vault Storage Charge</description>  <description>LTO Vault Storage Charge</description>
- <count>6</count>+ <count>160</count>
  <cost>0.01</cost>  <cost>0.01</cost>
- <total>0.06</total>+ <total>1.60</total>
  </item>  </item>
  <item>  <item>
Line 66: Line 68:
  <description>LTO Deliver to Customer </description>  <description>LTO Deliver to Customer </description>
  <count>4</count>  <count>4</count>
- <cost>0.01</cost> + <cost>10.90</cost> 
- <total>0.04</total>+ <total>10.90</total>
  </item>  </item>
 </tapetrack_data> </tapetrack_data>
  
-</sxh>+</code>
  
-===== Changelog =====+--> Changelog 
  
 [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10LogStatsProcess] [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10LogStatsProcess]
 +<--
 <- ^ cli:introduction|Command Line Utilities^ -> <- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10logstatsprocess.1561509849.txt.gz · Last modified: 2025/01/21 22:07 (external edit)