Find the answer to your Linux question:
Results 1 to 4 of 4
I read the man pages of batch and it says that commands or scripts scheduled using the batch command will only execute when the load average goes below 0.8. As ...
  1. #1
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493

    when does the load average goes below 0.8

    I read the man pages of batch and it says that commands or scripts scheduled using the batch command will only execute when the load average goes below 0.8. As a newbie I hardy understand what it means. Does it mean that the system resources are busy?
    Ans since I want to see the o/p of the commands I have set using batch, is there any way i can bring the sys load average below 0.8?
    Only if I could understand the man pages
    Registered Linux user #492640
    OS: RHEL4,5 ,RH 9,Ubuntu

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Yes, it means the system was being busy 80% of the time in the last minute.
    Debian GNU/Linux -- You know you want it.

  3. #3
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    so it means the when the load avg goes below 0.8 then the system is being used more and more i.e above 80%. It souds a little wired shouldn't it be this way " when avg load is 0.8 then 80% sys resources are used and when it goes down so does the used resources"
    Only if I could understand the man pages
    Registered Linux user #492640
    OS: RHEL4,5 ,RH 9,Ubuntu

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Think of it this way:
    When the system is not (too) busy, it accepts a new additional task.
    When the system is busy, it does not accept new tasks and queues them for later, when it has more time,
    Debian GNU/Linux -- You know you want it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...