Start and stop data saving while running the vi

Hi everybody!
Maybe someone can help me on this topic:
I
would like to run a vi which displays voltage values on a waveform graph without saving the values automatically. But - while running the vi - I would like to have the option to
save the data. That's why I created a switch (on: save data, off: don't
save data). I wanted to wire the switch to a case structure, but I
don't know where to put the case structure and the "open/create
file-vi". If I put both into the while loop (where I write the data to
the spreadsheet file) then - of course - it asks me with every run of
the loop where to save the data.
If I put the "open/create file-vi"
outside the loop it asks me at the beginning of the application where
to save the data, even though I maybe don't want to save data.
I don't know if it's understandable what I mean:
If
I run then vi I would like to see the data without saving it first
(on the waveform graph), then I maybe would like to save it, so I
want to press a button to save the data. The vi should ask me where I
want to save the data while still running. I would also like to stop
saving data without stopping the run of the vi. Maybe I would like to
save data to another file within the same run.
Do you know what I mean?
Thank you very much.
Kind regards,
Steffi

Hi Steffi,
your first solution was ok as long as you don't restart the vi without removing it from memory before.
When loading the vi into memory the shift register (SR) is reset to zero and is keeping the value from last iteration.
Now you initialized the SR in each iteration to zero, hence the 0-0.250 range of the time scale. To keep the last value you can use another SR as shown in the attachment or use some math based on the iteration count (start time= i * 0.25).
You should only learn from this: initializing SRs makes your vi more reliable... A SR is nothing more than a variable in text based languages, so keep them initialized!
Message Edited by GerdW on 11-07-2007 01:27 PM
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome
Attachments:
ekg2_mod.vi ‏394 KB

