[645] in Coldmud discussion meeting

root meeting help first previous next last

Re: load()

daemon@ATHENA.MIT.EDU (Sat Jan 21 14:17:46 1995 )

From: brandon@smithfield.declab.usu.edu
To: coldstuff@MIT.EDU
Date: Sat, 21 Jan 95 12:15:42 -0700

I'm crossposting this to coldstuff, since it sortof has interest to that list
as well...
-----------------------------------------------------------------------
Hmm, well, its installed, but be warned, it does have a _lot_ of overhead (and
it stall's the server while receiving the load).  For instance, a few checks
on load:

------------------------------
;$sys.load();
=> "1.04, 0.58, 0.02"
[ ticks: 8 seconds: 6 (1 per) milliseconds: 6202 ]
;$sys.load();
=> "0.96, 0.57, 0.02"
[ ticks: 8 seconds: 1 (8 per) milliseconds: 1539 ]
;$sys.load();
=> "0.88, 0.56, 0.01"
[ ticks: 8 seconds: 0 milliseconds: 422 ]
;$sys.load();
=> "0.81, 0.55, 0.01"
[ ticks: 8 seconds: 1 (8 per) milliseconds: 1543 ]
;$sys.load();
=> "0.75, 0.54, 0.00"
[ ticks: 8 seconds: 1 (8 per) milliseconds: 1519 ]
;$sys.load();
=> "0.28, 0.43, 0.00"
[ ticks: 8 seconds: 1 (8 per) milliseconds: 1699 ]
------------------------------

Anyway, as you can see it isn't exactly a fast thing (oh, and milliseconds are
not exactly milliseconds, I cannot figure out what increment of a second they
are.  The reason I chose the name millisecond is because the structure element
is millitm (aurgh, this is frustrating--no documentation)).

-Brandon (Lynx)-