Sponsored Content
Top Forums Shell Programming and Scripting Shell Script: Run benchmark and cpustat together Post 302931688 by Zam_1234 on Wednesday 14th of January 2015 03:30:46 PM
Old 01-14-2015
Wrench Shell Script: Run benchmark and cpustat together

Hello,
New to Shell scripting here. :-(

I am trying to do the following:
- Run a long benchmark program (Don't need to see the outputs to stdout)
- As long as the benchmark is running, run the "cpustat" command with one particular Performance Counter.
- When the (Multi-thread) benchmark is done running, the cpustat command should also stop.

So far I have been trying different things like:
Code:
cpustat -c pic0=SB_full,pic1=Instr_cnt 1
./long_multithread_benchmark &

kill -9 `pgrep cpustat`

Also, tried using the "while" loop by checking for the $? of the last command:
Code:
./long_benchmark

while [[ $? -neq 0] ]
do
cpustat -c pic0=SB_full,pic1=Instr_cnt 1
done

None of them are working.

Thanks is advance for any suggestions/advice.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to run unix commands in a new shell inside a shell script?

Hi , I am having one situation in which I need to run some simple unix commands after doing "chroot" command in a shell script. Which in turn creates a new shell. So scenario is that - I need to have one shell script which is ran as a part of crontab - in this shell script I need to do a... (2 Replies)
Discussion started by: hkapil
2 Replies

2. Shell Programming and Scripting

How to Run a shell script from Perl script in Parent shell?

Hi Perl/UNIX experts, I have a problem in running a shell script from my perl script (auto.pl). I run the perl script using perl auto.pl from the shell prompt The shell script picks the files in "input" folder and procesess it. The shell script blue.sh has this code. export... (16 Replies)
Discussion started by: hifake
16 Replies

3. Shell Programming and Scripting

Help need to make a shell script run for ffmpeg vhook watermaking in shell

i have a small problem getting a batxh shell script to run in shell this is the code the problem seems to be centered around the ffmpeg command, something maybe to do with the ' ' wrapping around the vhook part command this is a strange problem , if i take the ffmpeg command and... (1 Reply)
Discussion started by: wingchun22
1 Replies

4. Shell Programming and Scripting

How to run cmds after changing to a new env (shell) in a shell script

Hi, I am using HP-UNIX. I have a requirement as below I have to change env twice like: cadenv <env> cadenv <env> ccm start -d /dbpath ccm tar -xvf *.tar ccm rcv .... mv *.tar BACKUP but after I do the first cadenv <env> , I am unable to execute any of the later commands . ... (6 Replies)
Discussion started by: charlei
6 Replies

5. Shell Programming and Scripting

Run a shell script from one host which connext to remote host and run the commands

I want to write a script which would run from one host say A and connect to other remote host B and then run rest of commands in that host. I tried connecting from A host to B with SSH but after connecting to host B it just getting me inside Host B command prompt. Rest of the script is not running... (6 Replies)
Discussion started by: SN2009
6 Replies

6. Solaris

CIS Benchmark script for solaris

Hello! Does anyone know where I can find a script that implements the CIS benchmark for Solaris, as described in their pdf file. Virginia Tech had links for it but the pages no longer exists. Thank you! (2 Replies)
Discussion started by: jabentay
2 Replies

7. Solaris

Could you run this benchmark? (Especially if you have a V880 or V890)

Hi all I am currently using a T5120 to write and run some simulation code I've been working on which heavily relies on large matrix multiplication procedures. I am posting this to call out for some of you run and share the results of a simple benchmark I've written to compare the matrix... (1 Reply)
Discussion started by: toguro123
1 Replies

8. Shell Programming and Scripting

Shell script run in a case statement call to run a php file, also Perl

Linux System having all Perl, Python, PHP (and Ruby) installed From a Shell script, can call a Perl, Python, PHP (or Ruby ?) file eg eg a Shell script run in a case statement call to run a php file, also Perl or/and Python file??? Like #!/usr/bin/bash .... .... case $INPUT_STRING... (1 Reply)
Discussion started by: hoyanet
1 Replies

9. Cybersecurity

Is there an Automated script for CIS CentOS Linux 7 Benchmark please?

Hi, Apologies if this is not right section to post my requirement. We have a requirement to enhance our Centos 7 Servers' security as per "CIS CentOS Linux 7 Benchmark" ( CIS WorkBench / Home ) that provides guidance for establishing a secure configuration posture for CentOS 7. Just... (2 Replies)
Discussion started by: prvnrk
2 Replies
cpustat(1)						      General Commands Manual							cpustat(1)

Name
       cpustat - report CPU statistics

Syntax
       cpustat [-cfhsv] [interval [count]]

Description
       The  command  displays  statistics about the use and state of each CPU in the system.  The information about the CPU might change while the
       command is running, so the information it gives is a snapshot taken at a given time.

       Normally, the command displays the statistics and state only once. You can cause the command to repeat the display by specifying a  decimal
       number  in  the	interval argument. The command repeats the display until it is interrupted, for example, by a control character entered at
       the terminal.

       You can limit the number of times the command repeats the display by specifying an integer in the count argument.

       The command provides an interactive interface that you can invoke using the -f option.

       The following describes the fields in the display:

       Statistics: Information about how each CPU's time is being used

	    us%      Percent of time spent in user mode

	    ni%      Percent of time spent in nice mode

	    sy%      Percent of time spent in system mode

	    id%      Percent of time spent idle

	    csw      Number of context switches

	    sys      Number of system calls

	    trap     Number of traps

	    intr     Number of device interrupts

	    ipi      Number of interprocessor interrupts

	    ttyin    Number of characters input to the terminal

	    ttyout   Number of characters output to the terminal

       State: Information about the different states of each CPU

	    cpuid    Unique identifier of the CPU.

	    state    CPU state.
			B - boot CPU
			D - disable soft errors
			S - stopped
			R - running
			T - TB needs invalidation
			P - panicked

	    ipi-mask interprocessor interrupt mask
			P - panic
			R - console print
			S - schedule
			D - disable
			T - TB invalidation
			H - stop CPU

	    proc     Indication of whether the CPU has an associated process. A Y indicates that an associated process exists, while  an  N  indi-
		     cates that no associated process exists.

	    pid      Process ID of the running process.

	    If any statistic field value exceeds 9999, it is shown in a scaled representation with the suffix k, which indicates multiplication by
	    1000, or with the suffix m, which indicates multiplication by 1,000,000.  For example, the value 12,345 would appear as 12k.

Options
       -c   Displays only the statistics for each CPU.

       -f   Displays statistics and state information on a full screen.  If you use the -f option, you are prompted to enter one of the  following
	    commands:

	    c	 Displays only statistics about each CPU.

	    d	 Uses the default mode of display.

	    h	 Displays the help screen. To return to the original display screen, enter any character.

	    q	 Quits from the full screen display.

	    s	 Displays only state information about each CPU.

	    v	 Displays information about each vector processor and omits information about other processors.

       -s   Displays only state information about each CPU.

       -h   Provides help information about the usage of the command.

       -v   Displays  information about each vector processor and omits information about other processors. When displays information about vector
	    processors, it adds the following information to the display:

	    vp state  Indicates that the vector processor is operational (OK), not usable (DEAD), enabled (ENA), or disabled  (DIS).  The  command
		      display may contain a combination of these states.

	    vp owner  PID of the vector process whose context is stored in the vector processor.

	    chp cxsw  Number  of context switches in which the process whose context changed is the only process using a particular vector proces-
		      sor. Because no other process uses the vector processor, the register data associated with the processor	does  not  change.
		      Therefore,  the  system  does  not  need	to save and restore the register data; the data remains in the registers until the
		      process is ready to use it.

	    exp cxsw  Number of context switches in which a number of processes might be using the same vector	processor.   When  more  than  one
		      process uses the same processor, the register data associated with the processor might be changed by any process. Therefore,
		      the system saves and restores the register data during a context switch for any process.

	    succ req  Number of times the vector process has successfully allocated the vector processor.

	    failed req
		      Number of times the vector process has been refused vector processor allocation.

       If you omit all options, reports a summary of the statistics since the system has been booted and the state of each CPU.

Examples
       To print the system status every five seconds ten times, enter the following command:
       % cpustat 5 10

Files
       Virtual main memory image

       System namelist

See Also
       iostat(1), vmstat(1)

																	cpustat(1)
All times are GMT -4. The time now is 04:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy