Skip to content

Commit 9f61e3a

Browse files
committed
First use of git system. Based on a complete sysstat 9.1.5 version.
0 parents  commit 9f61e3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+55931
-0
lines changed

CHANGES

Lines changed: 1539 additions & 0 deletions
Large diffs are not rendered by default.

COPYING

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

CREDITS

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
The following people have contributed to 'sysstat' in one way or another:
2+
3+
First I would like to thank Michael <michael [at] roka.net>: He is the
4+
very first person to have given me feedback about sysstat, and to
5+
point out to me that certain fields in /proc/stat didn't have the
6+
meaning I thought they had. This was in 1999!
7+
8+
Many thanks to the translators involved in sysstat:
9+
10+
* Birko Bergt <birko.bergt [at] gmx.de> for his translation into
11+
German,
12+
* Fernando F�lix Redondo <fernando.felix [at] rediris.es> for his
13+
translation into Spanish (now maintained by Muralito
14+
<muralito [at] montevideo.com.uy>),
15+
* Frederic L. W. Meunier <0 [at] pervalidus.net> for the
16+
Portuguese translation.
17+
* Gert Brits <gbrits [at] techconcepts.co.za> for the translation
18+
into Afrikaans.
19+
* Roy Sigurd Karlsbakk <roy [at] karlsbakk.net> for the Norwegian
20+
translation.
21+
* Stefano Barni <barninga [at] interfree.it> for the translation
22+
into Italian.
23+
* Dennis Selsky <selsky [at] siberia.net> for the Russian translation.
24+
* Eugen Hoanca <eugenh [at] urban-grafx.ro> for the Romanian
25+
translation.
26+
* Robert Luberda <robert [at] debian.org> for the translation into
27+
Polish.
28+
* Miroslav David <md20128 [at] decef.elf.stuba.sk> for the Slovak
29+
translation.
30+
* Hideki Yamane <henrich [at] samba.gr.jp> for the translation into
31+
Japanese.
32+
* Daniel Nylander <po [at] danielnylander.se> for the Swedish
33+
translation.
34+
* John Damm S�rensen <john [at] hovedpuden.dk> for the Danish
35+
translation.
36+
* Bram Schoenmakers <bramschoenmakers [at] kde.nl> for the Dutch
37+
translation.
38+
39+
Carl-Christian Weber <ccweber [at] itz-koeln.de> helped me to make sar
40+
work on SMP machines.
41+
42+
Stefan Majer <smajer [at] advance-bank.de> provided me with a patch to
43+
rotate daily system activity files.
44+
45+
Klaus Franken <klaus.franken [at] fth2.siemens.de> created the RPM
46+
packages. He also included a short initialization script for sar
47+
to start it as a daemon on boot.
48+
49+
Jason (Jay) R. Fink <jay_rf [at] exis.net> set up and maintained the
50+
first web site for sysstat.
51+
52+
Preston Brown <pbrown [at] redhat.com> sent me the RedHat patch to
53+
enable good packaging.
54+
55+
David Doubrava <linux_monitor [at] volny.cz> created the isag
56+
command (Interactive System Activity Graph).
57+
58+
Rik van Riel <riel [at] conectiva.com.br> explained me the meaning
59+
of several fields that were added in Linux kernel 2.4
60+
/proc/meminfo file.
61+
62+
Hubert Nueckel <hubert.nueckel [at] oracle.com> sent me a patch to
63+
fix CPU utilization displayed by sar, iostat and mpstat commands
64+
on IA64 machines.
65+
66+
Victor Hazlewood <victor [at] sdsc.edu> sent me a patch to implement
67+
a database friendly option for sar (option -H).
68+
69+
Christopher Blizzard <blizzard [at] redhat.com> added the ability to
70+
display kB/s transfers to devices in iostat reporting when
71+
option -x is used.
72+
73+
John Caruso <caruso [at] paradiso.umuc.edu> wrote the sargon script
74+
shell as a replacement for sa1/sa2 files.
75+
76+
Wilhelm Nuesser <wilhelm.nuesser [at] sap.com> sent me a patch to
77+
fix average wait times and service times displayed by iostat -x.
78+
79+
Rick Lindsley <ricklind [at] us.ibm.com> has played a great part in
80+
making sysstat work on kernels 2.5 and above.
81+
82+
John Salmon <John.Salmon [at] cw.com> wrote a patch to enable file
83+
locking for sadc (option -L).
84+
85+
Jim W. Jaszewski <grok [at] sprint.ca> fixed several typos in
86+
sysstat FAQ!
87+
88+
Charlie Bennett <ccb [at] redhat.com> sent me several patches to
89+
fix known problems with sysstat. He also added the sysstat.ioconf
90+
file support, and the -p option to sar.
91+
92+
Thomas Polliard <thomas [at] polliard.com> helped me define the XML
93+
output format for sadf. He also wrote the corresponding DTD.
94+
95+
Dwight Tovey <dtovey [at] emergecore.com> updated sysstat so that
96+
it may be installed on Slackware.
97+
98+
Bryce Harrington <bryce [at] osdl.org> helped me to add support for
99+
hotplug CPU to sysstat.
100+
101+
Ivana Varekova <varekova [at] redhat.com> added support for iostat
102+
NFS statistics. Ivana also added support for autoconf, and created
103+
cifsiostat command.
104+
105+
Nils Philippsen <nphilipp [at] redhat.com> made history configurable.
106+
107+
Robert Luberda <robert [at] debian.org> brought a few improvements
108+
to sysstat's code, and also reported several bugs.
109+
110+
Jeroen Roovers <jer [at] gentoo.org> sent me a patch to fix a rare
111+
parallel make issue creating archive libsyscom.a.
112+
113+
Livio Soares <livio [at] eecg.toronto.edu> sent me a patch to fix
114+
a bug where mpstat didn't parse /proc/interrupts correctly when
115+
some CPUs had been set offline.
116+
117+
Emil Glatz <Emil.Glatz [at] wescoglobal.com> wrote the XML Schema
118+
to be used with sadf option -x.
119+
120+
Eduardo Ferro Aldama <eduardo.ferro.aldama [at] gmail.com> added
121+
option -l to pidstat to display the process command name and
122+
arguments.
123+
124+
Mario Konrad <Mario.Konrad [at] gmx.net> added regular expressions
125+
support to pidstat'x option -C. He also added option -s to pidstat
126+
to display task stack statistics.
127+
128+
Jan Kaluza <jkaluza [at] redhat.com> contributed several patches
129+
to sysstat. Among them, he added some more power management
130+
statistics to sar.
131+
132+
I would also thank the following people for their hints or bug reports
133+
(in alphabetical order):
134+
135+
Des Atkinson <Des.Atkinson@met[...].uk>
136+
Sravan Bhamidipati <bsravanin@gma[...].com>
137+
Chuck Blake <cb@mit[...].edu>
138+
Michael Blakeley <mike@bla[...].com>
139+
Pascal Bleser <pbleser@ato[...].com>
140+
Jesse Brandeburg <jesse.brandeburg@int[...].com>
141+
Xavier Bru <xavier.bru@bul[...].net>
142+
Jason Burnett <jason@jnj[...].org>
143+
Mark J. Cox <mjc@red[...].com>
144+
Jean Dagenais <jean.dagenais@int[...].com>
145+
Nicolas Denis <denisn@wan[...].fr>
146+
Andrew Donkin <ard@wai[...].nz>
147+
Greg Edwards <edwardsg@sgi[...].com>
148+
Tony Ernst <tee@sgi[...].com>
149+
Chris Evans <chris@sca[...].org>
150+
Damien Faure <damien-jn.faure@bul[...].net>
151+
Dr. David Alan Gilbert <dave@tre[...].org>
152+
David Gesswein <djg@drs[...].com>
153+
Ladislav Hagara <ladislav.hagara@uno[...].cz>
154+
Don Harrop <don@swb[...].com>
155+
Tatsuo Ito <tito@mir[...].com>
156+
David S. Jackson <dsj@syl[...].net>
157+
Erik Jacobson <erikj@sub[...].com>
158+
Jordan <ledzep37@hom[...].com>
159+
Jurriaan <thunder7@xs4[...].nl>
160+
Jonathan Kamens <jik@kam[...].us>
161+
Ilya Katsnelson <ilya.katsnelson@mot[...].com>
162+
Mike Kobler <mkobler@gma[...].com>
163+
Byeong-taek Lee <btlee@psy[...].kr>
164+
Ivo Letzas <letzas@for[...].nu>
165+
Neculai Macarie <macarie.neculai@nex[...].com>
166+
Robert Macaulay <Robert_Macaulay@Del[...].com>
167+
Pierre Machard <pmachard@deb[...].org>
168+
J�r�me Marchand <jmarchan@red[...].com>
169+
Alan Matsuoka <alanm@red[...].com>
170+
Rodney J. Mertz <rjm@elv[...].com>
171+
Roy Millar <100044.14@com[...].com>
172+
Chris Minshull <CMinshull@nyx[...].com>
173+
Pascal Monschein <ext.astek.monschein@snc[...].fr>
174+
Chris Morrow <cmorrow@ver[...].com>
175+
David J. Morse <David_J_Morse@Del[...].com>
176+
Hariprasad Nellitheertha <hari@in.[...].com>
177+
Giulio Orsero <giulioo@pob[...].com>
178+
Edouard G. Parmelan <edouard.parmelan@qua[...].fr>
179+
Oliver Paukstadt <oliver.paukstadt@mil[...].com>
180+
Plattner(?) <Plattner.external@inf[...].com>
181+
Gerardo Exequiel Pozzi <vmlinuz386@yah[...].ar>
182+
ReDragon <redragon@vns[...].net>
183+
Amir Rapson <amir.rapson@gma[...].com>
184+
Paul Rivoli <paul@kbs[...].au>
185+
Scott Rochford <Scott_Rochford@DEL[...].com>
186+
Rolphin <rolphin@fre[...].fr>
187+
Pavol Rusnak <prusnak@sus[...].cz>
188+
Joseph E. Sacco <jsacco@ear[...].net>
189+
Sachin Sant <sachinp@in.[...].com>
190+
Eivind Sarto <ivan@kas[...].com>
191+
Danilo Sartori <d.sartori@res[...].it>
192+
Tan Shao Yi <tansy@tan[...].org>
193+
Yibin Shen <[email protected]>
194+
Lee Schermerhorn <lee.schermerhorn@hp.[...].com>
195+
Benno Schulenberg <bensberg@jus[...].net>
196+
Michel Simoni <m_simoni@clu[...].fr>
197+
Gabrielle Singleton <gelle@umi[...].edu>
198+
Rod Skinner <rod.skinner@int[...].com>
199+
Kevin C. Smallwood <kcs@lin[...].com>
200+
Dick Snippe <Dick.Snippe@tec[...].nl>
201+
Graham Swallow <gps@tri[...].uk>
202+
Mike Sweger <mikesw@whi[...].net>
203+
Don Totten <dontotten@ibm[...].net>
204+
Stephen Tweedie <sct@red[...].com>
205+
Thomas Weber <TWEBER@de.[...].com>
206+
Yongjun Wei <yjwei@nan[...].com>
207+
Stefan Wild <SWILD@de.[...].com>
208+
Thomas Winn <tcwinn@gma[...].com>
209+
Holger Wolf <Holger.Wolf@de.[...].com>
210+
Urban Widmark <urban@sve[...].se>
211+
Yu Yongcong <yuyc@cn.[...].com>
212+
Peter Zaitsev <pz@spy[...].ru>
213+
214+
--
215+
Sebastien Godard (sysstat <at> orange.fr) is the author and the current
216+
maintainer of this package.
217+

0 commit comments

Comments
 (0)