cli:tmss10logstatsprocess
This is an old revision of the document!
Table of Contents
TMSS10LogStatsProcess
Synopsis
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.
Options
MCustomer Description Map FileNNo XML preamble (default = false)PPackage Map FileXXML Style Sheet (default = tapetrack.xslt)cConfig File (default = default.ttsdef)iInput TTSTATS filelList 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 Accessing Technical Support page.
Exit Statuses
- zero Program has ended successfully.
- non-zero Program has not ended successfully.
Environment
Files
Example
Command line syntax
TMSS10LogStatsProcess -i 0001.ttstats -M customer.txt -P package.txt > Billing_0002.xml
Output
<?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>
Changelog
Cannot load rss feed.
cli/tmss10logstatsprocess.1561509952.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
