1. Home
  2. Docs
  3. JZR report
  4. Customization
  5. Sheet – Process card

Sheet – Process card

Standard sheets

A pre-configured process card sheet named process-card.xml is available in your Jeyzer installation inside the analyzer/config/report/sheet/process-card directory. It can be referenced in your report.xml.

Refer to the below sections for any customization.


Configuration

Specific sheet attributes :
type : must be set to process_card


Categories

Each category regroups a set of fields. Each category has a title and a separator bar color.
<category name="Regional settings" color="RGB-191-202-136">


Category fields

Each category fields is a label / source pair:

  • name : the property label
  • property : the property name to retrieve from the process card file.
<category name="Operating system" color="RGB-191-202-136">
  <field name="Name" property="os.name"/>
  <field name="Version" property="os.version"/>
  <field name="Architecture" property="os.arch"/>
  <field name="# CPUs" property="jzr.ext.process.available.processors/>
  <field name="Patch level" property="sun.os.patch.level"/>
</category>