Sponsored Content
Full Discussion: Response time & IO max
Top Forums UNIX for Advanced & Expert Users Response time & IO max Post 85962 by salhoub on Sunday 9th of October 2005 04:31:18 AM
Old 10-09-2005
Response time & IO max

in HP-UX how i can measure the response time
and how can i find the maximum IO
 

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. Shell Programming and Scripting

How to read max of 10 file at a time?

Hi All, Please advise . Welcome more suggestions. For examples, I have 1000 file with prefix x??? In fact, I want to convert them to x???.txt with max 10 files at a time. As such, I will need to call another script to read from those 10 *txt files and sleep 5000 to convert the next 10 again.... (10 Replies)
Discussion started by: cedrichiu
10 Replies

4. Web Development

[PHP] Script to Time Remote Server Response and Email

Here is a simple PHP script I wrote that times getting a link using mtime with curl and emails if it does not meet my objective. I use it in production for checking the performance of a Content Delivery Network (CDN), but you can use it for any web server. <?php $heartbeat =... (1 Reply)
Discussion started by: Neo
1 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

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... (4 Replies)
Discussion started by: simpsa27
4 Replies

10. UNIX for Beginners Questions & Answers

How to count average and max respon time?

sorry i will revise first (1 Reply)
Discussion started by: fajar_3t3
1 Replies
AUDISP-PRELUDE.CONF:(5) 				  System Administration Utilities				   AUDISP-PRELUDE.CONF:(5)

NAME
audisp-prelude.conf - the audisp-prelude configuration file DESCRIPTION
audisp-prelude.conf is the file that controls the configuration of the audit based intrusion detection system. There are 2 general kinds of configuration option types, enablers and actions. The enablers simply have yes/no as the only valid choices. The action options currently allow ignore, and idmef as its choices. The ignore option means that the IDS still detects events, but only logs the detection in response. The idmef option means that the IDS will send an IDMEF alert to the prelude manager upon detection. The configuration options that are available are as follows: profile This is a one word character string that is used to identify the profile name in the prelude reporting tools. The default is auditd. detect_avc This an enabler that determines if the IDS should be examining SE Linux AVC events. The default is yes. avc_action This is an action that determines what response should be taken whenever a SE Linux AVC is detected. The default is idmef. detect_login This is an enabler that determines if the IDS should be examining login events. The default is yes. login_action This is an action that determines what response should be taken whenever a login event is detected. The default is idmef. detect_login_fail_max This is an enabler that determines if the IDS should be looking for maximum number of failed logins for an account. The default is yes. login_fail_max_action This is an action that determines what response should be taken whenever the maximum number of failed logins for an account is detected. The default is idmef. detect_login_session_max This is an enabler that determines if the IDS should be looking for maximum concurrent sessions limit for an account. The default is yes. login_session_max_action This is an action that determines what response should be taken whenever the maximum concurrent sessions limit for an account is detected. The default is idmef. detect_login_location This is an enabler that determines if the IDS should be looking for logins being attempted from a forbidden location. The default is yes. login_location_action This is an action that determines what response should be taken whenever logins are attempted from a forbidden location. The default is idmef. detect_login_time_alerts This is an enabler that determines if the IDS should be looking for logins attempted during a forbidden time. The default is yes. login_time_action This is an action that determines what response should be taken whenever logins are attempted during a forbidden time. The default is idmef. detect_abend This is an enabler that determines if the IDS should be looking for programs terminating for an abnormal reason. The default is yes. abend_action This is an action that determines what response should be taken whenever programs terminate for an abnormal reason. The default is idmef. detect_promiscuous This is an enabler that determines if the IDS should be looking for promiscuous sockets being opened. The default is yes. promiscuous_action This is an action that determines what response should be taken whenever promiscuous sockets are detected open. The default is idmef. detect_mac_status This is an enabler that determines if the IDS should be detecting changes made to the SE Linux MAC enforcement. The default is yes. mac_status_action This is an action that determines what response should be taken whenever changes are made to the SE Linux MAC enforcement. The default is idmef. detect_group_auth This is an enabler that determines if the IDS should be detecting whenever a user fails in changing their default group. The default is yes. group_auth_act This is an action that determines what response should be taken whenever a user fails in changing their default group. The default is idmef. detect_watched_acct This is an enabler that determines if the IDS should be detecting a user attempting to login on an account that is being watched. The accounts to watch is set by the watched_accounts option. The default is yes. watched_acct_act This is an action that determines what response should be taken whenever a user attempts to login on an account that is being watched. The default is idmef. watched_accounts This option is a whitespace and comma separated list of accounts to watch. The accounts may be numeric or alphanumeric. If you want to include a range of accounts, separate them with a dash but no spaces. For example, to watch logins from bin to lp, use "bin-lp". Only successful logins logins are recorded. detect_watched_syscall This is an enabler that determines if the IDS should be detecting whenever a user runs a command that issues a syscall that is being watched. The default is yes. watched_syscall_act This is an action that determines what response should be taken whenever a user runs a command that issues a syscall that is being watched. The default is idmef. detect_watched_file This is an enabler that determines if the IDS should be detecting whenever a user accesses a file that is being watched. The default is yes. watched_file_act This is an action that determines what response should be taken whenever a user accesses a file that is being watched. The default is idmef. detect_watched_exec This is an enabler that determines if the IDS should be detecting whenever a user executes a program that is being watched. The default is yes. watched_exec_act This is an action that determines what response should be taken whenever a user executes a program that is being watched. The default is idmef. detect_watched_mk_exe This is an enabler that determines if the IDS should be detecting whenever a user creates a file that is executable. The default is yes. watched_mk_exe_act This is an action that determines what response should be taken whenever a user creates a file that is executable. The default is idmef. SEE ALSO
audispd(8), audisp-prelude(8), prelude-manager(1). AUTHOR
Steve Grubb Red Hat Mar 2008 AUDISP-PRELUDE.CONF:(5)
All times are GMT -4. The time now is 11:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy