- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Proc::ProcessTable
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
11-08-2002 12:17 PM
11-08-2002 12:17 PM
Proc::ProcessTable
Thanks,
Jonathan
use Proc::ProcessTable;
$ref = new Proc::ProcessTable;
foreach $proc (@{$ref->table}) {
print $proc->{pid}, ": ", $proc->{uid}, "\n";
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2002 12:34 AM
11-09-2002 12:34 AM
Re: Proc::ProcessTable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2002 12:49 AM
11-09-2002 12:49 AM
Re: Proc::ProcessTable
# bzip2 -d
to unpack. You can get bzip2 from several places, and on my ITRC home https://www.beepz.com/personal/merijn
next mail will have the application posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2002 12:50 AM
11-09-2002 12:50 AM
Re: Proc::ProcessTable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 08:34 AM
11-11-2002 08:34 AM
Re: Proc::ProcessTable
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 09:19 AM
11-11-2002 09:19 AM
Re: Proc::ProcessTable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 04:20 PM
11-11-2002 04:20 PM
Re: Proc::ProcessTable
Any other ideas or things I should check?
I noticed the .35 change notes allow the non-root users to list processes for IRIX, but I didn't see any changes like that listed for .37.
Is there a separate patch that needs to be installed?
The module that you included with your reply, is that the px?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:41 PM
11-11-2002 11:41 PM
Re: Proc::ProcessTable
> getting only the root pids.
> Any other ideas or things I should check?
> I noticed the .35 change notes allow the non-
> root users to list processes for IRIX, but I didn't
> see any changes like that listed for .37.
Changes are all listed as changes to the previous build. Major change from 35 to 37 is the cmd => cmdline name change for hpux
> Is there a separate patch that needs to be
> installed?
No
> The module that you included with your reply, is
> that the px?
Yes, but it is not a module, but a script. Save it to a file (named px), reformat for better readability (unless you can read the attached px from my second post with attachment here) and then
# chmod 755 px
# ./px
and see what happens. Otherwise it's a question of how well you can debug, I guess ...