search for: metrics

Displaying 20 results from an estimated 2694 matches for "metrics".

Did you mean: metric
2019 Jul 11
2
Getting login stats
...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 using the following metrics: -------------------------------- metric auth_request_finished { event_name = auth_request_finished } metric auth_passdb_request_finished { event_name = auth_passdb_request_finished } metric auth_userdb_request_finished { event_name = auth_userdb_request_finished } metric auth_clie...
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 [1...
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" "CountofTaxa" "Darter" [4] &quot...
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
2015 Apr 30
0
ipv6 routing problem
I have centos 6 running kvm. IPv4 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
2006 Jun 20
9
no eth0 on guest
Hi, I''ve setup a box with xen. For the root machine, it''s ok, it see the network card: alian@yoda:~> /sbin/lspci ... 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit Ethernet Controller (rev 19) alian@yoda:~> lsmod .... sk98lin 208748 1 alian@yoda:~> /sbin/ifconfig eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
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-10...
2010 May 05
2
custom metric for dist for use with hclust/kmeans
...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-divergence (which is not really one), but metrics used often in information theory. I'm assuming kmeans just assumes the euclidean metric, but it would be nice to customize that as well. Is stuff out there, or would I have create my own? Thanks, Vivek
2013 Feb 14
1
Set an Ethernet Interface Metric
...n 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 pages. *** The output from `ifconfig` does NOT show the metric as I set it, but the output from `route` does. I suppose this is the intended behavior? The default gateway route would have the metric and not the interface. Notice "Metric: 1" and &...
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 compile...
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 analys...
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 s...
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 grou...
2009 Oct 12
1
List mappings and variable creation
...c 0 counter true exposed d 0) and then run a sort on the data, and count the number of times control appears, and then use this as an index matcher. saw.aggr.data <- [order(saw.aggr.data$bucketID, saw.aggr.data$metric), ] no.of.metrics <- length(saw.aggr.data$bucketID[grep("control", saw.aggr.data$bucketID)]) for (i in (1:no.of.metrics)) { assign(paste("combined", as.character(saw.aggr.data$metric[i])), (saw.aggr.data$value[i] + saw.aggr.data$value[i + no.of.metrics])) } This does what i want it to but...
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 gr...
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 are being truncated (three dots at the end of the label value): dovecot_imap_command_duration_usecs_sum{cmd_name="FETCH",tagged_reply_state="OK&q...
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 "p...
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
Hi all, I am trying to configure tinc for my network: I have one server with a public /64 IP6 address and one IP4 address, and some other computers with possibly only local addresses (NAT, and router which I don't control) I configured tinc so that all the clients connect by ipv4 to the server with the public address. So I have something like this Ovh (the provider of the server