WSA S370 average number of users

Does anyone know if there is a report I can run to determine the average number of users for a period on time? I can see reports for number of connections and for transactions but that isn't necessarily the number of users.
Ironport WSA S370 AsyncOS 8.0.6-119 for Web
Thanks

If you have the data in splunk, just count unique client addresses for that period?
Or copy accesslogs to a *nix machine and run something like:
cut -d " " -f 3 logfile.s |sort|uniq|wc -l

Similar Messages

  • Get average number of duplicate records per user?

    I am currently going through the activity log tables in the database to try and find out how many users make use of the application's batch processing functionality. As part of that, I'm trying to write a query to find out
    the average number of activities each user has performed with each request, where a given request can have 1 (non-batch processing) or more (batch processing) records with an identical user ID and timestamp. Here's a simplified depiction of
    the table in question:
    LogEntryNumber
    UserID
    ActivityTime
    1
    1
    2014-04-17 11:04:45.527
    2
    1
    2014-04-17 11:04:45.527
    3
    1
    2014-04-17 11:04:45.527
    4
    2
    2014-04-30 07:52:39.243
    5
    2
    2014-05-05 08:52:11.543
    6
    1
    2014-05-13 08:41:09.173
    7
    3
    2014-06-12 13:50:19.033
    And here's the results I'd like to see:
    UserID
    AverageNumberOfActivitiesPerRequest
    1
    2
    2
    1
    3
    1
    What would be the SQL query for getting these results?

    One way
    SELECT X.UserID
    , AVG(X.C) AS AverageNumberOfActivitiesPerRequest
    FROM (
    SELECT UserID
    , ActivityTime
    , COUNT(*) AS C
    FROM YourTable
    GROUP BY UserID
    , ActivityTime
    ) X
    GROUP BY X.UserID
    Edit: Actually that is doing an average on an integer so might not give you the results you expect - you can cast the COUNT(*) to NUMERIC/DECIMAL for better accuracy

  • Average number of searches conducted by users?

    Dear Sharepoint admins,
    I hope this is not too silly a question... but what is the average number of times users in your organization use search on Sharepoint on a daily/monthly basis?  (in the single digits? tens?
    twenties, hundreds...?)
    A colleague of mine is developing a integration for sharepoint that searches a knowledge database alongside internal searches, but wants to make sure we can handle the number of queries that
    might come through if this is launched. (and I can't find any statistics on these things)
    Any help is appreciated... thank you!

    It'll vary very heavily depending on how you're using SharePoint, how many users, how you organise the content. I've seen a SharePoint farm with 2TB of content which only had tens of searches a day because it was so heavily structured there wasn't a need
    for it. On the other hand i've seen ones which had hundreds or thousands of searches a day with a tiny fraction of the content.
    You will have to plan for the search volume but that tends to start from the number of users and the size of the content being searched.

  • Newbie question... Can I limit the number of users ...

    Can I limit the number of users accessing a URL?
    My company wants to start making videos available on our intranet web site. Once published, they are planning to send an email to all our employees (5000+) to announce the video. That's a great idea... but who asked the network guy if the network (server too) can take the load? NOBODY.
    Short term solution... can I limit the number of concurrent users hitting a URL? And if possible, can I push a message to the users that try once the limit is reached?
    Limiting the bandwidth is an option, but I will trash the user experience.
    Long term solutions besides bandwidth increase? Cashing servers, WAN accelerators...?
    Help !!!

    This is really not a problem for the WSA to solve.  Typically the WSA is used to control content and provide security for external internet content.  The product does not have the feature you describe.
    However, when it comes to the internal hosting of content - since you are using an internal server, that server should be able to control the amount of traffic it servers, number of connections, etc.
    ~Tim

  • Number of Users on an AP

    Hi All,
    Can someone tell me the maximum number of users you can have per AP for the following models:
    1602i
    2602i
    3602i
    3702i
    Let's assume they are running data only and guest access.
    Thanks,
    Amar

    There is post by Kumnal, he explained:
    https://supportforums.cisco.com/thread/2240562
    Let me help you to  make things easier for you. Lets start with 1600. As per datasheet it support 300 Mbps/radio.
    Now  we know wireless work on half duplex . 300/2 = 150Mbps. Wifi uses  CSMA/CA so 150 Mbps will be shared by all client connect to AP either  one of radio. Let to be safe assume it is 5Ghz band radio.
    Now let discuss average bandwidth contract for different service.
    Full HD video - 5 Mbps
    Regular Video - 2.5 Mbps
    Data (email/web surfing/etc) 1Mbps
    Handheld scanner - 10-15 Kbps
    Voice - 12-16 Client per AP at max recomended is 8 client
    With available 150 Mbps theoratically  with simultaneous access we can have 150/5 = 30 users per AP. Remember  when we plan number of client we always consider best experience for  support services. Example Voice/HD Video/Regular Video .
    Similarly  if we have regular video requirement then 150/2.5 = 60 users . At the  same time you also have to remember external factors which may downgrade  available bandwidth contract per user.
    When  Cisco document says 200 user at max they may be referring to handheld  scanner type of user where at any moment per user bandwidth requirement  is limited to Kbps.
    This  is rule of thumb and applicable to any vendor Access Point. ie You need  to consider couple of things before you commit any bandwidth  availablity to end your user.
    - Service type (Voice/HD Video/Regular video/Data/Scanner)
    - Radio band (2.4/5Ghz)
    - Floor Noise
    - Channel utilization
    - User density /Behaviour
    Regards

  • How to find the number of users  connected to database from OS level(Linux)

    Hi All,
    Could anyone know , how to find the number of users connected to database without connecting with sql*plus
    is there any command to find it?
    example we have 10 databases in one server, how to find the number of users connected to particular database without connecting to database(v$session)?
    oracle version:- 10g,11g
    Operating System:- OEL4/OEL5/AIX/Solaris
    any help will be appreciated.
    Thanks in advance.
    Thank you.
    Regards,
    Rajesh.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • How to find maximum number of users we can assign for Hyperion Planning.

    HI,
    How to find maximum number of users we can assign for Hyperion Planning.i.e., how to find license limit in hyperion planning 11.1.2.1.
    In Essbase propreties, the system is showing maximum planning users could be 65535.
    what would be the number for concurrent scenario?
    Thanks
    Giri
    Edited by: Giriprasad on Jun 18, 2012 2:18 AM

    The number of users would be based on your license agreement with Oracle, the system is not aware of your license agreement so it is up to you to stick to it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do I find the number of users logged on another server?

    I'm trying to ping other servers and find the number of users logged on that server. Any leads?

    Do you need maybe something like this?
    FINGER(1) UNIX Reference Manual
    NAME
    finger - user information lookup program
    SYNOPSIS
    finger [-lmMspho] [user ...] [user@host ...]
    DESCRIPTION
    The finger utility displays information about the system users.

  • How do I find the number of users returned by a cfldap query?

    How do I find the number of users returned by a cfldap query?
    I'm not allowed to do something like:
    <cfif ArrayLen(results.rows) gt 1>
    I then get an error:
    faultCode:Server.Processing faultString:'Unable to invoke CFC - Object of type class coldfusion.tagext.net.LdapResultTable cannot be used as an array' faultDetail:''
    Many thanks for any light you can shed

       Cheers again Ian for your many helps,
    it now won't let me do
    <cfqueryparam value="#results.USNCreated#" cfsqltype="cf_sql_varchar">
    I get the message:
    faultCode:Server.Processing faultString:'Unable to invoke CFC - Error Executing Database Query.' faultDetail:'[Macromedia][SQLServer JDBC Driver][SQLServer]The name "results.USNCreated" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.'

  • How to find out total of number of users accessing Hyperion Planning applications ?

    Hi All,
    Could someone help me with the details of how to find out total number of users who are accessing Hyperion Planning application in Env.?
    This is with regard to licenses so wanted accurate and unique information,
    Thanks
    Amith

    Hello Amith,
    I think you should have a look at the blog of Cameron Lackpour http://camerons-blog-for-essbase-hackers.blogspot.be/
    In the "Shared Services Stupid Trick" blogs, he shows how to find the real access to an application. The side benefit is that it is amusing to read.
    In how far this is OK for the licenses is written on another page. You likely need to use the same method as Oracle does. Ask the Salesperson how to do this. (I am curious what his/her reply is).
    Regards,
    Philip Hulsebosch.

  • How to find out number of users in an organization?

    Can you show me how I can find the total number of users in an organization please? Paging through is not an optimal way since there are alot of users.

    DamonL wrote:
    (be careful if you have a lot though!)That's an understatement. :) If you have a LOT of users in your organization doing a search on the organization just to find the user count will bog down the IDM server for several minutes.

  • How to find the number of users log into ESS for last three months

    Hi Team
    Is there any transaction / Report to find the number of users logged into the ESS and used the payslip tab. Is this possible to find?
    Waiting for hopeful replies.
    Regards
    Bhaskar

    Bhaskar,
    you can use google analytics,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b94044-7008-2b10-1680-c04e4526367b
    jo

  • Manual document number in User-Defined Object

    Hi Experts,
    I have a user-defined object of document type.  I am trying to post a document using the General Service. However, I cannot assign manual document number.  There is no handwritten property available.  Is it possible to assign manual document number in user-defined objects using the DI API?
    Thanks.
    Melvin

    Hi,
    This issue has been resolved.  For the benefit of those who will be encountering this error, it was resolved by manually assigning the Handwrtten field to 'Y'.  Here is the code fragment:
    shipmentHeader.SetProperty("Handwrtten", 'Y')';

  • [database design]  the "too many" number of users of one instance!!

    Good morning everyone!!
    I have a question about the number of users of one db
    instance, "possible problems" caused by too many users,
    and "pros and cons" of this case.
    Now, the company I work for is considering centralizing
    150 db servers of 150 sites. 150 chained-stores have
    their own db instance.
    Here is the structure of db instance after the
    centralization.
    1. Centralized instance has each user per site(150
    sites), for example, site001, site002, …site00n, …
    site150
    2. Each user has its own 250 tables, thus the db
    instance become to have 150 users and 150*250 tables.
    3. Each user has almost the same table schema, not
    exactly. There are a little bit of differences among
    the business rules of each sites.
    4. the version of centralized db instance is "oracle9i".
    Theoretically, it seems like there is no problem, but I
    have not experienced the db instance like this, which
    has "too many" users of 150 users.
    In terms of every aspect such as "performance/tuning",
    "system management", or "something else", I would like
    to hear what could be "the pros and cons" of this
    structure.
    Assuming that there are possible critical problems caused
    by too many users, what could be the alternative choice?
    I will be waiting to hear your experience. Every response
    will be appreciated, even if it is not about what I asked.
    Thanks for your interest in advance.
    Have a nice day.
    Ho from Japan

    Have a look to following AskTom threads:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:31263903816550
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:63447102315094

  • Maximum number os users in a group

    What is the maximum number of users that can be in a group on OS X server 10.4? IN 10.3 I think it was 10,000
    I ask, because I am integrating with an AD server, where the group we are trying to manage preferences on is 28,000>

    As far as i know there is no problem for the os.

Maybe you are looking for

  • How to change delivery priority in stock transfer schedule agreements.

    Hi Experts, we have an issue, the delivery priority is changed in the customer master recently and the deliveries created for the old schedule agreements pick the old delivery priority. we need to change the delivery priority in schedule agreements.

  • Domain Error with Network Chat

    Since this afternoon, I have been able to sucessfully iChat with all the macs in my house. When I got home 5 minutes ago, and tried to log onto iChat, an error popped up Lost connection to Bonjour NSNetServices error -72000, domain 10 What does this

  • Adobe Reader XI - print dialog box blank - Windows 8

    Using the latest version of Adobe Reader XI, The print dialog box either comes up blank as shown in file 1 and I have no control over printing. OR it comes up with all the labels missing, see File 2 - yet I can control some features by clicking on th

  • I have an i pod with music that i don't have in my current library, i cant get it to sync.

    I have an older i pad that has music on it from an old computer that crashed.(many burned CD's) I can't seem to get the music on that iPad to sync up to my library. Is there ant hope?

  • Cannot import image from PSCC to LR 5.3

    I use mac OS 10.8.5, LR5.3 and PSCC. I sent an image from LR5.3 to PSCC  (via edit in PS)  where I edited it and then saved it, under a new name, back to the same folder in the LR catalog. It does not seem to matter if I save as TIF or as PSD, I get