Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators For the Admins, rouge advert(s)... Post 302977946 by hicksd8 on Sunday 24th of July 2016 09:00:25 AM
Old 07-24-2016
Hi,

I'm not an admin on this site but I'll answer anyway (especially as you're in the UK, the same environment as me).

We all know that if you log in that you get no ads so it will be quicker. However, without logging in performance should still be acceptable.

I think you need to investigate and look for a common problem amongst your systems.

Does it make a difference if you switch off your AV? Which AV do you use?

I had a major performance issue sometime ago which turned out to be caused by end point protection software (IBM Trusteer Rapport) recommended by my bank for online banking. I had not updated the package for some considerable time and I found that switching it off made one hell of a difference. I contacted Rapport support and they sent me a link and told me to install from there. That fixed it.

Also, what about any anti-spyware you use? Try it with that switched off too.

For whatever reason (search Google for this one) I've had Chrome slug my machine even though I don't use it much. Uninstalling that fixed a load of issues.

Do you have any software running on your web gateway/router that would affect all your machines?

My money is on that perhaps you have some protection software running which, when video ads are downloading, asks "what the hell is that?" and uses all your CPU cycles to try and find out.

Last edited by hicksd8; 07-24-2016 at 12:15 PM..
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Admins >

Just wanted to say great website and thank you... (0 Replies)
Discussion started by: 98_1LE
0 Replies

2. UNIX for Dummies Questions & Answers

rouge processes

Often when i do a ps -ef |grep user there are sh processes however the users are not actually logged in. Does any one know what i could do to automatically kill off these processes. (1 Reply)
Discussion started by: namtab
1 Replies

3. Solaris

Any sys admins from uk?

Hello Guys, im new to this forum. Im from UK and ive recently completed my SCSA I & II and also got trained in Veritas Suite (Veritas Volume Manager and Veritas Clusters, Veritas NetBackup), SAN Configuration. I was trying to get a break as a junior sun solaris admin. I am applying for the jobs... (1 Reply)
Discussion started by: megadeth
1 Replies

4. UNIX for Dummies Questions & Answers

rouge process wiping files from a directory

I'm hoping you guys (the experts) can help me. We have a sweep directory (/opt/application/sweep) critical to our application process. The application will lay down a file in that directory, then about 15 seconds later a post process will come along and pick that file up and continue processing.... (2 Replies)
Discussion started by: hedrict
2 Replies

5. What is on Your Mind?

PEPSI MAX'S 2010 ADVERT.

What do you think about this Ad? O-XZk0yxCzc YouTube - PEPSI MAX'S 2010 FOOTBALL ADVERT FT AKON'S 'OH AFRICA' (FEATURE LENGTH) I can't stop watching it, it is entertaining... What is your best Advert. in 2010??? (0 Replies)
Discussion started by: malcomex999
0 Replies

6. What is on Your Mind?

Thank you members and admins

Got a raise and a formal position of 'unix system engineer' in 2016. I would like to thank you members and admins. This would not be possible without you. I will mention some.. Thank you Don, for making me learn and understand the importance of standards, which i try to apply as much as i... (3 Replies)
Discussion started by: Peasant
3 Replies
Finance::QuoteHist::Google(3pm) 			User Contributed Perl Documentation			   Finance::QuoteHist::Google(3pm)

NAME
Finance::QuoteHist::Google - Site-specific class for retrieving historical stock quotes. SYNOPSIS
use Finance::QuoteHist::Google; $q = Finance::QuoteHist::Google->new ( symbols => [qw(IBM UPS AMZN)], start_date => '01/01/1999', end_date => 'today', ); foreach $row ($q->quotes()) { ($symbol, $date, $open, $high, $low, $close, $volume) = @$row; ... } DESCRIPTION
Finance::QuoteHist::Google is a subclass of Finance::QuoteHist::Generic, specifically tailored to read historical quotes from the Google web site (http://finance.google.com/). Google does not currently provide information on dividends or splits. Please see Finance::QuoteHist::Generic(3) for more details on usage and available methods. If you just want to get historical quotes and are not interested in the details of how it is done, check out Finance::QuoteHist(3). METHODS
The basic user interface consists of a single method, as shown in the example above. That method is: quotes() Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Symbol, Date, Open, High, Low, Close, and Volume for that date. Quote values are pre-adjusted for this site. REQUIRES
Finance::QuoteHist::Generic DISCLAIMER
The data returned from these modules is in no way guaranteed, nor are the developers responsible in any way for how this data (or lack thereof) is used. The interface is based on URLs and page layouts that might change at any time. Even though these modules are designed to be adaptive under these circumstances, they will at some point probably be unable to retrieve data unless fixed or provided with new parameters. Furthermore, the data from these web sites is usually not even guaranteed by the web sites themselves, and oftentimes is acquired elsewhere. Details for Googles's terms of use can be found here: http://www.google.com/accounts/TOS?loc=us If you still have concerns, then use another site-specific historical quote instance, or none at all. Above all, play nice. AUTHOR
Matthew P. Sisk, <sisk@mojotoad.com> COPYRIGHT
Copyright (c) 2007-2010 Matthew P. Sisk. All rights reserved. All wrongs revenged. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Finance::QuoteHist::Generic(3), Finance::QuoteHist(3), perl(1). perl v5.12.4 2010-06-07 Finance::QuoteHist::Google(3pm)
All times are GMT -4. The time now is 04:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy