Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris server read and write randomly slow Post 302902852 by jim mcnamara on Thursday 22nd of May 2014 01:01:30 PM
Old 05-22-2014
Dell? ...my condolences. Smilie

Look at the svc_t times for sd12 (iostat). Anything above ~30 is not good. 1400+ is beyond awful.

I think sd12 has a big problem. This could be a controller problem.
try
Code:
iostat -E 1 1  > /tmp/disk_errors.txt

use an editor and find sd12. I suspect huge numbers of errors on that device.

BTW is this a Solaris zone with a database in use? We may need to look at zonecfg output from the global zone.
This User Gave Thanks to jim mcnamara For This Post:
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

It seems last 20 min Server was very very Slow

Hi Guys, Since last 20-30 min Server was Too slow ..even few of times i got Database connection error. Thanks Sanjay Tripathi (0 Replies)
Discussion started by: SanjayLinux
0 Replies

2. HP-UX

Server become too slow

Hi, Since last week our server become too slow when we try to run application on it. When we run top command, it show as below: So it's nothing to do with heavy utilization, right? Can you give some opinion on what actually had happended? Thank you very much... :b: (4 Replies)
Discussion started by: yeazas
4 Replies

3. Shell Programming and Scripting

Read line from file randomly

I have data file with customer.dat, and this contains the customer names >cat customer.dat FirstName1 LastName1 FistName2 LastName1 FistName3 MiddleName3 LastName3 This file can contain areoun 100 customer names. Regards, (1 Reply)
Discussion started by: McLan
1 Replies

4. Shell Programming and Scripting

use awk to read randomly located columns in an excel file

Hi, I have an excel file that have a random count of columns/fields and what im trying to do is to only retrieve all the rows under 2 specific field headers. I can use the usually command for awk which is awk 'print{ $1 $2}' > output.txt, but the location of the 2 specific field headers is... (9 Replies)
Discussion started by: mdap
9 Replies

5. UNIX for Advanced & Expert Users

Linux server is slow

Hello, I am using Redhat redhat 4 update 4 kernal 2.6. My server is some time suddenly running slow. The averge cpu load goes up to 50 to 60. (There is only two CPU and usually, the averge load is between 1 to 2.5) That time, i see, there are several sessions connected. Normally, we have... (5 Replies)
Discussion started by: govindts
5 Replies

6. Shell Programming and Scripting

Find all files with group read OR group write OR user write permission

I need to find all the files that have group Read or Write permission or files that have user write permission. This is what I have so far: find . -exec ls -l {} \; | awk '/-...rw..w./ {print $1 " " $3 " " $4 " " $9}' It shows me all files where group read = true, group write = true... (5 Replies)
Discussion started by: shunter63
5 Replies

7. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies

8. Solaris

Hard disk write performance very slow

Dear All, I have a hard disk in solaris on which the write performanc is too slow. The CPU , RAM memory are absolutely fine. What might be reason. Kindly explain. Rj (9 Replies)
Discussion started by: jegaraman
9 Replies

9. Infrastructure Monitoring

99% performance wa, slow server.

There is a big problem with the server (VPS based on OpenVZ, CentOS 5, 3GB RAM). The problem is the following. The first 15-20 minutes after starting the server is operating normally, the load average is less than or about 1.0, but then begins to increase sharply% wa, then hovers around 95-99%.... (2 Replies)
Discussion started by: draiphod
2 Replies
TV_GRAB_IT(1p)						User Contributed Perl Documentation					    TV_GRAB_IT(1p)

NAME
tv_grab_it - Grab TV listings for Italy. SYNOPSIS
tv_grab_it --help tv_grab_it [--config-file FILE] --configure tv_grab_it [--config-file FILE] [--output FILE] [--days N] [--offset N] [--quiet] [--slow] [--verbose] [--errors-in-xml] [--backend SITE1[,SITE2[,SITE3]]] [--cache-slow] DESCRIPTION
Output TV listings for several channels available in Italy. The grabber relies on parsing HTML so it might stop working at any time. The data comes from different backends. This is to minimize blackouts in case of site changes but also to extend the number of channels. If the grabber can't find the data with the first backend it will try the second one, and so on. You can specify your order of preference using the --backend option. Currently configured backends are (in default order): skylife - grabs data from www.skylife.it mtvit - grabs data from www.mtv.it boingtv - grabs data from www.boingtv.it sitcom1 - grabs data from www.sitcom1.it raisat - grabs data from www.risat.it raiit - grabs data from www.rai.it iris - grabs data from www.iris.it mediasetpremium - grabs data from www.mediasetpremium.it First run tv_grab_it --configure to choose which channels you want to download. Then running tv_grab_it with no arguments will output listings in XML format to standard output. --configure Prompt for which channels, and writes the configuration file. --config-file FILE Set the name of the configuration file, the default is ~/.xmltv/tv_grab_it.conf. This is the file written by --configure and read when grabbing. --gui OPTION Use this option to enable a graphical interface to be used. OPTION may be 'Tk', or left blank for the best available choice. Additional allowed values of OPTION are 'Term' for normal terminal output (default) and 'TermNoProgressBar' to disable the use of XMLTV::ProgressBar. --output FILE write to FILE rather than standard output. --days N Grab N days. The default is 7. --offset N Start N days in the future. The default is to start from today. --quiet Suppress the progress messages normally written to standard error. --slow Downloads more details (descriptions, actors...). This means downloading a new file for each programme, so it's off by default to save time. --cache-slow If you use the --cache option to speed up thing when you grab data several times a week, using this option you will cache only the --slow data, so you shouldn't miss changes in schedules. --verbose Prints out verbose information useful for debugging. --errors-in-xml Outputs warnings as programmes in the xml file, so that you can see errors in your favorite frontend in addition to the default STDERR. --backend Set the backend (or backends) to use. See the examples. --version Show the version of the grabber. --help Print a help message and exit. CAVEATS
If you use --quiet you should also use --errors-in-xml or you won't be warned about errors. Note also that, as opposed to previous versions, this grabber doesn't die if it cannot find any data, but returns an empty (or optionally containing just warnings) xml file instead. The backends' data quality differs a lot. For example, mytv was very basic, yet complete and uses the least amount of bandwith. Skytv has a lot of channels, but unless you use it with the --slow option the data is not very good (and in this case i would be VERY slow). wfactory is a good overall site if you don't need the whole sky package. EXAMPLES
tv_grab_it --backend mtvit --configure configures tv_grab_it using only the backend mtvit tv_grab_it --backend skylife,wfactory --days 1 grabs one day of data overiding the default order (could also be --backend skylife --backend wfactory) tv_grab_it --cache --slow --days 3 grabs the full data for the next three days using the default backend order and using a disk cache. RECOMMENDED USAGE
tv_grab_it --cache --slow --cache-slow --errors-in-xml SEE ALSO
xmltv. AUTHOR
Davide Chiarini, davide.chiarini@gmail.com you can find some more help at http://www.htpcpoint.it/forum/ perl v5.14.2 2012-06-30 TV_GRAB_IT(1p)
All times are GMT -4. The time now is 03:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy