<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/os_mon/test, branch maint-18</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Implement cpu_sup:util/0,1 for FreeBSD</title>
<updated>2015-05-26T13:14:44+00:00</updated>
<author>
<name>Wasif Malik and Johannes Huning</name>
<email>wmalik@gmail.com</email>
</author>
<published>2014-11-28T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3a4db8368719fa31374c28ab35c2584add79bce'/>
<id>f3a4db8368719fa31374c28ab35c2584add79bce</id>
<content type='text'>
Authors: Wasif Malik and Johannes Huning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authors: Wasif Malik and Johannes Huning
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Fix so that all testcases are run</title>
<updated>2014-08-06T13:07:10+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2014-08-06T13:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=85635f0d0e47ca4db56a88681c15f73f1727298a'/>
<id>85635f0d0e47ca4db56a88681c15f73f1727298a</id>
<content type='text'>
For some reason only a new testcases were run on the majority of
platforms. After this change all tests are run on all unix and win32
platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason only a new testcases were run on the majority of
platforms. After this change all tests are run on all unix and win32
platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'disksup_posix_only' parameter to disksup</title>
<updated>2014-06-30T22:47:19+00:00</updated>
<author>
<name>Johannes Weißl</name>
<email>jargon@molb.org</email>
</author>
<published>2014-03-17T00:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=56c8dabfbc6a6dc8cb6a066d0b74f861b9d16327'/>
<id>56c8dabfbc6a6dc8cb6a066d0b74f861b9d16327</id>
<content type='text'>
On embedded (Linux) systems the "df" program is very often provided by
the Busybox (or Toolbox) project. This version does not provide the "-l"
option (for displaying only local filesystems) used in disksup.erl.

To make disksup work on these embedded platforms, this patch adds a new
application parameter 'disksup_posix_only', to make diskup use only
options defined in the POSIX standard:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/df.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On embedded (Linux) systems the "df" program is very often provided by
the Busybox (or Toolbox) project. This version does not provide the "-l"
option (for displaying only local filesystems) used in disksup.erl.

To make disksup work on these embedded platforms, this patch adds a new
application parameter 'disksup_posix_only', to make diskup use only
options defined in the POSIX standard:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/df.html
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: test tweaks</title>
<updated>2014-03-28T08:58:19+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2014-03-04T14:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4f63cca949982e88d958e33e2e278b18da4de4b3'/>
<id>4f63cca949982e88d958e33e2e278b18da4de4b3</id>
<content type='text'>
child not started on windows so test fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
child not started on windows so test fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test suites performing app and appup file checks</title>
<updated>2014-02-24T10:02:14+00:00</updated>
<author>
<name>Tobias Schlager</name>
<email>tobias.schlager@lindenbaum.eu</email>
</author>
<published>2014-02-18T11:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=841addf5d64a3b4775cd1d0a5aa4bf04ec4ef95e'/>
<id>841addf5d64a3b4775cd1d0a5aa4bf04ec4ef95e</id>
<content type='text'>
Add the mentioned test suites for *all* library and touched
non-library applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the mentioned test suites for *all* library and touched
non-library applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken cpu_sup:nprocs and others on Solaris 64-bit</title>
<updated>2013-09-03T06:31:52+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>simon@millvalley.local</email>
</author>
<published>2013-09-03T06:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=efbd406f1b8f148569a40a090c38929a7661d2aa'/>
<id>efbd406f1b8f148569a40a090c38929a7661d2aa</id>
<content type='text'>
The correct kstat datatype for nproc &amp; avenrun_* is ui32, not
ulong. Under 64-bit OTP builds garbage was returned because the wrong
datatype was used.

This patch correcs the datatype. It also adds an additional check
in the test case for a slightly less insane return value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The correct kstat datatype for nproc &amp; avenrun_* is ui32, not
ulong. Under 64-bit OTP builds garbage was returned because the wrong
datatype was used.

This patch correcs the datatype. It also adds an additional check
in the test case for a slightly less insane return value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add smoke tests</title>
<updated>2013-08-05T08:49:26+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-07-30T12:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86f970056b55ab8c33ecb6d0ce13924e3331b79a'/>
<id>86f970056b55ab8c33ecb6d0ce13924e3331b79a</id>
<content type='text'>
Smoke tests are meant to verify that a build of erlang has been successfull.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Smoke tests are meant to verify that a build of erlang has been successfull.
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Relax disksup_SUITE test even more</title>
<updated>2013-07-19T16:32:04+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-07-19T16:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=214e1bc1205621b8f802b8c3ac7e95f1717712cb'/>
<id>214e1bc1205621b8f802b8c3ac7e95f1717712cb</id>
<content type='text'>
Capacity can be zero on certain filesystems.
Remove reported mountpoints with zero capacity during tests since
these reports false positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capacity can be zero on certain filesystems.
Remove reported mountpoints with zero capacity during tests since
these reports false positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Refactor disksup_SUITE</title>
<updated>2013-07-18T14:38:58+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-07-18T14:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e1b4b145a5eadfe7cc109e66931f3050d85cba47'/>
<id>e1b4b145a5eadfe7cc109e66931f3050d85cba47</id>
<content type='text'>
Notably, remove ?line macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notably, remove ?line macro.
</pre>
</div>
</content>
</entry>
</feed>
