Re: BSD::Resource and getrusage(2)

2006-07-07 Thread Dave Rolsky
On Fri, 7 Jul 2006, Philip M. Gollucci wrote: Hi, I'm trying do determine the units for one of the fields returned by getrusage(2) man page on 6.0-RELEASE-p5 says this: 2 maxrss maximum shared memory or current resident set 3 ixrss integral shared memory ru_ixrss an ``integral'' value

Re: BSD::Resource and getrusage(2) [PATCH]

2006-07-07 Thread Philip M. Gollucci
Doesn't that imply that it's in kb per stat clock ticks? I think you read it backwards, but I agree with the outcome. svn diff Index: lib/Apache/SizeLimit.pm === --- lib/Apache/SizeLimit.pm (revision 419830) +++

Re: BSD::Resource and getrusage(2) [PATCH]

2006-07-07 Thread Philip M. Gollucci
server localhost:8529 started t/apache/basic.ok t/apache/deprecatedok t/pod..ok All tests successful. Files=3, Tests=18, 2 wallclock secs ( 0.98 cusr + 0.12 csys = 1.09 CPU) [warning] server localhost:8529 shutdown [That was from svn trunk, after patch applied] --