Similar Messages

  • Why do videos from the internet start and stop, Why do videos from the internet start and stop

    When I try to watch even a short video from the internet, it starts and stops....its annying....any ideas?

    Maybe the speed of your internet connection has some bearing on it?
    But you could give this a try - reset Safari and see if that helps at all.
    Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • I'm trying to play an .mp4 video, but it does not display smoothly; image is jumpy.  The sound is fine, but the image starts and stops.  When I play the same file in WMV, displays just fine.

    Any suggestions on what I can try to clear this up?  Videos that I have downloaded through iTunes work just fine.  I don't know how to troubleshoot this file to see what is causing the issue.

    bertjones00 wrote:
    It reads other DVD's just fine.  I've tried playing commercial DVD's and homemade movies and they all work just fine.  I'm also able to create and read data discs with no problem.   I'm only having trouble playing this one particular DVD movie.   I'm able to play the movie in my PS3 with no problem and can play it in a regular HDMI DVD player.   I'm not sure if my computer doesn't recognize the encoding for the movie or if I need to download another type of software to play the movie.  Someone suggested that i try using PowerDVD to see if it could play the movie. 
    Ok then tell me this what is that DVD your having problem watching then? And what Region Code are you from like Euro is Region 2 and so on??? Could be the Region problem on the DVD doesn't match your drive Region as well?
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • When I acquire data using USB6008 and NI_DAQmx Base in VC++, Shall I start and stop the task in ONTimer function?

    void Ctest2Dlg:nTimer(UINT nIDEvent)
       DAQmxErrChk (DAQmxBaseStartTask(taskHandle));
       DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByScanNumber,data,100,&pointsRead,NULL));
      DAQmxBaseStopTask (taskHandle);
    If I do this, the program will halt in about half minute. But if I do not start and stop task in OnTmer function, the program will not halt and the data acquired is not corrected.
    Please help me! Thanks

    This is a duplicate post.  Please post any new replies to the linked forum.
    Samantha
    National Instruments
    Applications Engineer

  • Programmatically starting and stopping my vi at set times

    I have a vi that runs during every production shift, however the running and stopping of this vi is currently manual, requiring a user to start and stop the vi at the appropriate times. I would like a way of programming the vi so that it starts every weekday at 6:55am and stops every weekday at 15:05pm. All my while loops run if engine status is TRUE, so I wondered if starting/stopping the engine appropriately would be sufficient. I will need to reinitialise all my values from the previous day – does this happen automatically by stopping/restarting the engine? I would also like to ignore weekends if possible.
    I have attached the vi that I would like to automatically start and stop. If anyone knows the best way to program this (slightly messy) vi, then I would greatly appreciate the help.
    Thanks to all,
    Stuart
    Attachments:
    HC2 Efficiency Information SW Edit (rev 10).vi ‏1202 KB

    My LV8 is having issues this morning and does not want to open the VI I sent you, so I jsut created the loop that I had added.  It is very simple, but should get you started.  It does not ignore weekends I have not had time to work on that.  You could do something like every time the start time is triggered, increment a counter and when the counter hits 6 (saturday if you start counting on monday), do not start the engine and then when it hits 7 reset the counter.
    Good luck and post back if you have more issues.
    Kenny
    Kenny
    Attachments:
    start stop.vi ‏16 KB

  • Error while running the trusted recon in GTC

    HI All,
    I tried running the trusted reconciliation scheduler for the GTC which uses database app table transport and format providers. While running the reconciliation the status of the schedule job is success but it is failing to generate the events. in the logs the error appears as
    Java.sql.SQLException: ORA-01654: unable to extend index DEV_OIM.IDX_RECON_HISTORY_RE_KEY by 128 in tablespace DEV_OIM
    ORA-06512: at "DEV_OIM.RECON_CREATE_EVENTS", line 149
    ORA-06512: at line 1
    I tried increase the table space by using
    ALTER DATABASE DATAFILE <'/the data file with respective to my table space>
    AUTOEXTEND ON 
    NEXT 2048M
    MAXSIZE UNLIMITED; 
    and also restarted the servers and tried running the recon again which again gave me the same error.
    How do I get rid of this issue?
    Please suggest  a solution.
    Thanks in advance,
    Arihant.

    I would suggest you post your database error in the database forums.
    -Kevin

  • Unique Index Error while running the ETL process

    Hi,
    I have Installed Oracle BI Applications 7.9.4 and Informatica PowerCenter 7.1.4. I have done all the configuration steps as specified in the Oracle BI Applications Installation and Configuration Guide. While running the ETL process from DAC for Execution Plan 'Human Resources Oracle 11.5.10' some tasks going to status Failed.
    When I checked the log files for these tasks, I found the following error
    ANOMALY INFO::: Error while executing : CREATE INDEX:W_PAYROLL_F_ASSG_TMP:W_PRL_F_ASG_TMP_U1
    MESSAGE:::java.lang.Exception: Error while execution : CREATE UNIQUE INDEX
    W_PRL_F_ASG_TMP_U1
    ON
    W_PAYROLL_F_ASSG_TMP
    INTEGRATION_ID ASC
    ,DATASOURCE_NUM_ID ASC
    ,EFFECTIVE_FROM_DT ASC
    NOLOGGING PARALLEL
    with error java.sql.SQLException: ORA-12801: error signaled in parallel query server P000
    ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    EXCEPTION CLASS::: java.lang.Exception
    I found some duplicate rows in the table W_PAYROLL_F_ASSG_TMP with the combination of the columns on which it is trying to create INDEX. Can anyone give me information for the following.
    1. Why it is trying to create the unique index on the combination of columns which may not be unique.
    2. Is it a problem with the data in the source database (means becoz of duplicate rows in the source system).
    How we need to fix this error. Do we need to delete the duplicate rows from the table in the data warehouse manually and re-run the ETL process or is there any other way to fix the problem.

    This query will identify the duplicate in the Warehouse table preventing the Index from being built:
    select count(*), integration_id, src_eff_from_dt from w_employee_ds group by integration_id, src_eff_from_dt having count(*)>1;
    To get the ETL to finish issue this delete to the W_EMPLOYEE_DS table:
    delete from w_employee_ds where integration_id = '2' and src_eff_from_dt ='04-JAN-91';
    To fix it so this does not happen again on another load you need to find the record in the Vision DB, it is in the PER_ALL_PEOPLE_F table. I have a Vision source and this worked:
    select rowid, person_id , LAST_NAME FROM PER_ALL_PEOPLE_F
    where EFFECTIVE_START_DATE = '04-JAN-91';
    ROWID PERSON_ID
    LAST_NAME
    AAAWXJAAMAAAwl/AAL 6272
    Kang
    AAAWXJAAMAAAwmAAAI 6272
    Kang
    AAAWXJAAMAAAwmAAA4 6307
    Lee
    delete from PER_ALL_PEOPLE_F
    where ROWID = 'AAAWXJAAMAAAwl/AAL';

  • Starting and stopping triggered samples

    The ESX24 Sampler claims to be a plug-in that functions exactly like a sampler should. Previous to Logic Pro 7, I used a SP-606 sampler that had three different ways a sample could be played:
    1. drum - this function played the sample as long as the button (or note) was held down then stopped playing once released
    2- trigger - this started the sample and let it play until the end of the entire audio region
    3- loop - this looped the sample based on the specified start and stop points.
    However under the second function, trigger, you could trigger the sample to start and stop and restart and stop every time you hit the sample button or sent a note.
    Does logic have this function anywhere in the ESX24?
    for instance if i had a 15 second long sample and sent a midi note from a controller to start it...how do i stop it and restart it at will?
    the only functions I see available in Logic are the 'drum' function (where the sample releases and stops as long as you hold down the note) and the trigger function (but in Logic a second trigger does not stop the sample ----
    it triggers a second sample to play again --so that multiple samples are playing simultaneously)
    Any help would be greatly appreciated.

    Start Oracle RAC Database and Listener
    Follow Oracle Database Documentation on starting and stopping Oracle Database
    To ensure Oracle Warehouse Builder Runtime Services
    Log on to the Database machine Platform as the runtime repository owner.
    Run the ORACLE_HOME\owb\rtp\sql\servie_doctor.sql script.
    Note: The runtime repository owner is dwh_ws_owner and it is database user.
    Starting Oracle BI Infrastructure
    •     Login to Oracle BI Server
    •     Navigate to location /home/oracle/..
    •     Execute Script startBI.sh for Starting Oracle BI Services
    If you have to start Services Manually -
    Order of Starting Processes on BI Servers
    •     Oracle Business Intelligence Server
    •     Oracle Business Intelligence Presentation Services
    •     Oracle Business Intelligence Scheduler
    •     Oracle Business Intelligence Cluster Controller
    Use the script in sequence with parameter start
    •     Navigate to location /home/oracle/biserver/OracleBI/server/bin directory
    Example:
    •     ./run-sa.sh start
    •     ./run-saw.sh start
    •     ./run-sch.sh start
    •     ./run-ccs.sh start
    Stopping Oracle BI Infrastructure
    •     Login to Oracle BI Server
    •     Navigate to location /home/oracle/scripts
    •     Execute Script stopBI.sh for Stopping Oracle BI Services
    If you have to stop Services Manually -
    Order of Starting Processes on BI Servers
    •     Oracle Business Intelligence Cluster Controller
    •     Oracle Business Intelligence Server
    •     Oracle Business Intelligence Presentation Services
    •     Oracle Business Intelligence Scheduler
    Use the script in sequence with parameter start
    •     Navigate to location /home/oracle/biserver/OracleBI/setup directory
    Example:
    •     ./run-ccs.sh stop
    •     ./run-sa.sh stop
    •     ./run-saw.sh stop
    •     ./run-sch.sh stop

  • My Mac continuously "talks" saying "start" and "stop" randomly

    Hi guys, this is my problem:
    I use a lot my macbookpro and i often hear that it "talks" saying "start" and "stop" words at random intervals.
    the first thing i did was to see if voiceOver was on, but unfortunately it was off.. And my mac continue to talks when it want...
    So i think it probably could be a malware on my machine.
    Please help me!
    This is my active processes:
        1 ??         3:24.34 /sbin/launchd
       11 ??         0:01.80 /usr/libexec/UserEventAgent (System)
       12 ??         0:01.94 /usr/libexec/kextd
       13 ??         0:09.36 /usr/sbin/notifyd
       15 ??         0:04.70 /usr/sbin/securityd -i
       16 ??         0:36.28 /System/Library/CoreServices/powerd.bundle/powerd
       17 ??         0:36.61 /usr/libexec/configd
       18 ??         3:42.21 /usr/sbin/syslogd
       19 ??         0:01.36 /usr/sbin/diskarbitrationd
       22 ??         0:06.73 /usr/sbin/cfprefsd daemon
       23 ??         0:22.21 /usr/libexec/opendirectoryd
       29 ??         0:00.05 master
       32 ??         0:00.45 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd -launchd
       35 ??         0:00.39 /usr/libexec/stackshot -t
       36 ??         0:00.01 /System/Library/CoreServices/SleepServicesD
       38 ??         0:00.08 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond
       43 ??         5:41.56 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Support/mds
       44 ??         0:14.63 /usr/sbin/mDNSResponder -launchd
       47 ??         0:46.25 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
       48 ??         0:02.17 /usr/libexec/locationd
       49 ??         0:00.45 /usr/sbin/KernelEventAgent
       51 ??         6:48.03 /usr/libexec/hidd
       52 ??         1:10.90 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd
       54 ??         0:00.01 /sbin/dynamic_pager -F /private/var/vm/swapfile
       57 ??         0:00.47 /System/Library/CoreServices/appleeventsd --server
       61 ??         0:02.09 /usr/sbin/awacsd
       62 ??         0:00.42 autofsd
       63 ??         0:02.72 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
       64 ??         0:00.47 /Library/PreferencePanes/PowerController.prefPane/Contents/Resources/PowerManag erDaemon
       69 ??         2:11.13 /System/Library/CoreServices/coreservicesd
       78 ??        54:54.35 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer -daemon
       83 ??         0:00.33 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
       88 ??         0:00.01 /usr/sbin/cfprefsd agent
       92 ??         0:13.51 /usr/sbin/netbiosd
      105 ??         0:00.61 /usr/libexec/networkd
      111 ??         0:05.80 /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -f /var/db/ntp.drift
      114 ??         0:00.41 /sbin/SystemStarter
      118 ??         0:01.65 /usr/sbin/aosnotifyd
      119 ??         0:11.60 /usr/libexec/ApplicationFirewall/socketfilterfw
      133 ??         0:00.05 /System/Library/CoreServices/logind
      150 ??         0:46.07 /Library/StartupItems/FanControlDaemon/FanControlDaemon run
      152 ??         0:20.35 /sbin/launchd
      155 ??         0:18.08 /usr/libexec/UserEventAgent (Aqua)
      164 ??         3:10.27 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      166 ??        13:44.86 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      167 ??         7:31.37 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      168 ??        14:39.48 /usr/sbin/coreaudiod
      169 ??         0:00.01 /usr/sbin/pboard
      175 ??         0:22.08 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/fontd
      177 ??         0:01.79 /usr/sbin/filecoordinationd
      179 ??         0:00.80 /System/Library/CoreServices/NetworkBrowserAgent
      180 ??         0:00.43 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
      187 ??         0:01.40 /usr/sbin/usernoted
      188 ??         0:00.93 /usr/libexec/lsboxd
      190 ??         0:23.08 /usr/libexec/xpcd
      192 ??         0:05.77 /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
      193 ??         0:05.26 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/Notification Center
      199 ??         0:00.67 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
      201 ??         0:03.60 com.apple.dock.extra
      204 ??         0:09.28 /System/Library/CoreServices/pbs
      209 ??         0:01.45 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/i magent
      223 ??         0:00.02 /System/Library/CoreServices/AppleIDAuthAgent
      227 ??         0:02.54 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL Agent.app/Contents/MacOS/SIMBL Agent
      229 ??         0:04.20 /Users/turchijacopo/Library/Application Support/1Password/Agent/1PasswordAgent.app/Contents/MacOS/1PasswordAgent
      232 ??         0:01.75 /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TISwitcher.app/Contents/MacOS/TISw itcher
      233 ??         0:04.74 /Applications/Caffeine.app/Contents/MacOS/Caffeine -psn_0_81940
      243 ??         0:00.93 /sbin/launchd
      247 ??         0:00.12 /usr/libexec/xpcd
      249 ??         0:00.05 com.apple.audio.SandboxHelper
      252 ??         0:01.26 /usr/sbin/cfprefsd agent
      283 ??         0:04.11 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn_0_180268
      378 ??         0:00.80 /usr/sbin/racoon -D
      453 ??         2:09.52 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      454 ??         0:07.81 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      653 ??         0:13.49 com.apple.qtkitserver
      708 ??         0:00.17 /usr/libexec/xpcd
      764 ??         0:05.08 /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player -psn_0_958698
      767 ??         0:00.05 com.apple.audio.SandboxHelper
      768 ??         0:00.45 com.apple.audio.ComponentHelper
      769 ??         0:00.99 com.apple.legacymediabridge.movieimport
      770 ??         0:00.54 /System/Library/CoreServices/ScopedBookmarkAgent
      773 ??         0:00.05 com.apple.audio.SandboxHelper
      774 ??         0:00.45 com.apple.audio.ComponentHelper
      780 ??         0:00.18 /usr/libexec/syspolicyd
      985 ??         0:00.20 com.apple.speech.synthesis.activityd
      986 ??         0:00.04 /usr/libexec/xpcd
    2734 ??         0:00.07 /System/Library/Frameworks/CFNetwork.framework/Versions/A/Support/cookied
    3328 ??         0:04.68 /System/Library/Frameworks/Quartz.framework/Frameworks/QuickLookUI.framework/Re sources/QuickLookUIHelper.app/Contents/MacOS/QuickLookUIHelper
    5386 ??         0:03.11 /usr/sbin/cfprefsd agent
    5394 ??         0:00.19 /usr/sbin/distnoted agent
    5395 ??         0:00.23 /usr/sbin/distnoted daemon
    5401 ??         0:02.64 /usr/sbin/distnoted agent
    5421 ??         0:01.13 /System/Library/CoreServices/talagent
    6043 ??         1:04.87 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker -s mdworker -c MDSImporterWorker -m com.apple.mdworker.shared
    6196 ??        19:34.96 /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2 -psn_0_8079284
    6214 ??         0:00.21 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent
    6335 ??         0:00.93 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolication d
    6375 ??         0:00.19 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ Resources/VDCAssistant
    6645 ??         0:00.57 /usr/sbin/blued
    6729 ??         0:01.22 adb fork-server server
    7088 ??         8:23.62 /Applications/Skype.app/Contents/MacOS/Skype -psn_0_9210056
    7186 ??         0:01.22 /usr/sbin/ocspd
    7410 ??         8:39.83 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_9738569
    7416 ??         0:10.92 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.1.1655972727
    7419 ??         0:41.73 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.4.940817180
    7421 ??         0:53.45 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.6.541523434
    7424 ??         0:04.74 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.8.1532682430
    7429 ??         0:01.72 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA- Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA -Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA -Uniformity-Trial-50-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.13.1840280512
    7432 ??         0:01.83 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA- Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA -Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA -Uniformity-Trial-50-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.16.1919010137
    7439 ??        14:45.82 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=ppapi --channel=7410.23.154694020 --lang=it
    7441 ??         1:33.69 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=gpu-process --channel=7410.24.926754702 --disable-gl-multisampling --supports-dual-gpus=false --gpu-vendor-id=0x10de --gpu-device-id=0x08a0 --gpu-driver-vendor --gpu-driver-version
    7854 ??         2:26.64 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.73.918326354
    7965 ??         0:22.13 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.90.1043123786
    7977 ??         0:00.76 /System/Library/Input Methods/PressAndHold.app/Contents/MacOS/PressAndHold
    7992 ??         0:09.33 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.92.133729967
    8013 ??         1:46.73 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.94.1086409635
    8024 ??         0:01.26 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.99.1966606193
    8028 ??         0:00.34 /usr/libexec/taskgated -s
    8090 ??         0:00.19 /System/Library/Frameworks/QuickLook.framework/Resources/quicklookd32.app/Conte nts/MacOS/quicklookd32
    8095 ??         0:20.16 /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor -psn_0_10771013
    8098 ??         0:16.79 /usr/libexec/activitymonitord
    8150 ??         0:07.99 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.114.1286248190
    8170 ??         0:17.43 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.121.1139349728
    8186 ??         0:01.55 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.125.1916097088
    8189 ??         0:00.84 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.126.1439217377
    8200 ??         0:06.31 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.127.407203871
    8209 ??         0:01.08 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.128.1684535373
    8221 ??         0:38.98 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.131.536442734
    8241 ??         0:05.18 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.135.1867056236
    8264 ??         0:02.22 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.145.67326684
    8270 ??         0:05.20 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn_0_11061900
    8281 ??         0:00.62 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.146.493086203
    8291 ??         0:01.90 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.149.511127837
    8295 ??         0:00.23 /System/Library/CoreServices/System Events.app/Contents/MacOS/System Events -psn_0_11094676
    8324 ??         0:00.23 /System/Library/Frameworks/QuickLook.framework/Resources/quicklookd.app/Content s/MacOS/quicklookd
    8325 ??         0:00.49 com.apple.quicklook.satellite
    8327 ??         0:00.05 com.apple.audio.SandboxHelper
    8328 ??         0:00.06 com.apple.audio.ComponentHelper
    8329 ??         0:16.23 com.apple.qtkitserver
    8330 ??         0:00.09 com.apple.qtkittrustedmoviesservice
    8331 ??         0:00.04 com.apple.audio.SandboxHelper
    8332 ??         0:00.06 com.apple.audio.ComponentHelper
    8274 ttys000    0:00.13 login -pfl turchijacopo /bin/bash -c exec -la bash /bin/bash
    8275 ttys000    0:00.06 -bash
    8314 ttys000    0:00.01 sudo -s
    8315 ttys000    0:00.04 /bin/bash
    8336 ttys000    0:00.01 ps -ax
    is there a way to check if my mac has some maliciuos processes running ?

    Hi guys, this is my problem:
    I use a lot my macbookpro and i often hear that it "talks" saying "start" and "stop" words at random intervals.
    the first thing i did was to see if voiceOver was on, but unfortunately it was off.. And my mac continue to talks when it want...
    So i think it probably could be a malware on my machine.
    Please help me!
    This is my active processes:
        1 ??         3:24.34 /sbin/launchd
       11 ??         0:01.80 /usr/libexec/UserEventAgent (System)
       12 ??         0:01.94 /usr/libexec/kextd
       13 ??         0:09.36 /usr/sbin/notifyd
       15 ??         0:04.70 /usr/sbin/securityd -i
       16 ??         0:36.28 /System/Library/CoreServices/powerd.bundle/powerd
       17 ??         0:36.61 /usr/libexec/configd
       18 ??         3:42.21 /usr/sbin/syslogd
       19 ??         0:01.36 /usr/sbin/diskarbitrationd
       22 ??         0:06.73 /usr/sbin/cfprefsd daemon
       23 ??         0:22.21 /usr/libexec/opendirectoryd
       29 ??         0:00.05 master
       32 ??         0:00.45 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd -launchd
       35 ??         0:00.39 /usr/libexec/stackshot -t
       36 ??         0:00.01 /System/Library/CoreServices/SleepServicesD
       38 ??         0:00.08 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond
       43 ??         5:41.56 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Support/mds
       44 ??         0:14.63 /usr/sbin/mDNSResponder -launchd
       47 ??         0:46.25 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
       48 ??         0:02.17 /usr/libexec/locationd
       49 ??         0:00.45 /usr/sbin/KernelEventAgent
       51 ??         6:48.03 /usr/libexec/hidd
       52 ??         1:10.90 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd
       54 ??         0:00.01 /sbin/dynamic_pager -F /private/var/vm/swapfile
       57 ??         0:00.47 /System/Library/CoreServices/appleeventsd --server
       61 ??         0:02.09 /usr/sbin/awacsd
       62 ??         0:00.42 autofsd
       63 ??         0:02.72 /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
       64 ??         0:00.47 /Library/PreferencePanes/PowerController.prefPane/Contents/Resources/PowerManag erDaemon
       69 ??         2:11.13 /System/Library/CoreServices/coreservicesd
       78 ??        54:54.35 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer -daemon
       83 ??         0:00.33 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
       88 ??         0:00.01 /usr/sbin/cfprefsd agent
       92 ??         0:13.51 /usr/sbin/netbiosd
      105 ??         0:00.61 /usr/libexec/networkd
      111 ??         0:05.80 /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -f /var/db/ntp.drift
      114 ??         0:00.41 /sbin/SystemStarter
      118 ??         0:01.65 /usr/sbin/aosnotifyd
      119 ??         0:11.60 /usr/libexec/ApplicationFirewall/socketfilterfw
      133 ??         0:00.05 /System/Library/CoreServices/logind
      150 ??         0:46.07 /Library/StartupItems/FanControlDaemon/FanControlDaemon run
      152 ??         0:20.35 /sbin/launchd
      155 ??         0:18.08 /usr/libexec/UserEventAgent (Aqua)
      164 ??         3:10.27 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      166 ??        13:44.86 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      167 ??         7:31.37 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      168 ??        14:39.48 /usr/sbin/coreaudiod
      169 ??         0:00.01 /usr/sbin/pboard
      175 ??         0:22.08 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/fontd
      177 ??         0:01.79 /usr/sbin/filecoordinationd
      179 ??         0:00.80 /System/Library/CoreServices/NetworkBrowserAgent
      180 ??         0:00.43 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
      187 ??         0:01.40 /usr/sbin/usernoted
      188 ??         0:00.93 /usr/libexec/lsboxd
      190 ??         0:23.08 /usr/libexec/xpcd
      192 ??         0:05.77 /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
      193 ??         0:05.26 /System/Library/CoreServices/NotificationCenter.app/Contents/MacOS/Notification Center
      199 ??         0:00.67 /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
      201 ??         0:03.60 com.apple.dock.extra
      204 ??         0:09.28 /System/Library/CoreServices/pbs
      209 ??         0:01.45 /System/Library/PrivateFrameworks/IMCore.framework/imagent.app/Contents/MacOS/i magent
      223 ??         0:00.02 /System/Library/CoreServices/AppleIDAuthAgent
      227 ??         0:02.54 /Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL Agent.app/Contents/MacOS/SIMBL Agent
      229 ??         0:04.20 /Users/turchijacopo/Library/Application Support/1Password/Agent/1PasswordAgent.app/Contents/MacOS/1PasswordAgent
      232 ??         0:01.75 /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TISwitcher.app/Contents/MacOS/TISw itcher
      233 ??         0:04.74 /Applications/Caffeine.app/Contents/MacOS/Caffeine -psn_0_81940
      243 ??         0:00.93 /sbin/launchd
      247 ??         0:00.12 /usr/libexec/xpcd
      249 ??         0:00.05 com.apple.audio.SandboxHelper
      252 ??         0:01.26 /usr/sbin/cfprefsd agent
      283 ??         0:04.11 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn_0_180268
      378 ??         0:00.80 /usr/sbin/racoon -D
      453 ??         2:09.52 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      454 ??         0:07.81 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      653 ??         0:13.49 com.apple.qtkitserver
      708 ??         0:00.17 /usr/libexec/xpcd
      764 ??         0:05.08 /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player -psn_0_958698
      767 ??         0:00.05 com.apple.audio.SandboxHelper
      768 ??         0:00.45 com.apple.audio.ComponentHelper
      769 ??         0:00.99 com.apple.legacymediabridge.movieimport
      770 ??         0:00.54 /System/Library/CoreServices/ScopedBookmarkAgent
      773 ??         0:00.05 com.apple.audio.SandboxHelper
      774 ??         0:00.45 com.apple.audio.ComponentHelper
      780 ??         0:00.18 /usr/libexec/syspolicyd
      985 ??         0:00.20 com.apple.speech.synthesis.activityd
      986 ??         0:00.04 /usr/libexec/xpcd
    2734 ??         0:00.07 /System/Library/Frameworks/CFNetwork.framework/Versions/A/Support/cookied
    3328 ??         0:04.68 /System/Library/Frameworks/Quartz.framework/Frameworks/QuickLookUI.framework/Re sources/QuickLookUIHelper.app/Contents/MacOS/QuickLookUIHelper
    5386 ??         0:03.11 /usr/sbin/cfprefsd agent
    5394 ??         0:00.19 /usr/sbin/distnoted agent
    5395 ??         0:00.23 /usr/sbin/distnoted daemon
    5401 ??         0:02.64 /usr/sbin/distnoted agent
    5421 ??         0:01.13 /System/Library/CoreServices/talagent
    6043 ??         1:04.87 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker -s mdworker -c MDSImporterWorker -m com.apple.mdworker.shared
    6196 ??        19:34.96 /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2 -psn_0_8079284
    6214 ??         0:00.21 /System/Library/Frameworks/InputMethodKit.framework/Resources/imklaunchagent
    6335 ??         0:00.93 /System/Library/PrivateFrameworks/CoreSymbolication.framework/coresymbolication d
    6375 ??         0:00.19 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ Resources/VDCAssistant
    6645 ??         0:00.57 /usr/sbin/blued
    6729 ??         0:01.22 adb fork-server server
    7088 ??         8:23.62 /Applications/Skype.app/Contents/MacOS/Skype -psn_0_9210056
    7186 ??         0:01.22 /usr/sbin/ocspd
    7410 ??         8:39.83 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_9738569
    7416 ??         0:10.92 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.1.1655972727
    7419 ??         0:41.73 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.4.940817180
    7421 ??         0:53.45 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.6.541523434
    7424 ??         0:04.74 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UM A-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1- Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA-Uniformity-Trial-2 0-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA-Uniformity-Trial-5 0-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.8.1532682430
    7429 ??         0:01.72 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA- Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA -Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA -Uniformity-Trial-50-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.13.1840280512
    7432 ??         0:01.83 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPRep laceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted2013Q1/15 /OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredictor/Disa bled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA- Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/group_07/UMA -Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/default/UMA -Uniformity-Trial-50-Percent/group_01/ --extension-process --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.16.1919010137
    7439 ??        14:45.82 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=ppapi --channel=7410.23.154694020 --lang=it
    7441 ??         1:33.69 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=gpu-process --channel=7410.24.926754702 --disable-gl-multisampling --supports-dual-gpus=false --gpu-vendor-id=0x10de --gpu-device-id=0x08a0 --gpu-driver-vendor --gpu-driver-version
    7854 ??         2:26.64 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.73.918326354
    7965 ??         0:22.13 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.90.1043123786
    7977 ??         0:00.76 /System/Library/Input Methods/PressAndHold.app/Contents/MacOS/PressAndHold
    7992 ??         0:09.33 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.92.133729967
    8013 ??         1:46.73 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.94.1086409635
    8024 ??         0:01.26 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.99.1966606193
    8028 ??         0:00.34 /usr/libexec/taskgated -s
    8090 ??         0:00.19 /System/Library/Frameworks/QuickLook.framework/Resources/quicklookd32.app/Conte nts/MacOS/quicklookd32
    8095 ??         0:20.16 /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor -psn_0_10771013
    8098 ??         0:16.79 /usr/libexec/activitymonitord
    8150 ??         0:07.99 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.114.1286248190
    8170 ??         0:17.43 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.121.1139349728
    8186 ??         0:01.55 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.125.1916097088
    8189 ??         0:00.84 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.126.1439217377
    8200 ??         0:06.31 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.127.407203871
    8209 ??         0:01.08 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.128.1684535373
    8221 ??         0:38.98 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.131.536442734
    8241 ??         0:05.18 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.135.1867056236
    8264 ??         0:02.22 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.145.67326684
    8270 ??         0:05.20 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn_0_11061900
    8281 ??         0:00.62 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.146.493086203
    8291 ??         0:01.90 /Applications/Google Chrome.app/Contents/Versions/25.0.1364.160/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=it --force-fieldtrials=ForceCompositingMode/disable/InfiniteCache/No/OmniboxHQPNew ScoringMax1400/Standard/OmniboxHQPOnlyCountMatchesAtWordBoundaries/Standard/Omni boxHQPReplaceHUPRearrangeNumComponents/Standard/OmniboxSearchSuggestTrialStarted 2013Q1/15/OneClickSignIn/Standard/Prerender/PrerenderEnabled/PrerenderLocalPredi ctor/Disabled/SpdyCwnd/cwndMin16/Test0PercentDefault/group_01/UMA-Dynamic-Binary -Uniformity-Trial/default/UMA-Session-Randomized-Uniformity-Trial-5-Percent/grou p_14/UMA-Uniformity-Trial-1-Percent/group_41/UMA-Uniformity-Trial-10-Percent/gro up_07/UMA-Uniformity-Trial-20-Percent/group_02/UMA-Uniformity-Trial-5-Percent/de fault/UMA-Uniformity-Trial-50-Percent/group_01/ --renderer-print-preview --disable-gl-multisampling --disable-accelerated-video-decode --channel=7410.149.511127837
    8295 ??         0:00.23 /System/Library/CoreServices/System Events.app/Contents/MacOS/System Events -psn_0_11094676
    8324 ??         0:00.23 /System/Library/Frameworks/QuickLook.framework/Resources/quicklookd.app/Content s/MacOS/quicklookd
    8325 ??         0:00.49 com.apple.quicklook.satellite
    8327 ??         0:00.05 com.apple.audio.SandboxHelper
    8328 ??         0:00.06 com.apple.audio.ComponentHelper
    8329 ??         0:16.23 com.apple.qtkitserver
    8330 ??         0:00.09 com.apple.qtkittrustedmoviesservice
    8331 ??         0:00.04 com.apple.audio.SandboxHelper
    8332 ??         0:00.06 com.apple.audio.ComponentHelper
    8274 ttys000    0:00.13 login -pfl turchijacopo /bin/bash -c exec -la bash /bin/bash
    8275 ttys000    0:00.06 -bash
    8314 ttys000    0:00.01 sudo -s
    8315 ttys000    0:00.04 /bin/bash
    8336 ttys000    0:00.01 ps -ax
    is there a way to check if my mac has some maliciuos processes running ?

  • Determine partition range start and stop for a partition

    Hi,
    Using oracle 11.2.0.3
    We are using range interval partitioning and partition sget generated automatically. (range-hash) intervbal 1 month
    Whilst can check table manually and see start and end range of partition is it possible to query data dictionary to see
    the satrt and stop range as wish to have script to automatically rename the system generated partitions based on the range involved e.g if generated partition has max date value
    3062013 waoul want PART_201306
    Thanks

    Thanks for replies.
    Have triied following sql but despite partition keyword in from clause is not using partition pruning.
    Table belwo retailer_transaction date-range partitioned 1 per month.
    If have to explictly use partitiong_date as condition in where clause to get partition pruning.
    Need to ab able to determine what start and stop dates for that month is automatically.
    Checked user_tab_partitions as have sql geneerator can get partition names but doesn't show partition start an dstop ranges.
    How can I achieve this
    sql gneerator starts
      for p in
       ( select U.PARTITION_NAME
         from ALL_tab_partitions u
         where u.table_name = 'RETAILER_TRANSACTION'
         and u.partition_name = 'PART_201001'
       loop
           v_sql := q'[create table rt_sum_]'||p.partition_name||q'[ parallel nologging
    as
    SELECT
    MAX(rt.outlet_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as outlet_id,
    MAX(rt.plant_issue_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as plant_issue_id,
    MAX(rt.cus_plant_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as cus_plant_id,
    MAX(rt.distributor_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as distributor_id,
    MAX(rt.publisher_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as publisher_id,
    MAX(rt.sas_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as sas_id,
    MAX(rt.product_band_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as product_band_id,
    MAX(r.mult_id) KEEP (DENSE_RANK FIRST ORDER BY  c.day_dte) as mult_id,
          r.out_num,
           m.plis_issue_num,
           min(rt.currency_id) currency_id, -- to fix cutover prob if mix £ and E then forces to E
           max(rt.currency_convertor_id) currency_convertor_id,
           sum(case when rtrt.TYP_MAIN_SUPPLY_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) main_supply,
           sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) -
           sum(case when rtrt.TYP_MAIN_SUPPLY_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) extra_supply,
           sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) SALES,
           sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) RETURNS,
           sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) CREDITS,
           sum(case when rtrt.TYP_RETURN_FLAG = 1 AND c.day_dte < m.plis_recall_date then rt.TRANSACTION_QUANTITY ELSE 0 end) early_returns,
           sum(case when rtrt.TYP_CRD_MANAGER_CREDIT_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end) managers_credit_qty, -- TO CHECK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          decode(sign(sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.TRANSACTION_QUANTITY ELSE 0 end)),1,null,( case when sysdate < max(m.plis_claim_end_date) then 'P' ELSE 'Y' end )) sellout_type, -- null= not soldout, 'P'= potential sellout, 'Y'=Sellout (flag based on claim end date)
    -- retail
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.retail_value_excl_vat ELSE 0 end) retail_inv_val_excl_vat,
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.retail_value_vat ELSE 0 end)  retail_inv_val_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.retail_value_excl_vat ELSE 0 end)  retail_ret_val_excl_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.retail_value_vat ELSE 0 end)  retail_ret_val_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.retail_value_excl_vat ELSE 0 end)  retail_crd_val_excl_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.retail_value_vat ELSE 0 end)  retail_crd_val_vat,
    -- trade
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.trade_value_excl_vat ELSE 0 end)  trade_inv_val_excl_vat,
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.trade_value_vat ELSE 0 end)  trade_inv_val_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.trade_value_excl_vat ELSE 0 end)  trade_ret_val_excl_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.trade_value_vat ELSE 0 end)  trade_ret_val_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.trade_value_excl_vat ELSE 0 end)  trade_crd_val_excl_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.trade_value_vat ELSE 0 end)  trade_crd_val_vat,
    -- cost
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.cost_value_excl_vat ELSE 0 end)  cost_inv_val_excl_vat,
    sum(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.cost_value_vat ELSE 0 end)  cost_inv_val_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.cost_value_excl_vat ELSE 0 end)  cost_ret_val_excl_vat,
    sum(case when rtrt.TYP_RETURN_FLAG = 1 then rt.cost_value_vat ELSE 0 end)  cost_ret_val_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.cost_value_excl_vat ELSE 0 end)  cost_crd_val_excl_vat,
    sum(case when rtrt.TYP_CREDIT_FLAG = 1 then rt.cost_value_vat ELSE 0 end)  cost_crd_val_vat,
         min(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.day_id ELSE null end) first_supply_day_id,
         max(case when rtrt.TYP_COPIES_INVOICED_FLAG = 1 then rt.day_id ELSE null end) last_supply_day_id,
         min(case when rtrt.TYP_RETURN_FLAG = 1 then rt.day_id ELSE null end) first_return_day_id,
         max(case when rtrt.TYP_RETURN_FLAG = 1 then rt.day_id ELSE null end) last_return_day_id
    FROM
      dw.MEDIA m,
      dw.RETAILER_TRN_REPORT_TYPE rtrt,
      dw.RETAILER_TRANSACTION partition (]'||p.partition_name||q'[) rt,
      dw.RETAILER r,
    --  dw.WHOLESALER w,
      dw.CALENDAR  c
    WHERE
    --rt.CUS_PLANT_ID=w.DIMENSION_KEY 
    --AND
      rt.OUTLET_ID=r.DIMENSION_KEY 
    AND  rt.PLANT_ISSUE_ID = m.DIMENSION_KEY 
    AND   rtrt.DIMENSION_KEY=rt.REPORTING_TRN_TYPE_ID 
    AND  rt.DAY_ID=c.DIMENSION_KEY 
    --and rt.partitioning_date = m.plis_partitioning_date
    -- and m.PLIS_HANDLED_YEAR = 2013--> 2011
    group by
      r.out_num,
      m.plis_issue_num]';
    EXECUTE IMMEDIATE(V_SQL);
    INSERT INTO RTRN_PART_SUM_AUDIT
    (PARTITION_NAME, DATE_CREATED)
    VALUES(P.PARTITION_NAME, SYSDATE);
    COMMIT;  
       end loop;
      

  • Start and stop acquisition using a pulse train

    Hi
    As illustrated in the attached picture I would like to use a pulse train ( connected to PFI line) as a triggering devide to start and stop acquisition on rising edge
    Could you please help me to do it in LabVIEW. My problem is I have to use the same line to start and stop ( trigger and reference trigger ) and both should use rising edge
    Thanks
    Attachments:
    pulse train.jpg ‏33 KB

    tintin_99 wrote:
    I greatly appreciate help on this. How can I use a pulse train to start and stop data acquisition on rising edges as described in attached picture.
    Have a look here
    CLA, LabVIEW Versions 2010-2013

  • Videos start and stop such as iCloud information video

    When I try to use your video for information such as for iCloud the start and stop. Then I hit the arrow again start and stop. Is it my iPad or your video?

    (we are just users, like you.  It's not my video)
    Are you watching a video that has been downloaded to the pad, or are you streaming from apple's or anybody's website?  It sounds like a connection speed issue.  If you are streaming, you need a fast connection, 3 g likely will not work well. Wifi usually works better, but again, is dependant on your speed.

  • FLV starting and stopping at specific times?

    Im using the flvplayback to put up a video in my swf.
    in my swf i also have several buttons.
    the thing i want to do is when i for example click a button i want to
    start playing the movie from 5 seconds in it and then stop the movie at for
    example 10 seconds in it. even if the video is 20 seconds long i want to
    be able to stop it automatically at 10 seconds in the movie. the start and stop should be
    controlled from the button..
    i know how to start the movie at a specific time but i dont know
    how to stop it at a specific time. is this possible?
    thanks for helping med out!

    FLVPlayback class has a property playheadTime.You will need to read the value of it periodically - so when a desired time is reached, you implement required functionality.
    To do that you will need to add either Event.ENTER_FRAME listener or instantiate Timer class or setInterval method for reading playheadTime.

  • I am getting a service start and stop alert while doing the windows server updates.

    HI
    I am getting a service start and stop alert while doing the windows server updates. Services are wmiApSrv , WPDBusEnum. Can you please help me to under stand why i am getting the service start and stop alert.
    Thanks & Regards
    Abhilash K Joy

    Hi,
    The WMI Performance Adapter (wmiApSrv) service provides performance library information from Windows Management Instrumentation (WMI) providers to clients on the network. This service only runs when Performance Data Helper is activated.
    This service is installed by default and its startup type is Manual. When started in the default configuration it will log on using the Local System account.
    You can try troubleshooting the issue using Clean Boot to check if the issue is related to third-party software.
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135/en-us
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • HT6058 I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

Maybe you are looking for

  • MBP to HDTV won't work - mini displayport to dvi - belkin dvi to hdmi

    Hey, I'm trying to get my laptop hooked up to my tv, using the apple mini displayport to DVI -> belkin DVI to HDMI cable setup (as recommended by the dude int eh apple store - which i knew and planned on doing anyway :P). anyway, when i first plugged

  • Change Output for MB90 to smartforms

    Dear Experts.. first of all i'd like to say sorry if this thread posted in wrong section because my question is mixing between ABAP programming and MM Customizing.. so i posted here.. the problem is.. that i'd like to change default sap script form t

  • HT1918 I have a payment that didn't go through

    I have payment that did go through cause I had no money on the card I used to make a purchase I'm trying to put a new credit card but still it won't go through what should I do. Do I necessarily have to put money back on the same card I used to make

  • Side Effects of switching from Application Controlled Workflow to Process

    We have switched our development environmnet from application controlled workflow to process controlled workflow.  We noticed that when we try to pull up old shopping carts that are awaiting approval we get dumps. Is this a known issue when convertin

  • Video Calls on Voice gateway enabled router

    Hi All, I am having cisco 3925 router which is acting as MGCP voice gateway for PSTN calls, Is it possible to use same MGCP voice gateway router to do the video calls . thanx in advance Regards Deepak