Sponsored Content
Top Forums Shell Programming and Scripting Start program depending on processor workload Post 302772985 by RudiC on Wednesday 27th of February 2013 06:30:26 AM
Old 02-27-2013
man at:
Quote:
batch executes commands when system load levels permit; in other words, when the load average drops below 1.5, or the value speci fied in the invocation of atd.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

2. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies

3. Shell Programming and Scripting

How can I make a program start up automatically after the computer restart/startup?

hi all How can I make a program start up automatically after the computer restart/startup in fedora? something like: ... Establish a shell then run some of command code. Thanks for Help!! (1 Reply)
Discussion started by: munna_dude
1 Replies

4. Shell Programming and Scripting

start a program with other user's permission

I have some of programs in unix system which are to started with one_user say "xxxx". I have sudo permission if i start these programs with sudo it shows root permission. But i want these programs permession should be "xxxx". I tried "su user_name -c Program_name" but it is not... (3 Replies)
Discussion started by: srikanthus2002
3 Replies

5. Programming

How to start a process in linux using C program??

I have a set of attributes such as group id,group name,etc related to a linux process. Iwant to know how to start a process in linux using C program.Plz do help me. (3 Replies)
Discussion started by: vigneshinbox
3 Replies

6. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

7. Homework & Coursework Questions

little start c program

hello, i wil make the next mission: give how many chambers in a constant number. use an array which chamber is free and count how many chamber there are free. make also something to test I don't now how to start. I need an little example so i can make the mission thank you (10 Replies)
Discussion started by: wouter88
10 Replies

8. OS X (Apple)

A program crashed my iMac so bad that it could not start up.

Hi, Solid as a rock or ... Is it possible for a program to damage an iMac (Snow Leopard) so bad that it cannot start up again, and need to be repaired? I am asking about this, because this seems to have occurred two days ago, when I was running a popular game program. When I closed the... (6 Replies)
Discussion started by: ASL123
6 Replies

9. Fedora

[Solved] Unable to start Matlab program

hello everyone, I have Matlab installed on Fedora 16. I tried running it by simply typing on terminal: $ matlabBut it returned the follwoing error: --- can anyone suggest a solution? cheers, peter ---------- Post updated at 10:57 PM ---------- Previous update was at 10:54 PM ----------... (1 Reply)
Discussion started by: peter_071
1 Replies

10. Shell Programming and Scripting

Bash script to start program and answer prompts?

I'm trying to write a script the simplifies the execution of a program: After starting the program (sh ~/.mfix/model/make_mfix) I am prompted four times for options: Do you need SMP version? (y/n) Do you need DMP version? (y/n) Do you need debug version? (y/n) Force re-compilation of... (2 Replies)
Discussion started by: lanew
2 Replies
filebench(1)							   USER COMMANDS						      filebench(1)

NAME
filebench - interprets WML script and generates appropriate filesystem workload SYNOPSIS
filebench [-f <filename>] [-h] DESCRIPTION
Filebench is a file system and storage benchmark that allows to generate a large variety of workloads. Unlike typical benchmarks it is very flexible and allows to minutely specify (any) applications' behaviour using extensive Workload Model Language (WML). Filebench uses load- able workload personalities to allow easy emulation of complex applications (e.g., mail, web, file, and database servers). Filebench is quick to set up and easy to use compared to deploying real applications. It is also a handy tool for micro-benchmarking. Filebench includes many features to facilitate file system benchmarking: o Multiple workload types support via loadable personalities o Ships with more than 40 pre-defined personalities, including the one that describe mail, web, file, and database servers behaviour o Easy to add new personalities using reach Workload Model Language (WML) o Multi-process and multi-thread workload support o Configurable directory hierarchies with depth, width, and file sizes set to given statistical distributions o Support of asynchronous I/O and process synchronization primitives o Integrated statistics for throughput, latency, and CPU cycle counts per system call OPTIONS
-f <filename> use specified file as an input instead of stdin -h Display verbose help EXAMPLES
Run filebench interactively: $ filebench Start filebench interactive shell, filebench prompt will appear after that. filebench> load fileserver Load fileserver personality using load command. filebench> set $dir=/mnt After personality is loaded, tunables of the workload personality can be set. Here we change the benchmark directory to /mnt where the file system we want to benchmark is presumably mounted. filebench> run 60 Start workload for 60 seconds. After 60 seconds of the run the statistics is printed and Filebench exits. Run filebench non-interactively: filebench -f /usr/share/filebench/workloads/fileserver.f Run filebench non-interactively, however, you need to add 'run <time>' to the end of the workload personality file before calling filebench. EXIT STATUS
0 if OK, 1 if workload file is not found. REPORTING BUGS
http://sourceforge.net/tracker/?group_id=133644&atid=727883 revision 01 Sep 1, 2011 filebench(1)
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy