Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
aemetrics(5)							  aemetrics(5)

NAME
	aemetrics - metrics values file	format

SYNOPSIS
	filename,S

DESCRIPTION
	Metrics	files are created at integration build time, and recorded into
	the  file  attributes  at  integration	pass  time.  This allows trend
	analysis and other statistics to be calculated.

CONTENTS
	metrics	= [ { ... } ];
		This field is used to describe various file  metrics.	It  is
		committed  during  aeipass(1),	when  the file is added	to the
		history.  The name must	be given, and exactly one value.

		name = string;
			This is	the name of the	metric.	 This  field  must  be
			set.

		value =	real;
			This  is  the value of the metric.  This field must be
			set.  (If you have an integer-valued metric, just  use
			integers,  Aegis will cope.  If	you have a string-val-
			ued metric, assign integers to the enumerands.)

SEE ALSO
	aegis(5)
		aegis file format syntax

	aemeasure(1)
		simple file metrics

COPYRIGHT
	aegis version 4.25.D510
	Copyright (C) 1991, 1992, 1993,	1994, 1995, 1996,  1997,  1998,	 1999,
	2000,  2001,  2002,  2003,  2004,  2005, 2006, 2007, 2008, 2009, 2010,
	2011, 2012 Peter Miller

	The aegis program comes	with ABSOLUTELY	NO WARRANTY; for  details  use
	the  'aegis  -VERSion License' command.	 This is free software and you
	are welcome to redistribute it under certain conditions;  for  details
	use the	'aegis -VERSion	License' command.

AUTHOR
	Peter Miller   E-Mail:	 pmiller@opensource.org.au
	/\/\*		  WWW:	 http://miller.emu.id.au/pmiller/

Reference Manual		     Aegis			  aemetrics(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=aemetrics&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>

home | help