HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: No of Disk Devices and File system
Operating System - HP-UX
1825775
Members
2027
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-05-2002 06:10 PM
11-05-2002 06:10 PM
Hi
1) How can i get the number of filesystem and disk devices attached to the system. Please note i need number.
Is there any sytem call or the command that can give this info.
2) Also when i run top,why %WCPU and %CPU r same for all the process ??. Can anybody tell what is the difference between this field. And how to calculate this %WCPU of the process.
Waiting for ur reply
Thanks and regards
Hemant
1) How can i get the number of filesystem and disk devices attached to the system. Please note i need number.
Is there any sytem call or the command that can give this info.
2) Also when i run top,why %WCPU and %CPU r same for all the process ??. Can anybody tell what is the difference between this field. And how to calculate this %WCPU of the process.
Waiting for ur reply
Thanks and regards
Hemant
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 06:33 PM
11-05-2002 06:33 PM
Solution
Hi,
%WCPU - Average (weighted) CPU usage since
'top' session started
%CPU - CPU usage over the current interval
(during the last top update)
SIZE - Total size of the process in kilobytes.
This includes text, data, and stack.
RES - Resident size of the process in kilobytes.
The resident size information is, at best,
is an approximate value.
As for the disk/filesystem situation:
disks
# ioscan -fnkC disk | grep CLAIMED | wc -l
filesytems
# mount -p | wc -l (note this only gives the current number of mountpoints mounted.
HTH
Michael
%WCPU - Average (weighted) CPU usage since
'top' session started
%CPU - CPU usage over the current interval
(during the last top update)
SIZE - Total size of the process in kilobytes.
This includes text, data, and stack.
RES - Resident size of the process in kilobytes.
The resident size information is, at best,
is an approximate value.
As for the disk/filesystem situation:
disks
# ioscan -fnkC disk | grep CLAIMED | wc -l
filesytems
# mount -p | wc -l (note this only gives the current number of mountpoints mounted.
HTH
Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 08:51 PM
11-05-2002 08:51 PM
Re: No of Disk Devices and File system
1. No . of filesystems can be had from from bdf | wc -l this includes root filesystem too
2. No of disks can be had from
ioscns -fnC disks | wc -l
or if you have ignite installed then do a print_manifest
to get all the information.
%wcpu avg cpu usage or weighted cpu usage.
%cpu is cpu usage over current interval.
Manoj Srivastava
2. No of disks can be had from
ioscns -fnC disks | wc -l
or if you have ignite installed then do a print_manifest
to get all the information.
%wcpu avg cpu usage or weighted cpu usage.
%cpu is cpu usage over current interval.
Manoj Srivastava
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP