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

Next revision
Previous revision
cli:tmss10logstatsprocess [2019/06/26 00:09] – created 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 6: Line 8:
  
  
 +{{page>cli:fi}}
 +===== Options =====
 +
 +  * ''-M'' Customer Description Map File
 +  * ''-N'' No XML preamble (default = false)
 +  * ''-P'' Package Map File
 +  * ''-X'' XML Style Sheet (default = tapetrack.xslt)
 +  * ''-c'' Config File (default = default.ttsdef)
 +  * ''-i'' Input TTSTATS file
 +  * ''-l'' List Stats Definition Laguage syntax (default = false)
 +
 +==== 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.
 +
 +==== Exit Statuses ====
 +
 +  - **zero** Program has ended successfully.
 +  - **non-zero** Program has not ended successfully.
 +
 +==== Environment ====
 +
 +==== Files ====
 +
 +===== Example =====
 +
 +=== Command line syntax ===
 +
 +<code>
 +TMSS10LogStatsProcess -i 0001.ttstats -M customer.txt  -P package.txt > Billing_0002.xml 
 +</code>
 +
 +=== Output ===
 +<code>
 +<?xml version="1.0" encoding="ISO8859-1" ?>
 +<?xml-stylesheet type="text/xsl" href="tapetrack.xslt"?>
 +<tapetrack_data>
 + <item>
 + <customer>0001</customer>
 + <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
 + <description>CONT Vault Storage Charge</description>
 + <count>60</count>
 + <cost>0.01</cost>
 + <total>0.60</total>
 + </item>
 + <item>
 + <customer>0002</customer>
 + <itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
 + <description>LTO Vault Storage Charge</description>
 + <count>160</count>
 + <cost>0.01</cost>
 + <total>1.60</total>
 + </item>
 + <item>
 + <customer>0002</customer>
 + <itemcode>Los Angeles MOVE_ONSITE</itemcode>
 + <description>LTO Deliver to Customer </description>
 + <count>4</count>
 + <cost>10.90</cost>
 + <total>10.90</total>
 + </item>
 +</tapetrack_data>
 +
 +</code>
 +
 +--> Changelog 
 +
 +[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10LogStatsProcess]
 +<--
 +<- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10logstatsprocess.1561507776.txt.gz · Last modified: 2025/01/21 22:07 (external edit)