Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Www.UNIX.com is slow today ??? Post 303001288 by RudiC on Tuesday 1st of August 2017 06:39:59 AM
Old 08-01-2017
It's not too fast, in fact slower than usual, and it has been worse before, but it never is lightning fast...
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

New www.unix.com search

PUZZLED: How can I search for posts on 'VI' if by the new rules (or maybe they are old) I get the messge: "The search term you specified (vi) is under the minimum word length (3) and therefore will not be found. Please make this term longer. If this term contains a wildcard, please make... (13 Replies)
Discussion started by: sierra_aar
13 Replies

2. Post Here to Contact Site Administrators and Moderators

www.unix.com

Of late, when i start www.unix.com my system is going to 100% CPU and takes lot of time to get the information. I think this is happening after adding the graphics on the page. Has anyone seen this problem..Sorry to post this here.. (6 Replies)
Discussion started by: sssow
6 Replies

3. Answers to Frequently Asked Questions

scripts/programs/code posted to www.unix.com

Every now and then our users post complete programs to this site. It is especially important that these contributions don't get lost, so I will collect them here. Some of these programs are intended to demonstrate a programming technique and some are ready to run. As a guideline, the code... (0 Replies)
Discussion started by: Perderabo
0 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Access to https://www.unix.com/source?

Folks, Hope this is not a newbie question, but it might end up being that. I wanted to retrieve the source code for unix_linux_bench as directed on https://www.unix.com/linux-benchmarks/11175-instructions-linux-benchmarks.html When one clicks on the links specified for download, the browser... (1 Reply)
Discussion started by: wagdalule
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Problem connecting to www.unix.com

I've been having a problem connecting to the forum. I know it is just something with my computer but I have no idea what it is. It started last week. Every time I connect I get this: <?xml version="1.0" encoding="ISO-8859-1" ?> - <rss version="2.0"... (2 Replies)
Discussion started by: Vi-Curious
2 Replies
..::lib::Smokeping::matchers::ExpLoss(3)			     SmokePing				  ..::lib::Smokeping::matchers::ExpLoss(3)

NAME
Smokeping::matchers::ExpLoss - exponential weighting matcher for packet loss with RMON-like thresholds DESCRIPTION
Match against exponential weighted average of last samples, thus new values are more valuable as old ones. Two thresholds - rising and falling - produce hysteresis loop like in RMON alert subsystem. If the average reaches the "rising" threshold, matcher go to the "match" state and hold It until the average drops under the "falling" threshold. Call the matcher with the following sequence: type = matcher pattern = CheckLoss(hist => <hist>, rising=><rising> [,falling => <falling>] [,skip=><stat>] [,fast=><fast>]) Arguments: hist - number of samples to weight against; weight will be disposed with exponetial decreasing manner from newest to oldest, so that the oldest sample would have 1% significance; rising - rising threshold for packet loss, 0-100% falling - falling threshold for packet loss, default is <rising> skip - skip <skip> number of samples after startup before "fire" alerts. fast - use <fast> samples for fast transition: if the values of last <fast> samples more then <rising> - take "match" state, if less then <falling> - take "no match" state. Note: If the actual history is less then <hist> value then this value is taken as the actual history. COPYRIGHT
Copyright (c) 2008 Veniamin Konoplev Developed in cooperation with EU EGEE project LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. AUTHOR
Veniamin Konoplev <vkonoplev@acm.org> 2.6.8 2012-02-26 ..::lib::Smokeping::matchers::ExpLoss(3)
All times are GMT -4. The time now is 02:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy