- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extracting data from logproc
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 06:26 AM
01-29-2008 06:26 AM
I have a performance problem showing up weekly on one of my servers. From the statmon tool we use, it seems like it is caused by some user processes but nobody seems to be able to find out what is running at this obscure hour of the night.
We run measureware agents on this server, and I think I have more than 3 months' worth of data and the problem started to show up for the last month or so. I am trying to figure out which user and or processes to blame for this CPU hogging activity.
My problem is, I do not have a perfview license to launch the graphical tool to analyze the data, but again, despite how pretty it is, I do not really need tool to generate colorful graphs and such. I just need the data, who-ran-what at a 6 hours or so long window, once every week. Is it possible to extract this type of information from the log files, from the shell prompt ? Or do you have any other suggestions to extract such data ?
As aways, thanks in advance
UNIX because I majored in cryptology...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 06:48 AM
01-29-2008 06:48 AM
Re: extracting data from logproc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 06:52 AM
01-29-2008 06:52 AM
Re: extracting data from logproc
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 06:59 AM
01-29-2008 06:59 AM
Re: extracting data from logproc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 08:46 AM
01-29-2008 08:46 AM
SolutionUsing the /opt/perf/bin/extract command will allow you to extract data from the /var/opt/perf/datafiles/logglob file. This will allow you to input specific start/stop dates & times.
Start with the /opt/perf/bin/extract command and look through the MENU, HELP, & GUIDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 09:00 AM
01-29-2008 09:00 AM
Re: extracting data from logproc
around the same time your reply arrived, I have found the extract command and was playing with the command line options as I may need to run it repeatedly for different time slices. The command which seems to work for me is:
extract -xp -b mm/dd/yy HH:MM -e mm/dd/yy HH:MM -p
this command generates a file called xfrdPROCESS.asc file, which is a pure ascii file, editable with wordpad program found on the Redmond's finest operating system.
Thanks again.
-Mel
UNIX because I majored in cryptology...