Sponsored Content
Top Forums Shell Programming and Scripting Processes running response time Post 303023289 by simpsa27 on Friday 14th of September 2018 04:56:16 AM
Old 09-14-2018
Processes running response time

Hi All

I have been asked to write scripts within our monitoring tool for a vast requirement set.

One of the requirements is below:
• Lowest, Highest & Average response times of the Documentum process threads serving client requests

Essentially they want a view where we can see the lowest file time / highest file time and the average.

Is there a way to create a script to get the average?

Code:
[apmuser@wyclapph053 epaplugins]$ ps -ef | grep docbase
docuser   6130 20473  0 Sep12 ?        00:01:48 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser   6136 20473  0 Sep12 ?        00:00:00 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser   7093 20473  0 Sep12 ?        00:00:27 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser   9541 20473  0 Sep12 ?        00:00:00 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser  10430 20473  0 Sep12 ?        00:04:28 ./dm_agent_exec -docbase_name ICP.ICP -docbase_owner docuser -sleep_duration 0
docuser  12932 20473  0 Sep12 ?        00:00:00 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
apmuser  14731 29344  0 09:53 pts/2    00:00:00 grep docbase
docuser  16398 20473  0 Sep12 ?        00:00:02 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser  20473     1  0 Sep12 ?        00:00:32 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
docuser  21984 20473  0 08:20 ?        00:00:00 ./documentum -docbase_name ICP -security acl -init_file /opt/product/documentum/dba/config/ICP/server.ini
[apmuser@wyclapph053 epaplugins]$

They want a view of the lowest file time / the highest file time and then the average of all files. Is this possible if so what would the command be as I have no clue?

Thanks in advance
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

ls -l : response time slow

Hi all, If I give ls , it lists files in 1 second. It I give ls -l , it takes 8 seconds There are only 55 files in the directory. Any explanation? Thanks Wilson (4 Replies)
Discussion started by: geraldwilson
4 Replies

2. UNIX for Advanced & Expert Users

Response time under packet loss

I am experiencing a problem where under a dial condition I am experiencing packet loss, which is failrly normal, but the response to the packet loss is taking bewteen 6 and 10 seconds. Could someone please advise what the industry standard is on the response time under a packet loss senario. (1 Reply)
Discussion started by: shane
1 Replies

3. UNIX for Advanced & Expert Users

Response time & IO max

in HP-UX how i can measure the response time and how can i find the maximum IO (1 Reply)
Discussion started by: salhoub
1 Replies

4. Shell Programming and Scripting

determine the active processes on the system which are running since long time

Hi , Please help me shell script to determine the active processes on the system which are running since long time (2 Replies)
Discussion started by: itian2010
2 Replies

5. Shell Programming and Scripting

Calculate response time from log

I have a running log file (jboss_server.log) which rotates at midnight . I need to constantly check and calculate the time for each thread and alert if it doesnt complete within 60 minute. For example my log file has following printed . I want to run a script in cron every 30 minutes and... (2 Replies)
Discussion started by: gubbu
2 Replies

6. IP Networking

Tshark/pcap and web-server response time

Hi everyone! How can I get response time difference between GET and HTTP/1.0 200 OK (i mean time latency of web-server) with using of tshark&shell or something else for each hostname from pcap file? What can you recommend me to do that? (1 Reply)
Discussion started by: lepetal
1 Replies

7. Shell Programming and Scripting

Calculate avg response time on hourly basis

Hi, I am trying to calculate avg response time on hourly basis from the log file which has millions of records. As of now I am trying with creating temp file which will have lines with unique id and start time and end time and after that another script will run on this temp file to... (7 Replies)
Discussion started by: random_thoughts
7 Replies

8. Shell Programming and Scripting

Script to check response time from nginx logs

Hi, My goal is to monitor the response time from the access logs of nginx server. I am using gawk to print the needed fields - 'response time' and 'name of the service' from nginx logs. Command: gawk '($6 ~ /cloudservice/) {print $10, $6}' access.log Output: 0.645 /nc/cloudservice... (6 Replies)
Discussion started by: nshah11
6 Replies

9. Shell Programming and Scripting

Multi threading - running multiple processes at the same time

so i've been using this a lot in a lot of my scripts: ( columnA & columnAPID=$! & columnB & columnBPID=$! & columnC & columnCPID=$! &) & wait ${columnAPID} wait ${columnBPID} wait ${columnCPID} It seems to work as ive seen it dramatically reduce run time of my scripts. however, i'm... (5 Replies)
Discussion started by: SkySmart
5 Replies

10. UNIX for Beginners Questions & Answers

Many processes running at the same time

Hello everybody , I launched cron to execute a task every hour but the job takes more than hour that's why I'm getting more than 1000 cron processes running at the same time !!! My question is how to tell cron not to execute unless the job terminated in order to have only one process running .... (14 Replies)
Discussion started by: beautymind
14 Replies
AAC(4)							   BSD Kernel Interfaces Manual 						    AAC(4)

