Possible to check number of current sessions ASR is handling?

Hi all,
Can i know if there is a command that i can run on my ASR1004 to check how many sessions from external is accessing or trying to access my network?
TIA!

Hi Karan,
Thk you for prompt response. I know i can configure netflow and use GUI to see the source and destination.
But what i like to know is if there is a command there allow me to see the number of sessions in and out of my router? Thk you!

Similar Messages

  • Possible to get SID of current session when not logged on as SYS

    I would like to get teh SID of my current session, but access to V$MYSTAT is restricted:
    conn user/******@DB
    SQL> desc v$mystat
    ERROR:
    ORA-04043: object "SYS"."V_$MYSTAT" does not exist
    SQL> conn sys/******@DB  as sysdba
    Connected.
    SQL> desc v$mystat
    Name                                      Null?    Type
    SID                                                NUMBER
    STATISTIC#                                         NUMBER
    VALUE                                              NUMBERThanks

    Can you use [url http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/functions165.htm#i1038176]SYS_CONTEXT for getting DB_NAME, INSTANCE_NAME, SID etc?

  • FF currently limits the number of open sessions

    I currently programmatically launch FF on linux using an execl command. In the run string I use the -P option and launch my application by right clicking on the file that has its own mime type and that is opened by my app before the execl call. (my app takes a data file and creates a temp html file that is handed off to FF via execl) I check the system processes for a current running version of FF. If so I add the no-remote option.
    This all works ok. However, if I attempt to launch another copy of my program FF will not allow this even though I am using a tab browser configuration.
    I believe that one session of FF per "user" is acceptable but not the limit of one tab for each user other than the default user. I see my FF configuration eventually having several users as I begin to implement separate security policies for certain websites such as financial, casual, javascript development, no cookies, etc.
    I typically keep well over 20 tabs open, if FF crashes I can loose everything as if the restore fails I must then hunt up each tab that I had open using history.
    Can I get an update on where FF is headed with regards to the maximum number of users windows and the capability to open multiple tabs with a non-default user.

    Sounds like you've got a connection leak - rather than increasing the number of open sessions, you need to constrain the application to use fewer!
    If you don't ensure that the connection is closed even if an exception is thrown after it is opened but before it is closed then you are liable - likely even - to leak connections.
    For example. Bad:
    Connection c = getConnection();
    ... code here ...
    c.close();Good:
    Connection c = getConnection();
    try {
       ... code here ...
    } finally {
       c.close();
    }The same rule applies to ResultSet and Statement objects - and all three should be closed in the appropriate order (make sure you close result set and statement objects before re-using their reference).
    (edit: rephrased ambiguous final para).

  • Get Current session number in J2ee

    Hi
    we developed a new application using J2EE with JDeveloper 10.1.3 , the
    application deployed to Oracle Application server 10.1.3 , How can i get the
    current number of JDBC connection and the number of session in my
    application , i want to make a check in the application ( login page ) to the
    number of the connection so that i can display a message to the client (
    like come back later , ) which is better to check the http session number or
    the database connection (JDBC) , any suggestion????????????
    Thank's in advance

    Hi,
    the session is instance specific and wont give you any information about the number of parallel sessions. Same for the connection. What you can do is to write a bean that you put in application scope and that you use as a counter. All application instances will have access to it. So each new launched application will add +1 to the counter. However, you will need to sort out how to detect when a client disconnects to clean up the counter with a -1
    Frank

  • How could it be possible to check the product number here to find that it is not factory reject?, How could it be possible to check the product number here to find that it is not factory reject?

    How could it be possible to check the product number online to find that it is not factory rejection?
    My product is Iphone 5 by the way.

    <https://selfsolve.apple.com/agreementWarrantyDynamic.do>

  • HOw to find number of bind variables declared in current session

    Hi All,
    I want know a query to find out the number variables declared in current session.

    Note the name of this forum is "SQL Developer *(Not for general SQL/PLSQL questions)*", so only for issues with the SQL Developer tool. Please post these questions under the dedicated [SQL And PL/SQL|https://forums.oracle.com/forums/forum.jspa?forumID=75] forum (you've posted there before).
    Regards,
    K.

  • Is it possible to check which apple id my iphone 5 serial number is linked?

    My IPhone 5 got stolen..is it possible to check which new apple id is linked to my iphone 5?
    I have the serial number and imei.
    TIA!

    iamkurisujorge wrote:
    The reason why im asking is because the thief/new owner would probably enter his apple id on my iphone5.
    Does apple link an apple id to a device? Im guessing yes? So is it possible for apple to know which apple id would be linked to my iphone5?
    Thanks!
    Youve already been told "no."  Accept it and move on.

  • Is it possible to check which thread is currently executing?

    Hi,
    is it possible to check which thread is currently executing in MIDP?
    actually i want to display a gauge for connection and download status and i
    want to increment the gauge as per data download...
    i already have implemented the Runnable interface..
    now using another thread i need to increment the gauge value until a boolean
    variable returns true.
    but for this, i need to check which thread is executing ....
    plz help.

    Like this?
    Thread aParticularThread;
    public void run() {
      if (Thread.currentThread() == aParticularThread) {
    }shmoove

  • Sequence number current session

    hi sir,
    wanna ask,
    i use select seq_name.currval from dual is not working it ask to define in current session if i use .nextval then use currval then it works,,,even this is not first time increment,,,,so is there anyway to use currval without use nextval.?
    thanks in advance

    can u use like this?
    select last_number-increment_by
    from user_sequences
    where sequence_name = 'UR_SEQ';
    Message was edited by:
            jeneesh                                                                                                                                                                                                                                                                                                                           

  • Number of PPPoE sessions on ISR/ASR routers

    Hello,
    I am working on a design wherein i need some inputs in terms of the number of PPPoE sessions that can be terminated on the ISR-G2 devices especially 3945/3945 E routers and also ASR1K routers
    If there is any official cisco document on the same it would highly help
    Also any recomendations on using the 3945s as broadband routers ???...
    Regds,
    Sudhir

    Hi,
    I'm looking for the same document. For Cisco 10K, ASR1000 and also 7600.
    I'm also interested if someone can share real experiance (not only on-paper number).
    Thanks for your help.
    Rgds,
    Jerome

  • Long delay for ManagedEventWatcher __InstanceCreationEvent query as number of user sessions increases

    We have a Windows service that monitors for process start events and sends notifications to client applications.
    We have discovered that the delay between when a process starts and when our EventArrivedEventHandler is called gets excessively long when the number of user sessions on the Windows server gets to about 80.
    The delay gets worse as the number of user sessions gets higher.
    The delays are not consistent. Even with 100 sessions some observed delays are short but most are too long and the maximum observed delay grows with the number of sessions.
    Here is one example of the delay we are seeing.
    A client application wrote its first log record to its log file at 11:05:34.076. Our EventArrivedEventHandler did not get notified of the process start event for the client application until 18 seconds later (at 11:05:52.188 ).
    We need the delay to be less than 5 seconds to be tolerable and would like the delay to be less than 3 seconds if possible.
    Is there something we can do to reduce the delay? Below are the details of our use of WMI.
    We are using an instance of class WqlEventQuery to represent a WMI event query in WQL format.
    We are constructing an instance of ManagementEventWatcher to consume events asynchronously.
    Below is how we are instantiating and running the query. Variable m_PollingIntervalInMilliseconds is set to 1000 by default.
                    WqlEventQuery query = new WqlEventQuery("__InstanceCreationEvent", new TimeSpan(0, 0, 0, 0, m_PollingIntervalInMilliseconds), "TargetInstance isa \"Win32_Process\"");
                    m_ManagementEventWatcher = new ManagementEventWatcher(query);
                    m_ManagementEventWatcher.EventArrived += new EventArrivedEventHandler(managementEventWatcher_EventArrived);
                    m_ManagementEventWatcher.Start();
    Our Windows service is not the only user of WMI services on the server. I do not know if there is contention with other users of WMI services or if there is something about the way we are consuming WMI services that is inefficient.

    Hello RossAtWFMC,
    It seems that the services are working with a complex environment, and currently, we do not have such an environment which could reproduce this issue you described. Anyway, I would like to share whatever I found and some suggestions about this issue:
    >> called gets excessively long when the number of user sessions on the Windows server gets to about 80.
     The delay gets worse as the number of user sessions gets higher.
    This seems to show that the issue is related with the number of user sessions, it may be that when with lots of user sessions, there are something additional delay the event to be fired. As you mentions, there are other services on that server machine, if
    possible, you could make a test to run your WIM service only to see if it is still delayed.
    >> Is there something we can do to reduce the delay?
    I suggest that you could check this blog below which provide a way to debug with the .NET course code:
    http://blogs.msdn.com/b/dotnet/archive/2014/02/24/a-new-look-for-net-reference-source.aspx
    So that you could know which method inside costs most time.
    From your provided code, it is not very clear if you use multi threads in your service, if not and your event handler is short, you could have a try with it, and there is a discussion about this topic:
    https://social.msdn.microsoft.com/Forums/en-US/13f30e33-7f61-498e-a91a-ef982a63453c/event-handling-in-multithreaded-apps?forum=netfxbcl
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • All current Sessions in a ServletContext

    Does anybody knows what is the easiest way to
    get information about all current client sessions
    for a particular ServletContext.
    All methods that could offer such information are
    depricted. Is there a substitute way of doing it?
    It would be handy for example to be able to implement
    servlet that would give the administrator of the site
    information about all currently logedon users.
    Milan
    d o L i t h e . c o m
    http://www.dolithe.com

    Not sure if this is easy or a good thing, but it is possible.
    At the top of your JSP pages, put the following code.
    <%
      HashMap sessionTable = null ;
      if( application.getAttribute("com.x.currentsessions" ) != null )
           sessionTable = (HashMap)application.getAttribute("com.x.currentsessions") ;
      else
           sessionTable = new HashMap() ;
      sessionTable.put( session.getId(), session ) ;
    %>Now, you can create a simple page that displays the HashMap from the ServletContext, thus browsing the current session contents. I would, however, on that browse page, remove all sessions that have been invalidated so you can reclaim that memory. Anyone know how to check that?

  • It's not possible to check the photography box to see it on my PC. How can I see photos on PC?

    It's not possible to check the photography box to see it on my PC. How can I see photos on PC?

    Ah, you had Photoshop 7.0 working, and now it's not.  I see that as a separate issue to updating it.  I'm not sure why it would ask you to update it.
    Do you know whether you have 7.0 or 7.0.1 at this point?  You might be able to do a Properties function on Photoshp.exe and see that info.
    You could make an attempt to reset Photoshop's preferences to defaults.  Press and hold Control - Shift - Alt simultaneously immediately upon cold-starting Photoshop. If you get the keys down quickly enough - and you have to be really quick - it will prompt you to confirm deletion of your current preferences, which will lead to the establishment of a fresh default set.  If it does not prompt you, you haven't been quick enough to get the keys down.
    Only other thing that comes to mind is to use Windows System Restore to restore back to a restore point where Photoshop was working, or restore from a backup (you do make backups I hope).
    If that fails, and you need to do a fresh install but no longer have the original disk and serial number I'm afraid you may be out of luck.  There's no place I know of from which to download a fresh full copy of Photoshop 7.0.
    -Noel

  • Have script use current session

    Hello,
    I am an SAP end user and do not have a programming background, but am teaching myself VBScript to automate some processes.  I have learned quite a bit through reading through the posts on the forums, but I can not figure out how to get the scripts that I write to run on the current sap session.    They always run on the first session that is opened. 
    It seems like there must be something that can be written in the script to use the current session vs the 1st session that is opened.   I have found a few threads on the forums that make mention of this problem, but have not found a solution that works.
    Any help would be greatly appreciated.

    Hi Scriptman,
    I have learned a lot reading from your previous posts on various subjects.   Here is the start of the script just up to the point where it gets the title of the transaction.  It always runs on first session created unless I change the children number to reflect the session that I want it to run on.
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    trans = session.findById("wnd[0]/titl").text
    I have tried a couple scripts that you have previously posted and the one that comes closest to doing what I want is :
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    msgbox "Please select a session within the next 3 seconds after clicking ok"
    wscript.sleep 3000
    set session = application.ActiveSession
    trans = session.findById("wnd[0]/titl").text
    I would like it to just run on the last session that the user was last accessing without them having to click on the session to activate it after the script is running.  Do you know of any way to do this or if it is possible?
    Thanks again for all the great information that you have already posted.

  • Possible to check in Java, if if a package is already in the jar-Cache?

    I have an applet, that has only one main.jar in the Cache-Archive parameter.
    Because I wanted to reduce the preload-Time, since 1.4.0 I use an index.list file, listing
    the rest of jar-Files needed for my applet. So the jar-Files will be only
    downloaded to the time, they are needed, if they aren't already in the jar-cache.
    The Problem: If the applet needs a new jar-File, that isn't in the jar-Cache, it needs
    time to download the package. But the user doesn't see that something happens.
    Is it possible to check with JAVA in the applet, if a package is already in the jar-Cache?
    If i know this, I'll be able to show the user that the applet is currently downloading a package.

    do u mean a file in the JAR?
    if yes, yes u can check that.
    check this,
        public ImageIcon loadImage(String location)
    java.net.URL url =  null;
    url = getClass().getResource(location);
    if (url == null) then ...
        } 

Maybe you are looking for

  • Direct Dispute letter feedback needed!

    So I drafted my very first DD letter to Calvary Portfolio. They are reporting a wrong DOFD. My last payment to the OC was 10/2008 and they're reporting a DOFD of 6/2009. I've already contacted the OC and they no longer have any information of my acco

  • Preview on Mac OS X Lion 10.7.3 won't load and crashes! Help!

    Preview on Mac OS X Lion 10.7.3 won't load and crashes. These are the details after it closes: Please help! Process:         Preview [644] Path:            /Applications/Preview.app/Contents/MacOS/Preview Identifier:      com.apple.Preview Version:  

  • XI PROXY - FILE, hex rep of spaces are # signs in ABAP, XML can not parse

    Hello I have a proxy to file scnerio in which I am setting up the data for a length delimited flat file to send to a vendor via XI. I cannot use the DT/MT becuase of the complex file data structure I am working with to specify the columns and its len

  • BIS Sync period with Google calendar

    Hello to everybody, I need to sync by BIS service my Google calendar. How many old and future events can the BIS service sync? I have old events from 1999 and future events until 2012. Is it possible to sync this large period by BIS service? Thanks B

  • Volume turning off by it self

    what do i do if my touch smart 320 keep turning the volume down and don't let me turn it on , first happened when I while listening to power point presentation from a disconkey.