Displaying 20 results from an estimated 2708 matches for "metric".
2019 Jul 11
2
Getting login stats
Hello,
I'm trying to get some IMAP auth stats on a Dovecot 2.3.6 instance, but whatever I declare in metric, it always show 0.
What I want basically is how many IMAP auth attempts there was on the server, and optional a way to filter on the auth attempt status (successful or failed).
My server uses a simple auth (with LDAP backend) and supports only "auth_mechanisms = plain login"
I tried...
2007 Feb 08
0
Darwine on Mac OSx 10.4.8
...nts with warning in the AFM list in order to
> download them. Is there a way I can handle this ? Any help is
> welcome !
> Thanks,
> Bernard.
>
> ------- LOG -----
> wine: creating configuration directory '/Users/
> bernardtourancheau/.wine'...
> Building font metrics. This may take some time...
> Font metrics: 0.0% done
> fixme:font:LFD_InitFontInfo DBCS fonts like
> '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0'
> are not working correctly now.
> fixme:font:LFD_InitFontInfo DBCS fonts like
> '-daewoo-mincho...
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
..."Japan1HeiMin" "Japan1GothicBBB" "Japan1Ryumin"
[28] "Korea1" "Korea1deb" "CNS1"
[31] "GB1"
> example(postscriptFonts)
pstscF> postscriptFonts()
$serif
$family
[1] "Times"
$metrics
[1] "Times-Roman.afm" "Times-Bold.afm" "Times-Italic.afm"
[4] "Times-BoldItalic.afm" "Symbol.afm"
$encoding
[1] "default"
attr(,"class")
[1] "Type1Font"
$sans
$family
[1] "Helvetica"
$metrics
[...
2009 Feb 11
2
problem with 'which' and strings
I have written a function that goes through a database and calculates various
metric scores and allocates them to a data set. For 400 of the 500 sites
that I calculate these metrics for works fine and allocates the scores into
the appropriate column. For some reason, some sites I run into the below
problem:
Here is what I am doing:
> names(orig.metric)
[1] "BenInsect&q...
2012 May 14
2
defaults for virtual defined resources from hiera.
Hi,
This follows on a bit from the previous thread ''trouble with hiera and
puppet defines'' [1]
Up to now I''ve had a large file of virtual resources and then enabled them
on demand
on various services. The very standard.
@metric{''1234:
one => 1
two => [1,2]
}
@metric{''abcd'':
one => a,
two => [b,c]
}
and then somewhere realize potentially with an override <| title == 1234 |>
{ one => 2 }
metric is something like
define metric ($one, $two) {
# d...
2015 Apr 30
0
ipv6 routing problem
...works perfectly works. But I am having
some problem with ipv6, looks like its bridge routing problem but stuck.
here are my bridge detail:
bridge name bridge id STP enabled interfaces
br0 8000.000af75613f2 no eth1
vnet1
br4 8000.000af75613f0 no eth0
ip -6 route shows :
unreachable ::/96 dev lo metric 1024 error -101 mtu 65536 advmss 65476
hoplimit 4294967295
unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -101 mtu 65536
advmss 65476 hoplimit 4294967295
unreachable 2002:a00::/24 dev lo metric 1024 error -101 mtu 65536 advmss
65476 hoplimit 4294967295
unreachable 2002:7f00::/24 dev lo...
2006 Jun 20
9
no eth0 on guest
...208748 1
alian@yoda:~> /sbin/ifconfig
eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
inet adr:10.1.1.158 Bcast:10.1.1.255 Masque:255.255.255.0
adr inet6: fe80::215:f2ff:fe39:d4df/64 Scope:Lien
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:744 errors:0 dropped:0 overruns:0 frame:0
TX packets:507 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:56573 (55.2 Kb) TX bytes:73911 (72.1 Kb)
lo Lien encap:Boucle locale
inet adr:12...
2009 Sep 09
4
Mac OS X, DOS tools start X11, this is silly...
Hello,
when I use DOS command line tools from within Terminal, is there a way to refrain X11 lauch?
For instance if try to use DeflOpt (http://www.walbeehm.com/download/), I get this:
allosaurus:wine Caveman$ ./wine deflopt *.png
Building font metrics. This may take some time...
Font metrics: 0.0% done
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-1...
2010 May 05
2
custom metric for dist for use with hclust/kmeans
Hi guys,
I've been using the kmeans and hclust functions for some time now and
was wondering if I could specify a custom metric when passing my data
frame into hclust as a distance matrix. Actually, kmeans doesn't even
take a distance matrix; it takes the data frame directly. I was
wondering if there's a way or if there's a package that lets you
create distance matrices from non-standard metrics, e.g.,
KL-diverg...
2013 Feb 14
1
Set an Ethernet Interface Metric
Hello All,
I ended up answering my own question, but figured I'd share this and open
up for discussion.
It is possible to set a metric with 'route' or `ip route`.
What I'm wondering is if there's a Red Hat/CentOS way of assigning a metric
in the network-scripts?
Answer:
[0] (from 2008) works.
ex: METRIC=10
Deployment Guides: EL5 [1] and EL6 [2] do not mention metrics on the
previous interface configuration page...
2016 May 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
I understood your modules and I see as them can be used in LNT. But there are some question about old features.
1. With Makefiles we can write pass and collect some statistics. There was an example of branch pass. Metrics can be collected by
@-$(LOPT) -load dcc888$(SHLIBEXT) -branch-counter -stats \ -time-passes -disable-output $< 2>>$@
in makefile. In report file we write how data should be parsed. Can we do same things now with cmake+lit?
2. As I saw in LNT code there is no opportunity to compil...
2016 Apr 25
4
FW: RFC: LNT/Test-suite support for custom metrics and test parameterization
...2:33 PM
To: 'James Molloy' <james at jamesmolloy.co.uk>; Kristof Beyls <Kristof.Beyls at arm.com>; Mehdi Amini <mehdi.amini at apple.com>
Cc: nd <nd at arm.com>; Matthias Braun <matze at braunis.de>
Subject: RE: [llvm-dev] RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi everyone,
Thank you for your answer. BLOB format adds some more actions for working with metrics. We know that ComparisonResult class makes analysis work. But it gets all metrics by request from database, we will need additional time for work with fields during analy...
2016 May 25
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi Matthias,
Thank you for your answer.
But can you answer for some more questions?
First of all, now LNT uses make-style of running tests and parse results from result csv file. Are there any plans to go to cmake?
As I understood lit will run and collect all metrics, but there is no opportunity to make any settings for choosing what metrics I would like to collect. Test reports files allow to choose what report I would like. One time I can use one, second time I can use another. I can do this with cmake only by changing test_modules in file.
So I can’t group...
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
...te.
Thanks
Elena.
From: chris.matthews at apple.com [mailto:chris.matthews at apple.com]
Sent: Monday, April 25, 2016 8:06 PM
To: Elena Lepilkina <Elena.Lepilkina at synopsys.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] RFC: LNT/Test-suite support for custom metrics and test parameterization
I am really torn about this.
When I implemented the regression tracking stuff recently, it really showed me how badly we are scaling. On our production server, the run ingestion can take well over 100s. Time is mostly spent in FieldChange generation and regression gro...
2009 Oct 12
1
List mappings and variable creation
Hi All,
I have a questions about associative list mappings in R, and if they are
possible?
I have data in the form show below, and want to make a new 'bucket' variable
called combined. Which is the sum of the control and the exposed metric
values
This combined variable is a many to many matching as values only appear in
the file if they have a value > 0.
conversion.type filteredID bucketID Metric Value
counter true control a 1
counter true...
2016 May 25
0
RFC: LNT/Test-suite support for custom metrics and test parameterization
...swer.
> But can you answer for some more questions?
> First of all, now LNT uses make-style of running tests and parse results from result csv file. Are there any plans to go to cmake?
As James already said "lnt runtest test-suite".
> As I understood lit will run and collect all metrics, but there is no opportunity to make any settings for choosing what metrics I would like to collect. Test reports files allow to choose what report I would like. One time I can use one, second time I can use another. I can do this with cmake only by changing test_modules in file.
> So I can’t g...
2020 Aug 22
2
Metric label values truncated when using OpenMetrics endpoint
Hi,
Recently we upgraded to Dovecot 2.3.11.3 and configured an example metric like this:
metric imap_command {
event_name = imap_command_finished
group_by = cmd_name tagged_reply_state user remote_ip
}
And enabled the OpenMetrics listener like this:
service stats {
inet_listener http {
port = 5000
}
}
While the result is great, I noticed that some metrics ar...
2010 Jan 13
1
Method for reduction of independent variables
Hello
I am currently investing software code metrics for a variety of software
projects of a company to determine the worst parts of software products
according to specified quality characteristics.
As the gathering of metrics correlates with effort, I would like to find a
subset of the metrics preserving significant predictive power for the
"...
2016 May 26
0
RFC: LNT/Test-suite support for custom metrics and test parameterization
...epilkina via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> I understood your modules and I see as them can be used in LNT. But there are some question about old features.
> 1. With Makefiles we can write pass and collect some statistics. There was an example of branch pass. Metrics can be collected by
> @-$(LOPT) -load dcc888$(SHLIBEXT) -branch-counter -stats \ -time-passes -disable-output $< 2>>$@
> in makefile. In report file we write how data should be parsed. Can we do same things now with cmake+lit?
This question hits several points at once:
- Collecting...
2013 Oct 04
1
Ipv6 VPN
...between immae.eu and home works very good, I can ping
eachother both ways. However, I cannot contact home from outsite, and
neither can I contact outside from home. Each time, I'm locked at
immae.eu not finding home.
my route table on immae.eu?:
2001:41d0:2:35d7:1::/96 dev vpn6 proto kernel metric 256
2001:41d0:2:35d7:1:2::/96 via 2001:41d0:2:35d7:1::2 dev vpn6 metric 1024
2001:41d0:2:35d7:1::/80 dev vpn6 metric 1024
2001:41d0:2:35d7::/64 dev eth0 proto kernel metric 256
2001:41d0:2:35d7::/64 dev eth0 metric 1024
2001:41d0:2:35ff:ff:ff:ff:ff dev eth0 metric 1024
fe80::/64 dev eth...