Shell commands to find available memory
Bob Sneidar
bobs at twft.com
Tue Aug 14 14:52:21 EDT 2012
I get 26. HAH! My CPU is faster than yours!
Bob
On Aug 14, 2012, at 11:30 AM, Andre Garzia wrote:
> On Tue, Aug 14, 2012 at 3:26 PM, Richard Gaskin
> <ambassador at fourthworld.com> wrote:
>> Bob Sneidar wrote:
>>> On Aug 14, 2012, at 10:55 AM, Richard Gaskin wrote:
>>>
>>>> I could use "top -l1 -n0" to get just the overview stuff from which
>>>>
>>>> I can parse out the memory info, but it's not a very fast command to
>>>> execute, taking more than a second to return the result to LiveCode.
>>>
>>> When I execute this directly from the shell the result is almost
>>> instantaneous.
>>
>> But how long does it take when you try it in the LiveCode Message Box:
>>
>> put the millisecs into t; get shell("top -l1 -n0"); put the millisecs - t &&
>> it
>
> 36 milliseconds for
>
> put the millisecs into t; get shell("sysctl -a | grep mem"); put the
> millisecs - t && it
>
>
>>
>>
>>
>> --
>> Richard Gaskin
>> Fourth World
>> LiveCode training and consulting: http://www.fourthworld.com
>> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
>> Follow me on Twitter: http://twitter.com/FourthWorldSys
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>
> --
> http://www.andregarzia.com -- All We Do Is Code.
> http://fon.nu -- minimalist url shortening service.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list