2008-06-18 08:34:18

by Bart Van Assche

[permalink] [raw]
Subject: Userspace tools for BSD process accounting (v3)

Hello,

The file init/Kconfig in the kernel source tree refers to the URL
http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/ as the
download location for userspace tools for processing the v3 BSD
process accounting file format. This URL is no longer valid
unfortunately. Anyone any idea where these tools can be downloaded ?

Thanks,

Bart.


2008-06-18 08:39:32

by S.Çağlar Onur

[permalink] [raw]
Subject: Re: Userspace tools for BSD process accounting (v3)

18 Haz 2008 Çar tarihinde, Bart Van Assche şunları yazmıştı:
> The file init/Kconfig in the kernel source tree refers to the URL
> http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/ as the
> download location for userspace tools for processing the v3 BSD
> process accounting file format. This URL is no longer valid
> unfortunately. Anyone any idea where these tools can be downloaded ?

http://savannah.gnu.org/projects/acct/

--
S.Çağlar Onur <[email protected]>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!

2008-06-18 08:45:27

by S.Çağlar Onur

[permalink] [raw]
Subject: Re: Userspace tools for BSD process accounting (v3)

Hi;

18 Haz 2008 Çar tarihinde, S.Çağlar Onur şunları yazmıştı:
> 18 Haz 2008 Çar tarihinde, Bart Van Assche şunları yazmıştı:
> > The file init/Kconfig in the kernel source tree refers to the URL
> > http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/ as the
> > download location for userspace tools for processing the v3 BSD
> > process accounting file format. This URL is no longer valid
> > unfortunately. Anyone any idea where these tools can be downloaded ?
>
> http://savannah.gnu.org/projects/acct/

Following patch corrects URL of "The GNU Accounting Utilities" in init/Kconfig.

Noticed by: Bart Van Assche" <[email protected]>

Signed-off-by: S.Çağlar Onur <[email protected]>

init/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index 6199d11..10077ce 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -171,7 +171,7 @@ config BSD_PROCESS_ACCT_V3
process and it's parent. Note that this file format is incompatible
with previous v0/v1/v2 file formats, so you will need updated tools
for processing it. A preliminary version of these tools is available
- at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>.
+ at <http://www.gnu.org/software/acct/>.

config TASKSTATS
bool "Export task/process statistics through netlink (EXPERIMENTAL)"



Cheers
--
S.Çağlar Onur <[email protected]>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!

2008-06-18 12:02:19

by Bart Van Assche

[permalink] [raw]
Subject: Re: Userspace tools for BSD process accounting (v3)

On Wed, Jun 18, 2008 at 10:45 AM, S.?a?lar Onur <[email protected]> wrote:> for processing it. A preliminary version of these tools is available
Does the acct package still have the status 'preliminary' ?
Bart.????{.n?+???????+%?????ݶ??w??{.n?+????{??G?????{ay?ʇڙ?,j??f???h?????????z_??(?階?ݢj"???m??????G????????????&???~???iO???z??v?^?m???? ????????I?

2008-06-27 21:01:25

by Sam Ravnborg

[permalink] [raw]
Subject: Re: Userspace tools for BSD process accounting (v3)

On Wed, Jun 18, 2008 at 11:45:13AM +0300, S.Çağlar Onur wrote:
> Hi;
>
> 18 Haz 2008 Çar tarihinde, S.Çağlar Onur şunları yazmıştı:
> > 18 Haz 2008 Çar tarihinde, Bart Van Assche şunları yazmıştı:
> > > The file init/Kconfig in the kernel source tree refers to the URL
> > > http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/ as the
> > > download location for userspace tools for processing the v3 BSD
> > > process accounting file format. This URL is no longer valid
> > > unfortunately. Anyone any idea where these tools can be downloaded ?
> >
> > http://savannah.gnu.org/projects/acct/
>
> Following patch corrects URL of "The GNU Accounting Utilities" in init/Kconfig.
>
> Noticed by: Bart Van Assche" <[email protected]>
>
> Signed-off-by: S.Çağlar Onur <[email protected]>
>
> init/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index 6199d11..10077ce 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -171,7 +171,7 @@ config BSD_PROCESS_ACCT_V3
> process and it's parent. Note that this file format is incompatible
> with previous v0/v1/v2 file formats, so you will need updated tools
> for processing it. A preliminary version of these tools is available
> - at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>.
> + at <http://www.gnu.org/software/acct/>.
>
> config TASKSTATS
> bool "Export task/process statistics through netlink (EXPERIMENTAL)"

Applied

Sam