similar to: Performance after failover

Displaying 20 results from an estimated 300 matches similar to: "Performance after failover"

2013 Mar 08
1
Debian Squeeze packages available for Gluster 3.4.0-alpha2
I've made packages for Debian Squeeze for Gluster 3.4.0-alpha2, they are available on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/. They built and installed successfully, and have been running nicely for a couple of hours, but your mileage may vary. The Debian packaging is on http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/glusterfs-3.4.0-debian.tar.gz. I took the
2013 Mar 18
2
How to evaluate the glusterfs performance with small file workload?
Hi guys I have met some troubles when I want to evaluate the glusterfs performance with small file workload. 1: What kind of benchmark should I use to test the small file operation ? As we all know, we can use iozone tools to test the large file operation, while for the sake of memory cache, if we testing small file operation with iozone, the result will not correct.
2013 Feb 27
4
GlusterFS performance
Hello! I have GlusterFS installation with parameters: - 4 servers, connected by 1Gbit/s network (760-800 Mbit/s by iperf) - Distributed-replicated volume with 4 bricks and 2x4 redundancy formula. - Replicated volume with 2 bricks and 2x2 formula. I found some trouble: if I try to copy huge amount of files (94000 files, 3Gb size), this process takes terribly long time (from 20 to 40 minutes). I
2011 Oct 19
5
Running as non-root
Hello. I would like to run asterisk as an user other than root. I have seen some tutorials on the web, but I would like to know if there is some ?official? how-to for this. Is there? I looked at a thread on reviewboard regarding this (https://reviewboard.asterisk.org/r/654/). It was Paul Belangers work trying to make the installation process take care of this. But the conclusion seem to
2010 Dec 14
3
Converting asterisk h264 recordings
Hello, We are setting up an asterisk system for voicemail with video possibilities. We are not using the voicemail app, but rather writing our own dialplan logic. The part of recording, and replaying, the voicemail works, and we receive both an h264 and an wav-file. What I now wonder is how to convert these into one file playable by a (standard) media player. I have not found any real good
2011 Dec 01
3
AGI script that uses google's text to speech engine
Hello, I have written an AGI script for asterisk that uses google translate for text to speech synthesis. It supports a variety of different languages, local caching for the voice data and wideband audio. The voice in most languages is female and the quality of the synthesized speech is very high. More info about the script can be found here: http://zaf.github.com/asterisk-googletts/ the first
2006 Oct 10
2
Change the background of a conversation
Hello! I am wondering if there is possible to add a sound in the background in a conversation, for instance i want to sound like I'm in the office, or stuck in traffic, or something like that. -- Jan Eirik Sandnes
2006 Aug 15
4
observe_form not serializing form
I want to use observe_form to automatically save notes in a text_area. This is the code I have: <form id=''notes_form''> <%= text_area :contact, :notes, :cols => 40, :rows => 10, :id =>''notes_text_area'' %> <%= observe_form(''notes_form'', :frequency => 1,
2014 Feb 18
1
Dynamically setting from domain when calling friends
Hello I have a problem where I would like to be able to send an arbitrary SIP domain when sending a call to a registered friend. By default the from domain is set to the IP of the Asterisk server, but I would like to set it to something else. The case is that when a call from a foreign domain comes in to the Asterisk, it will connect it to the callee (but with the domain changed). When
2015 Jan 29
2
JITTERBUFFER function
Hello! I am going to use the JITTERBUFFER function in a SIP (and local channels) only setup, but have some questions of how to use it: 1. Do I need to activate jbenable in sip.conf? Or is it enough to call the JITTERBUFFER function? 2. What is the preferred way to invoke this function? Say I have channel A which is not in need of buffering, while channel B do need it. If A
2012 Dec 19
0
Dsync help, new attempt
I observe that dsync fills Maildir correctly incl. cur, if I delete Maildir just before dsync runs. Can the failed mbox to Maildir conversion be caused by dovecot creating Maildir automatically if a client connects to dovecot? Should dovecot be shutdown when running dsync? All the best, Torbj?rn 9. dsync help? (Torbjorn Astlind) ------------------------------ Message: 9 Date: Mon, 10
2006 Jun 04
3
Migration collisions
Does someone have a good way to avoid numbering collisions when generating migrations in multiple source repositories? For example, I''m working on my copy of the site, and my co-worker is working on his copy of the site. We both need to make a migration, and they both end up having the same number, say 007_add_user_table.rb Is there some technique to avoid this? I''m
2007 Mar 05
3
programatically stopping acts_as_ferret drb server
I need a way to kill the ferret_server drb process programatically, so I can start/stop it as part of the capistrano deployment process. This should be as simple as adding some sort of stop method to ActsAsFerret::Remote::Server. I was just messing around and was able to do it by modifying method_missing to look for the :stop method and then calling DRb.thread.exit -- this is not good enough for
2011 Sep 14
2
Weibull point process
Dear list, I'm looking for a function to generate (simulate) a random Weibull point process. Can anyone help? Cheers, Torbj?rn Ergon, University of Oslo
2008 Jan 23
1
Realtime problem host='dynamic' in 1.2.26.1
Hello! We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some problems when using realtime for peers. We connect the PBX to a sip peer at an ITSP, and when we try to dial the peer we get: Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack Jan 23 09:02:07 DEBUG[2236]
2012 Dec 10
0
dsync help?
Hi all, I have dovecot serving aprox 200 users through mbox, but the time has come to migrate to a new server, and to use Maildir. Using rsync from the old server I get all user data, i.e /home/*, and inboxes i.e /var/mail/* to a new server. This has worked well for some time as backup. The dsync should convert everything to Maildir, and it does... to an extent. (linebrakes for easy viewing)
2007 Apr 12
1
Seek problem 2 - reinitialization of the decoder
Hi people, Next issue at hand here is after I have done a seek in a theora file. At this point, I have to reinitialize the decoder so the viewing can continue. Again, I have code that works most of the time, but, well... Just after the last file position seek, this code is run: while ((result = ogg_sync_pageout(&sync, &page)) == 0) bufferData(); while
2011 May 17
3
[1.3.20]-Capture The Mouse Works Great. Suggestion...
[1.3.20]-Capture The Mouse Works Great. Suggestions... Hi, I've been crying for a long time about mouse issues while running a full screen game in an emulated desktop window, but with newest Wine these issues are gone. Would it be possible to have some hot key that the user can press to uncapture the mouse? For example, VirtualBox toggles mouse capture by pressing the right [Ctrl] key on
2005 May 10
2
BYE from Cisco gateway
I'm using a cisco 1760 with a VIC2-4FXO card for my calls to PSTN. If a user on a softphone hangs up first the PSTN port on the cisco is released and new calls can be made on the same voice port. But when the user on the PSTN side hangs up first the voice port on the cisco stays open until the user on the softphone hangs up. Any ideas what I'm doing wrong?
2011 Jan 21
0
HHT-methodology
Hello R-experts, I wonder whether any of the R-packages cover the Hilbert-Huang Transform methodology (HHT)? Regards, Torbjorn -- Torbj?rn Lorentzen | torbjorn.lorentzen at bjerknes.uib.no |torbjorn.lorentzen at uni.no | http://www.bjerknes.uib.no/ Phone: +47 55 58 25 05 | Cellphone: +47 906 972 36 | Bjerknes Centre for Climate Research | Geophysical Institute | University of Bergen |