Displaying 5 results from an estimated 5 matches for "mytop".
Did you mean:
mypop
2001 May 30
2
environments
I would like to be able, inside a function, to create a new function, and
use it as part of a formula as an argument to, say, gnls or nlme. for
example:
MyTop <- function(data=dta) {
Cexp <- function(dose,A,B,m){...}
Model <- as.formula(paste("y","~ Cexp(",paste(formals(Cexp),collapse
=", "),")"))
MyCall <- call("gnls",Model,dta,...)
eval(MyCall)
}
where "..." in...
2013 Feb 02
2
Question: write an R script with help information available to the user
Dear All,
I would like to ask a question on how to incorporate into an R script help information for the user. I vaguely recall that I saw some instructions on an R manual, but am not able to figure them out. Hereunder is the basic setting:
1. I finished writing an R script, my_script.r, that is a function (the function is named "my_func") for a statistical procedure. This means that
2011 Jun 23
0
how to find out what is causing high mysql cpu load
...average of 10-20 for %user, 5 for %system, 0.2 for %iowait
and 10-20 for %steal
When looking at 'xm top' in dom0 (running also CentOS 5.6) most of the
other domUs have CPU(%) near zero and only this domU is reported to
consume CPU more than 10%.
The strange thing is, that when I run 'mytop', I do not see that many
queries: I see avg of 4 users "sleeping" and occasionally some other
user running a query. qps is mostly 0. No slow queries. Key efficiency
is 97%.
Here is my /etc/my.cnf:
max_connections = 300
max_user_connections = 300
wait_timeout = 180
Nothing interesti...
2009 Apr 13
3
x86_64 server OOM problems after update to 5.3
Hello,
Over the weekend, I upgraded one of my servers that runs mysql and pdns
to 5.3. Previous to the update I have not had an issue form this server.
But since, I have had mysql die multiple times from oom-killer.
$ uname -a
Linux rack2a 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 09:10:25 EDT 2009
x86_64 x86_64 x86_64 GNU/Linux
Unfortunately, the server has been rebooted by others before I have been
2007 Dec 08
9
distributing selinux policy module
Using audit2allow, I was able to create a policy module for
selinux:
audit2allow -i /var/log/audit/audit.log -M mysqld
(creates mysqld.pp and mysqld.te)
I want to distribute this to all my puppet clients.
I can easily put this file in
/etc/selinux/targeted/modules/active/modules
But even after reboot, although I can see the module listed:
semodule -l
... it doesn''t seem to actually