Statistics on package usage?

Hi,
I've been using the same Arch installation for about 4 years now.
It had recently come to my attention that there might be a lot of packages that I've installed over the years, and rarely use now days.
Is there any way to get statistics on the package usage in my system?
Thanks a lot,
fiod

Pacgraph give you a graphical overview of all installed packages. You might want to check it out.
I'm sure there are other options as well, but I'm way too wasted to think clearly right now.
Last edited by myrkiada (2011-07-16 15:15:57)

Similar Messages

  • Statistics for bookmark usage

    Hi All -
          When a user runs a report through bookmark, will that instance be logged into the BW Stat Tables? Most of our bookmarks force the users to enter variable values each time bookmark is called upon. So these executions are as good as executing the query. But the preliminary study shows that the bookmark executions are not being logged into RSDDSTAT tables. Is this true ? If YES, are there any other tables that give us details about the bookmark usage (like number of times the bookmark is executed, average execution time etc...). Any help is highly appreciated.

    The statistics for this MP are not turned on hence they did not show up. But any query executions through bookmarks are showing up as navigations instead of executions.

  • Collecting Statistics on iView usage.

    We are using WebTrends to track site statistics for all of our web sites, but the one piece of the puzzle we are missing is being able to track iView usage on our portals (EP6 SP2 and EP6 SP9). 
    WebTrends provides software that tracks statistics via a javascript include file, and we are trying to determine if there is one place we could put this javascript - either include it in another javascript file, or a page, that is used by all the iViews.
    Is there such a place (thing, file, etc...)?  Or is there some other solution that SAP provides that would help us track iView usage?  Any help with this would be greatly appreciated.
    Thanks,
    Patrick

    Hi Patrick,
    I've used WebTrends some years ago, but solely the log file analysis.
    For a certain iView, for sure you can include some JS; it's mainly the question if you have the source code under your control or if it's an iView delivered by SAP as portal standard iView (then you would have to decompile / add / compile / redeploy; but loosing everything when an update gets deployed).
    There is also here in the download section the "Portal Activity Reporting" (Downloads -- Developer or Administrator Tool -- EP); some people regulary report problems with it, but maybe you could give it a try...
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers. Thanks in advance!

  • About package usage

    When I create a transport request, SAP will prompt me input the package, I would like to know what is the usage of package. In general, is it the package will separated by module, like ZMM, ZSD, ZPP..., Thanks!

    Hi
    The Package Builder tool allows us to implement the concept of the package in the ABAP Workbench for the first time ever. Packages are designed to help developers modularize, encapsulate, and decouple units in the SAP System. They are a further development of the concept of the development class used today and contain additional semantics.
    In particular, the Package Builder is used to migrate existing development classes to packages, making it a new tool for developing and maintaining development classes.
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/af/40bd38652c8c42e10000009b38f8cf/frameset.htm

  • BW Statistics for aggregate usage

    Hello experts,
    can some one guide me on how the BW Statistics cube can be used to count
    1> the "No. of times an aggregate was used by the
    queries" .
    2> The % of the query users who hit a particular
    aggregate in a month
    A query on the cube '0BWTC_C02' with
    0TCTIFCUBE(InfoCube) in rows and
    0TCTSTAUIK(Frequency ) in coulumns doesn't yield the correct result for my aggregate.
    Is this the right way of getting the "No. of times an aggregate was used by the queries" or is there any other option.
    I'm aware that i can indirectly get these details from RSDDSTAT, but not sure how to use BW Statistics cube for getting this information.
    Please help
    Best Regards,
    Sanjay

    I don't see where the aggregate cube name is even captured in this cube. Personally, I think the whole BW Statistics thing comes up a little short of what it needs to be.
    RSDDSTAT is the only place I am aware of being able to get what you are looking for.  Haven't tried it, but you should be able to setup an Infoset on it for Bex reporting, or just download the data to Excel or Access as you probably have been doing. Or create your own statistics ODS/Cube that does capture what you need.
    Keep in mind, an InfoCube with multiple aggregates could have more than one aggregate used by a user query but only one aggregate will be captured in RSDDSTAT.
    Message was edited by: Pizzaman

  • Instant client basic package usages needed

    Hi,
    I have installed oats in my laptop in windows xp operating system which is using the default database 10g express edition that comes along with the installation process of oats.
    Now i want to use the 11g database which is in oel5 in my desktop
    Both of the system are in a same network
    in order to connect,oats and 11g, the instant client basic package is needed and also the odbc supplement and i have downloaded both of the packages and extract them to the same directory in windows xp and the necessory changes have been made in system environment variable also
    when performing the system DSN test process it is failed and the error is occured TNS no listener
    help me pls

    I recommend that you do not install Instant Client on your laptop at all.
    Instead, use the Oracle client that is included in the 10g server.
    It is difficult to have more than one Oracle installation on one Windows machine, because Windows is not designed as a multi-user OS.
    All you have to do is change the connection string to point to the other database (the documentation of oats, whatever it is, should tell you how).
    Yours,
    Laurenz Albe

  • Data load performance statistics on package level

    Hello,
    table RSMONIPTAB shows me the data packages which belong to a specific request.
    Unfortunately in this table there is only timestamp information. Is there a possibility
    to calculate how many seconds each data package required for processing?
    Or can I join some other table e.g. via column MESS_ID which provides information
    about how long the processing required?
    Regards,
    Mark

    we can check job log of that particular back ground job and no of data packets it processed and time taken to complete this job
    data packets processing time may vary for each data load depending upon ABAP code that exists in transfer/update routines and start routines
    -DU

  • Migration to Forms 10G -  modify ORA_FFI package usage?

    Hello all.
    I have been working on the migration of an application from Forms 4.5 to Forms 10G. In the 4.5 version the application interacts with a third party tool installed on the same "Windows" machine where the forms code is placed. The application uses the ORA_FFI package to do this.
    On our target version uses Oracle 10G AS on "IBM AIX" machine. Can we install the third party tool on the IBM Machine and continue using ORA_FFI package? What are the additional factors that we need to consider and what changes if any are reqiured in the forms code?
    Thanks in advance
    Regards
    Kranthi

    You first have to instantiate your class:
    DECLARE
      obj   ORA_JAVA.JOBJECT;
    BEGIN
      obj:=CLASSFORMS.new;     
      MESSAGE(CLASSFORMS.SALUDO(obj));
      MESSAGE(' ');
    END;

  • DBMS_PIPE inbuilt package usage

    Can anyone provide an oracle package where DBMS_PIPE inbuilt function is used extensively

    :) wrote:
    Can anyone provide an oracle package where DBMS_PIPE inbuilt function is used extensivelyhttp://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:532926800138
    is GOOGLE broken for you?

  • Wrong Java package usage

    Hello,
    I use a .xsdconfig file to map my namespace (xmlns=http://com.bat.secis) to the
    corresponding Java package (com.bat.secis). This works but now all the files are
    generated in the specified package (com.bat.secis). According to the Sun standard
    I would like to place the interface files in a root package (secis) and the implementation
    files in de specified package (com.bat.secis). The current solution places the
    implementation files in an extra package impl (com.bat.secis.impl). Is there a
    solution for this?
    Greetings,
    Roland Beuker
    [config.xsdconfig]

    can u explain how to create the line object and how
    to simply remove the corresponding objects?You should spent much less time learning Java and much more time learning how to program...
    The Line would simply provide two points.
    Store all Lines in a List.
    In paint(), just traverse the list, and paint a line for each Line object with the given start and end coordinates.
    If you want the lines removed, just remove the Line objects from the list. In the netx paint cycle, they won't be painted.

  • Business Package Usage Problem

    Hi. I have installed BP for Common Parts in my EP7.
    I have assigned user to role from this BP. But when I trying to log in with whis user I only see message
    " Page not found or not available ".
    Can can I fix it?

    Hi,
    Provide the Permission to the role.
    Go to --> System Administration > Permission> Portal Content>Content Provided by SAP>  click on it.
    Under Permission Editor Search for the User and Provide Full Control.
    It will work.
    have you created System Object(Alias) for that......
    Regards,
    Naresh
    Edited by: Naresh Kumar on Nov 25, 2008 1:14 PM

  • Package usage...

    hi frnds... iam created a java file named krishna.java in a folder pub under the path /usr/java/pub/krishna.java and i created a another file moorthy.java in the path /usr/java/pro/moorthy.java. I need to import the class file from the pub folder to pro folder how can i import that class.... can anyone tell me the way............

    import pro.moorthy;

  • Package Statistics V2 Results

    The new  package statistics are pretty neat, especially the Fun ones.
    I got a question to ask. In the package usage statistics we now see:
    Installed packages per repository
    core 98.88 %
    extra 83.94 %
    community 66.63 %
    multilib 87.83 %
    Does that mean that 1/3 of the packages in community arent installed by anyone of the ~2200 users (individual IP's) who have submitted stats so far, or am i reading this the wrong way?

    .:B:. wrote:I think a TU can pick up a package to put in [community] after it gets a minimum of votes in the AUR, but I don't know how it works if TUs decide to drop stuff to AUR .
    If we were to drop packages _from_ [community] that wouldn't make too much sense: community -> AUR -> community ;P
    I don't believe a package would gain a huge following just because it has been dropped to AUR, so I think it's safe to do that and allow maintainers of official repos to focus their efforts on keeping the packages up to date and bug-free. Setting a threshold, how many users does a package need to have in order to keep it in [community] isn't necessary: as Allan said, if someone wants to maintain it, let him keep it.

  • Crazy usage

    My BT Infinity 1 plus Anytime Calls package (usage limited to 20Gb) went live on 2nd Feb. According to BT, since then I have managed to exceed my 20Gb and I don't believe it.
    I used to use a program called Netmeter to monitor my usage when I was with TalkTalk on copper and my monthly usage never exceeded 6Gb. Ok, this was only monitoring internet traffic between my PC and the internet and usage such as Skype and Smart TV traffic was not seen by Netmeter, but I only infrequently use my TV to accesses iPlayer and Skyping, at the time, was negligible. On this basis I thought 20Gb was more than enough.
    Information (or is it mis-information) from BT has done nothing to resolve this.
    My Bill shows:
    Usage since 03 February 15:£0.00
    Last updated: 07 February 15 at 08:07However, viewing my broadband usage shows my usage from 1st Feb to 6th Feb as being 2.89Gb over my 20Gb allowance. Why doesn't My Bill show the cost for this excess?
     Then selected Usage & Analysis followed by Broadband. Selected Date Range and entered From 02/02/2015 To 08/02/2015. This resulted in the message:There was no chargeable usage in that period
    Totally confused at this stage so phoned BT support. The guy I spoke to was able to give me the traffic figures for each day I have been connected. When I asked why I, as a customer, could not see these figures by entering each day into to Date Range on Usage & Analysis, his only explanation was 'it takes 48 hours for usage figures to be updated'. If this was true, how was it that he could see the figures?
    Looking back over my internet activity since BT activation I have spent:
    several hours online each day, mainly browsing with a few relatively small downloads plus a bit of viewing on YouTube etc.
    roughly 2 hours viewing BBC iPlayer on my (not so) Smart TV
    2 hours 10 minutes on a Skype call to NZ.
    I could be wrong but this, to my mind, doesn't add up to anything like 23Gb.
    My questions are:
    am I wrong about the traffis generated by the above activities?
    should BT be providing their customers with accurate and up-to-date usage figures plus the costs for exceeding this usage instead of the confusing and contradictory information it is providing at present
    my PC had 2 ethernet adapters. It should be possible to route ALL my LAN traffic through one adapter and only have the WAN connected to the other adapter via HH5. That way I can use a Network Monitoring tool to track all usage. Has anyone done this and, if so, could thay post how they did it?

    this is BT help page  http://bt.custhelp.com/app/answers/detail/a_id/32957/~/what-happens-if-i-go-over-my-broadband-usage-...
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Data usage scam?  Really upset customer seeking help!

    I have been a long time customer with Verizon. Our data usage has become unmanageable!. We have 5 iphones on our family share plan.  We began with 10 GB after upgrading one of our phones & being talked into the family share plan by the in-store salesperson!  We had the unlimited plan on all lines until then!  This is where the trouble started.  Each month our data has increased when we've made no changes to how we use our phones.  Each time I increase our limit our usage always goes up!  We have high speed wireless at home and all use it when at home.  We also use Wifi at work.  Our kids are in school all day so their usage wouldn't increase drastically.
    We are now up to 16 GB.  Two of the lines doubled in recent months.  I've called Verizon on 2 occasions and spend at least 30-45 minutes on the phone talking with either a Verizon rep or an Apple rep to help determine what the problem is.  I honestly believe Verizon is ripping us off!  This last time I put what I had learned about data usage to a test using 3 of our 5 phones.  I went the cellular data and turned off all apps.  I left on the main cellular data so the statistics data would still show.  I made sure all apps were closed in the background.  I turned off all notifications and turned off all email accounts from checking for mail.  I shut down location services also. This should have completely shut down data usage on each phone while they weren't being used.  I cleared the data usage statistics on each phone and went to the home screen on each phone. (I took screen shots of each step on all phones for evidence)  I waited 5 minutes to go in and check the statistics for data usage on each phone.  Guess what I found?  Data usage on all 3 phones when nothing was being used!!!  After investigating further, I found out the data usage on all phones was under "System Services"  When I asked the customer service rep on my last call about this, she offered to give me a credit for usage but would not tell me what the credit would be for or how the phones were using System Services when all data was supposed to be restricted.  What a scam - I'm paying $450+ a month now for 5 lines and am stuck with contracts on all of them. It is enough to make anyone mad.  Has anyone experienced this and if so, can you provide any help on how to fix this?

    micgunn2
    You should check your usage on each device to see what may be using data. This can be done via Settings > Cellular > (Optional) System Services.
    When you start a new billing cycle, you can reset your usage on each device to account for your usage via Settings > Cellular > Reset Statistics. It's recommended that you setup a reminder via your Calendar to Reset Statistics on the beginning of each billing cycle.
    Lastly, there was an issue at one point causing the iPhone (while sleeping) to drop the WiFi connection and default back to the cellular connection. That has since been addressed via an update, but you want to keep each device up-to-date otherwise. [ iOS: Updating your carrier settings ]

Maybe you are looking for

  • Query for Stock Statement

    Hi Members, My customer needs an report "Stock Statement" with selection criteria as Date, ItemGroupwise and warehouse wise with following columns namely. Itemcode ItemName Opening Stock Qty Receipt Qty Issue Qty. Price. Kindly help me in this regard

  • Setting up a Vault on an external drive

    Being a novice with my new iMac sure can be frustrating at times, so I appreciate the help in forums such as this. I wanted to set up a Vault on an external hard drive, but it says the drive is locked. I had previously used this drive for backing up

  • 8.0.2 and new ram, performance boost or waste of time?

    Hi all, I am going to add more ram to my MacBook. I understand that my MacBook officially only accepts of 2GB of ram (2x 1 gig sticks)I have read that many folks have put 4 gigs in a 2x2 gig matched pair configuration in there machine to get a maximu

  • Iphone 3g just got ios 4, now locations not working

    I am trying to use location services in maps for example and since i got ios 4 today, it tells me cannot determine your location. I have reset the network settings,then location settings,then reset all settings and still nothing. Everything else work

  • Is it possible to recover an original pdf document from a modified version??

    I received a court document in pdf thats internal content was modified, is it in anyway possible to recover the original from the modified version?