NAME
aac -- Adaptec AdvancedRAID Controller driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device aac device aacp To compile in debugging code: options AAC_DEBUG=N Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): aac_load="YES" DESCRIPTION
The aac driver provides support for the Adaptec AAC family of SCSI Ultra2, Ultra160, and Ultra320, SATA and SAS RAID controllers. Access to RAID containers is available via the /dev/aacd? device nodes. The aacp device enables the SCSI pass-thru interface and allows devices connected to the card such as CD-ROMs to be available via the CAM scsi(4) subsystem. Note that not all cards allow this interface to be enabled. The /dev/aac? device nodes provide access to the management interface of the controller. One node exists per installed card. The aliases /dev/afa? and /dev/hpn? exist for compatibility with the Dell and HP versions of management tools, respectively. If the kernel is compiled with the COMPAT_LINUX option, or the aac_linux.ko and linux.ko modules are loaded, the Linux-compatible ioctl(2) interface for the management device will be enabled and will allow Linux-based management applications to control the card. HARDWARE
Controllers supported by the aac driver include: o Adaptec AAC-364 o Adaptec RAID 2045 o Adaptec RAID 2405 o Adaptec RAID 2445 o Adaptec RAID 2805 o Adaptec RAID 3085 o Adaptec RAID 31205 o Adaptec RAID 31605 o Adaptec RAID 5085 o Adaptec RAID 51205 o Adaptec RAID 51245 o Adaptec RAID 51605 o Adaptec RAID 51645 o Adaptec RAID 52445 o Adaptec RAID 5405 o Adaptec RAID 5445 o Adaptec RAID 5805 o Adaptec SAS RAID 3405 o Adaptec SAS RAID 3805 o Adaptec SAS RAID 4000SAS o Adaptec SAS RAID 4005SAS o Adaptec SAS RAID 4800SAS o Adaptec SAS RAID 4805SAS o Adaptec SATA RAID 2020SA ZCR o Adaptec SATA RAID 2025SA ZCR o Adaptec SATA RAID 2026ZCR o Adaptec SATA RAID 2410SA o Adaptec SATA RAID 2420SA o Adaptec SATA RAID 2610SA o Adaptec SATA RAID 2620SA o Adaptec SATA RAID 2810SA o Adaptec SATA RAID 2820SA o Adaptec SATA RAID 21610SA o Adaptec SCSI RAID 2020ZCR o Adaptec SCSI RAID 2025ZCR o Adaptec SCSI RAID 2120S o Adaptec SCSI RAID 2130S o Adaptec SCSI RAID 2130SLP o Adaptec SCSI RAID 2230SLP o Adaptec SCSI RAID 2200S o Adaptec SCSI RAID 2240S o Adaptec SCSI RAID 3230S o Adaptec SCSI RAID 3240S o Adaptec SCSI RAID 5400S o Dell CERC SATA RAID 2 o Dell PERC 2/Si o Dell PERC 2/QC o Dell PERC 3/Si o Dell PERC 3/Di o Dell PERC 320/DC o HP ML110 G2 (Adaptec SATA RAID 2610SA) o HP NetRAID 4M o IBM ServeRAID 8i o IBM ServeRAID 8k o IBM ServeRAID 8s o ICP RAID ICP5045BL o ICP RAID ICP5085BL o ICP RAID ICP5085SL o ICP RAID ICP5125BR o ICP RAID ICP5125SL o ICP RAID ICP5165BR o ICP RAID ICP5165SL o ICP RAID ICP5445SL o ICP RAID ICP5805BL o ICP RAID ICP5805SL o ICP ICP5085BR SAS RAID o ICP ICP9085LI SAS RAID o ICP ICP9047MA SATA RAID o ICP ICP9067MA SATA RAID o ICP ICP9087MA SATA RAID o ICP ICP9014RO SCSI RAID o ICP ICP9024RO SCSI RAID o Legend S220 o Legend S230 o Sun STK RAID REM o Sun STK RAID EM o SG-XPCIESAS-R-IN o SG-XPCIESAS-R-EX o AOC-USAS-S4i o AOC-USAS-S8i o AOC-USAS-S4iR o AOC-USAS-S8iR o AOC-USAS-S8i-LP o AOC-USAS-S8iR-LP FILES
/dev/aac? aac management interface /dev/aacd? disk/container interface DIAGNOSTICS
Compiling with AAC_DEBUG set to a number between 0 and 3 will enable increasingly verbose debug messages. The adapter can send status and alert messages asynchronously to the driver. These messages are printed on the system console, and are also queued for retrieval by a management application. SEE ALSO
kld(4), linux(4), scsi(4), kldload(8) HISTORY
The aac driver first appeared in FreeBSD 4.3. AUTHORS
Mike Smith <msmith@FreeBSD.org> Scott Long <scottl@FreeBSD.org> BUGS
This driver is not compatible with Dell controllers that have version 1.x firmware. The firmware version is the same as the kernel version printed in the BIOS POST and driver attach messages. The controller is not actually paused on suspend/resume. BSD
July 10, 2009 BSD
All times are GMT -4. The time now is 03:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy