Displaying 20 results from an estimated 36033 matches for "active".
2020 Oct 27
2
Expert to work on load issue
...ipt below to show me total
calls and CPU usage of Asterisk
#! /bin/bash
for i in {1..50}
do
CALLS=$(asterisk -rx'core show calls' | head -n 1 | awk '{print
$1}')
CPU=$(top -b -n 1 | grep $(pidof asterisk) | awk '{print $9}')
echo "CPU USAGE $CPU Active calls $CALLS"
done
And this was the output:
[root at a30 ~]# /tmp/x.sh
CPU USAGE 231.2 Active calls 391
CPU USAGE 188.2 Active calls 392
CPU USAGE 658.8 Active calls 392
CPU USAGE 211.8 Active calls 389
CPU USAGE 470.6 Active calls 391
CPU USAGE 841.2 Active calls 390
CPU USAGE 694.1 Active c...
2020 Oct 27
2
Expert to work on load issue
...eck out the
packet queue (with the help of
https://serverfault.com/questions/623377/is-there-a-way-to-get-current-txqueue-utilization-on-e-g-eth0-or-tun-device)
and it *seems there may be a corelation between packets in the queue and
the load on Asterisk
[root at a30 ~]# /tmp/x.sh
CPU USAGE 393.8 Active calls 317
CPU USAGE 117.6 Active calls 318
CPU USAGE 143.8 Active calls 318
CPU USAGE 305.9 Active calls 318
udp 0 768 0.0.0.0:14510 0.0.0.0:*
CPU USAGE 123.5 Active calls 316
CPU USAGE 137.5 Active calls 314
CPU USAGE 329.4 Active calls 314
CPU USAGE 312.5 Active calls 317
CPU...
2023 Feb 20
1
Restored mail folders conflict with renamed original ones
Hello,
We are running Dovecot 2.3.18 (together with Postfix) on CentOS 7. It
uses a Maildir structure.
We have a user who has organized his mailbox as shows up at the end of
this mail. The user had forgotten that he had renamed his "Grants Active
\ European" (.Grants Active.European) folder to "Grants Active \
International" (.Grants Active.International), he thought that it was
lost and requested a restore of "Grants Active \ European" (with all of
its subfolders) from backup.
Since we did that (using a simple...
2020 Oct 29
0
Expert to work on load issue
...h the help of
> https://serverfault.com/questions/623377/is-there-a-way-to-get-current-txqueue-utilization-on-e-g-eth0-or-tun-device)
> and it *seems there may be a corelation between packets in the queue and
> the load on Asterisk
>
> [root at a30 ~]# /tmp/x.sh
> CPU USAGE 393.8 Active calls 317
> CPU USAGE 117.6 Active calls 318
> CPU USAGE 143.8 Active calls 318
> CPU USAGE 305.9 Active calls 318
> udp 0 768 0.0.0.0:14510 0.0.0.0:*
>
> CPU USAGE 123.5 Active calls 316
> CPU USAGE 137.5 Active calls 314
> CPU USAGE 329.4 Active calls 3...
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
...) "." "GEO.GGO.EuroGEO 2022"
* LIST (\HasNoChildren \UnMarked) "." "GEO.GGO.GGO MAIL"
* LIST (\HasNoChildren \UnMarked) "." GEO.ExCom
* LIST (\HasNoChildren \UnMarked) "." GEO.UHCO
* LIST (\HasChildren \UnMarked) "." "Grants Active"
* LIST (\HasChildren \UnMarked) "." "Grants Active.European"
* LIST (\HasNoChildren \UnMarked) "." "Grants Active.European.URBAN RELEAF"
* LIST (\HasChildren \UnMarked) "." "Grants Active.European.SMURBS"
* LIST (\HasNoChildren \UnMa...
2012 Apr 14
7
undefined method `model_name' for NilClass:Class
Hi guys,
I just started using Ruby on Rails. After implementing the RoR blog
tutorial I started with my own data model.
Sadly I am not able to get my create page running.
Model:
class Activity < ActiveRecord::Base
validates :activity, :presence => true
validates :forKids, :presence => true
validates :start_date, :presence => true
end
Controller:
class ActivitiesController < ApplicationController
def index
@activities = Activity.all
respond_to do |format|
format.ht...
2010 Apr 08
1
ZFS monitoring - best practices?
We''re starting to grow our ZFS environment and really need to start
standardizing our monitoring procedures.
OS tools are great for spot troubleshooting and sar can be used for
some trending, but we''d really like to tie this into an SNMP based
system that can generate graphs for us (via RRD or other).
Whether or not we do this via our standard enterprise monitoring tool
or
2010 Sep 17
1
multipath troubleshoot
...ned a Lun (fibre) to my server. Then re scanned using
echo "1" > /sys/class/fc_host/host5/issue_lip
echo "1" > /sys/class/fc_host/host6/issue_lip
I can see the scsi device using dmesg
But mpath device are not created for this LUN
Pleas see below. The last 4 should be active and I think this is the problem
Kernel: 2.6.18-164.11.1.el5xen , EL 5.5
--
[root at cvprd3 lvm]# multipathd -k
multipathd> show paths
hcil dev dev_t pri dm_st chk_st next_check
5:0:0:0 sdb 8:16 1 [active][ready] XXX....... 7/20
5:0:0:1 sdc 8:32 1 [active][ready] X...
2007 Jul 29
6
Isolating rails model specs from their implementation
I''m currently taking a Rails project management app I built when
learning Rails and adding specs to it. During the course of building
the app the requirement that project should be archiveable was added.
So a project is in one of two states active or archived.
This led to the creation of the following methods:
Project.active_projects
Project.archived_projects
@project.active?
@project.archived?
@project.archive!
@project.unarchive!
The current implementation of this is using a separate table of
"visibilities" as follows:
# Imp...
2023 Feb 23
1
Restored mail folders conflict with renamed original ones
...RT SEARCHRES
> WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY
> PREVIEW=FUZZY PREVIEW STATUS=SIZE SAVEDATE LITERAL+ NOTIFY SPECIAL-USE
> QUOTA] Logged in as userx
> 1 LIST "" "*"
> ...
> * LIST (\HasChildren \UnMarked) "." "Grants Active"
> * LIST (\HasChildren \UnMarked) "." "Grants Active.European"
> * LIST (\HasNoChildren \UnMarked) "." "Grants Active.European.URBAN
> RELEAF"
> * LIST (\HasChildren \UnMarked) "." "Grants Active.European.SMURBS"
> *...
2003 Nov 09
1
vertical service codes (US standard)
Source:
http://www.nanpa.com/number_resource_info/vsc_assignments.html
See also:
http://bugs.digium.com/bug_view_page.php?bug_id=0000071
Some (which?) of the codes below are hardcoded into Zap channels only.
Is there a European equivalent for this (or ITU / IETF)?
Greetings, Philipp
VERTICAL SERVICE CODES (US Standard)
ASSIGNMENTS
*00 - Inward Voice Activated Services (English)
*01 -
2007 May 30
2
control axis
I have an outlier that I would still like to display, but would prefer to
shorten the axis. For example, display 0% - 40%, and 90% - 100%. Is this
possible? I am using an xyplot.
Thanks
Murray
--
Murray Pung
Statistician, Datapharm Australia Pty Ltd
0404 273 283
[[alternative HTML version deleted]]
2006 Jul 06
1
Multiple Keys in a Database Table
I''ve read previous posts to the list stating how Rails lacks multiple key
support for database tables, and how support is not planned. I''m OK with
that, but I''m wondering if there''s an elegant way to do what I need, for my
in-house customer relationship management tool:
I have an ACTIVITIES table. That table is a collection of individual, unique
activities
2007 May 22
3
can I use acts_as_list with a has_many :through association
...method `move_to_bottom''
I''m using edge rails r6786.
Here are my domain rules:
Activities are things students can do.
Units consists of a sequenced list of Activities.
Activities can be used in many Units.
Here are the associations for these rules:
class Activity < ActiveRecord::Base
has_many :unit_activities
has_many :units, :through => :unit_activities
end
class Unit < ActiveRecord::Base
has_many :unit_activities, :order => :position
has_many :activities, :through => :unit_activities
end
class UnitActivity < ActiveRecord::Base
belon...
2009 May 08
1
domU corrupt after server crash, help needed trying to recover domU LVM
...dns02 hfserver2
[root at xen ~]# mount /dev/data/hfserver2 /mnt/cpanel/
mount: you must specify the filesystem type
[root at xen ~]# mount -o loop /dev/data/hfserver2 /mnt/cpanel/
mount: you must specify the filesystem type
Here's the output of the LVM partitions:
[root at xen ~]# lvscan
ACTIVE '/dev/data/cpanel002' [100.00 GB] inherit
ACTIVE '/dev/data/windows2003_web' [30.00 GB] inherit
ACTIVE '/dev/data/storage' [50.00 GB] inherit
ACTIVE Original '/dev/data/hfserver2' [30.00 GB] inherit
ACTIVE '/d...
2016 Mar 19
1
[PATCH] tests/qemu: Add program for tracing and analyzing boot times.
---
.gitignore | 1 +
tests/qemu/Makefile.am | 22 +-
tests/qemu/boot-analysis.c | 1098 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1118 insertions(+), 3 deletions(-)
create mode 100644 tests/qemu/boot-analysis.c
diff --git a/.gitignore b/.gitignore
index 1493011..9306a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -510,6 +510,7 @@ Makefile.in
2016 Jan 27
6
HA firewall with tinc
I have 2 firewall in HA with keepalived. Can I use active the same tinc configuration on 2 firewalls ? using tun Interface with same ip on all 2 nodes is a problem ? tun device advertise itself on the network having an IP/MAC pairs (ARP) or the IP is only used by the system internally for routing so using the same configuration is right ? so one firewall...
2000 Mar 07
1
samba, win98, and browse list problem.
Hello,
Here's a repost on my message of a few days ago, for reasons that I'm
not sure if it went through. If it did, my apologies, all suggestions
welcome.
I'm having an identical problem on slackware linux 7.0 and freebsd
3.4-release and windows 98-2, with sp1, and samba 2.05 and 2.06,
depending on which system I've got up. Whenever I restart samba for
whatever reason, making a
2010 Jul 11
1
is it safe to resize root, on an LVM system, online?
Hi,
One of our servers has a too small root partition on LVM and needs to
be resized. Can / be safely increased online, without a reboot?
[root at zaxen02 ~]# lvscan
ACTIVE '/dev/LVM01/root' [4.00 GB] inherit
ACTIVE '/dev/LVM01/home' [20.00 GB] inherit
ACTIVE '/dev/LVM01/var' [4.00 GB] inherit
ACTIVE '/dev/LVM01/swap' [4.00 GB] inherit
ACTIVE '/dev/LVM01/log' [1.00 G...
2016 Mar 23
7
[PATCH v4 0/6] tests/qemu: Add program for tracing and analyzing boot times.
v4:
- Lots more analysis of the /init script and other parts.
- Display a list of the longest to shortest activities.
- Rebase on top of current head.
Rich.