source: general/genutils/time.xml@ ae2aab61

systemd-13485
Last change on this file since ae2aab61 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY time-download-http "http://ftp.gnu.org/gnu/time/time-1.7.tar.gz">
8 <!ENTITY time-download-ftp "ftp://ftp.gnu.org/gnu/time/time-1.7.tar.gz">
9 <!ENTITY time-md5sum "e38d2b8b34b1ca259cf7b053caac32b3">
10 <!ENTITY time-size "101 KB">
11 <!ENTITY time-buildsize "640 KB">
12 <!ENTITY time-time "Less than 0.1 SBU">
13]>
14
15<sect1 id="time" xreflabel="Time-&time-version;">
16 <?dbhtml filename="time.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Time-&time-version;</title>
24
25 <indexterm zone="time">
26 <primary sortas="a-Time">Time</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Time</title>
31
32 <para>
33 The <application>Time</application> utility is a program that
34 measures many of the CPU resources, such as time and memory, that
35 other programs use. The GNU version can format the output in
36 arbitrary ways by using a printf-style format string to include
37 various resource measurements.
38 </para>
39 <para>
40 Although the shell has a builtin command providing similar
41 functionalities, this utility is reuired by the LSB.
42 </para>
43
44 &lfs77_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&time-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&time-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &time-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &time-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &time-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &time-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/time"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Time</title>
87
88 <para>
89 Install <application>Time</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>sed -i 's/$(ACLOCAL)//' Makefile.in &amp;&amp;
94sed -i 's/lu", ptok ((UL) resp->ru.ru_maxrss)/ld", resp->ru.ru_maxrss/' time.c &amp;&amp;
95./configure --prefix=/usr --infodir=/usr/share/info &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 time
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 None
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="time-prog">
137 <term><command>time</command></term>
138 <listitem>
139 <para>
140 reports various statistics about an executed command.
141 </para>
142 <indexterm zone="time time-prog">
143 <primary sortas="b-time">time</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.