Sponsored Content
Full Discussion: 32bit vs 64bit
Top Forums UNIX for Dummies Questions & Answers 32bit vs 64bit Post 25274 by eloquent99 on Friday 26th of July 2002 05:14:54 PM
Old 07-26-2002
32bit vs 64bit

Whats the difference between 32bit and 64bit OS's or applications. I understand it a little but its just not clicking the way the teacher explained to me

thanks, any info would be much appreciated
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

64bit- or 32bit- processor

when using the command : cat /proc/cpuinfo I get some basic info back on the cpu.. but it doesn't tell me if I am using a 64 or 32 bit processor .. a) is this the right command to find this ? b) if it is not what is ? and how do I get that information.. thanx moxxx68 (2 Replies)
Discussion started by: moxxx68
2 Replies

2. Linux

Linux 32bit or 64bit

Hi, I want to know what is command to know which will tell wheather linux is 32 or 64 bit (5 Replies)
Discussion started by: manoj.solaris
5 Replies

3. Linux

Linux version v.s. 32bit/64bit

Where can I get a list that maps the each Linux version to corresponding 32/64 bits model? e.g. OS -> Model (ILP32, LP64, ...) RHLE3 -> ? RHLE4 -> ? RHLE5 -> ? ... It would be better if there is such a list that contains most of current UNIX OS versions. ... (1 Reply)
Discussion started by: princelinux
1 Replies

4. Programming

32bit to 64bit conversion.

Is there an 'easy' way to convert 32Bit code to 64Bit code. I have this benchmark i need to run on different machines and it would be nice if i could run it on the 64 bit machines ass wel. The output when compiling(1) and running(2) are the following: (1) linux:/home/user1/subbench/heapsort #... (7 Replies)
Discussion started by: demuynckr
7 Replies

5. Solaris

32bit / 64bit issue with x86 solaris

i have solaris 10 x86 64bit installed on my pc (dell 3100). i then decided to move my hard drive to another pc (dell 4600). I noticed that each time i boot up, the OS show as 32 bit (instead of 64bit) and i can't even get past this stage to the login page. when i moved it back to dell 3100 it... (13 Replies)
Discussion started by: seyiisq
13 Replies

6. Solaris

32bit or 64 bit

Not really a Unix question as such :o, but what advantages or disadvantages are there between using 32bit or 64bit applications on a T5220 running Solaris 10? What about mixing them e.g. 64 bit app using 32 bit libraries or vice versa? (1 Reply)
Discussion started by: JerryHone
1 Replies

7. Red Hat

Pthread problems, 32bit vs 64bit

I have an application which builds and executes without error on a 32bit implementation of Linux. When I transferred the code to a new project on a 64bit implementation, the code will build without error, but the pthread functions, such as pthread_attr_setschedparam() return an 'Invalid Argument'... (3 Replies)
Discussion started by: jpelletier116
3 Replies

8. Solaris

Compiler - 32bit or 64bit?

Hi Gurus, I need to check whether the compiler installed in my system supports 64bit compilation. Server - Sun fire v490 OS - Solaris 5.9 Processor - Sparcv9 (64bit) Install Directory - /opt/SUNWSpro Compiler Model - Sun Forte C Compiler. My development team is claiming that there... (20 Replies)
Discussion started by: Hari_Ganesh
20 Replies

9. Shell Programming and Scripting

maintain 32bit and 64bit C code

Hi, I have a C code which builds and works fine on 32bit linux machine. Now i want to convert that code to build and run on 64 bit linux machine. I dont want to maintain two separate sources for 32 and 64 bit build. Same source should get build on 32 as well as 64 bit machine (when a... (2 Replies)
Discussion started by: bhushan123
2 Replies

10. SuSE

Libcap.so.2 for SuSE 10 (32bit)

Hello, I am trying to use a worktool on SLES 10 (32-bit) and it is saying I do not have libcap.so.2: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory Is there an easy way for me to install this library? A quick Google search... (4 Replies)
Discussion started by: bstring
4 Replies
allmemory(1)						    BSD General Commands Manual 					      allmemory(1)

NAME
allmemory -- User-program and framework memory analysis tool. SYNOPSIS
allmemory [-f] [-sections] [-v] [-vf v_filter] [-p] [-n] [-F] [-FD] [-purge] [-noframework] [-noprocess] [-proc pid | process_name] [-noproc pid | process_name] [-32bit] [-64bit] [-i path] [-o path] [-d] allmemory diff path1 path2 [-p] [-f] [-F] [-noframework] [-noprocess] [-ff framework_filter] [-pf process_filter] [-proc pid | process_name] [-noproc pid | process_name] [-32bit] [-64bit] [-no32v64] DESCRIPTION (Normal mode) In its normal operating mode, the allmemory tool collects and analyses data on the resident memory usage of user processes. Data from each run of allmemory is saved and can be viewed and analyzed at a later time. The save location of the collected data can be specified by the user. (See the -i and -o flags below). By default allmemory presents top level summary information on all user processes and frameworks found on the system. More or less data can be displayed using the Data Reporting options specified below. IMPORTANT NOTES: This is a completely new version of the allmemory tool. To use the old version of allmemory, run /usr/local/bin/allmemory_old. If fresh data is being collected, new version of allmemory takes significantly longer to run than the old version (~30 seconds). If the state of the system has not significantly changed since the last time allmemory data was collected, make sure to use the -i or -d flags to save time when viewing data. Data Reporting options (Specify zero or more): -f Display a per-segment residency information breakdown for each framework. -sections Display a per-section residency information breakdown for each framework. -v Display information on address space layouts of each process (similar to vmmap). -vf v_filter Filter the address space output from the -v flag to only show VM Regions with more resident pages than v_filter. -p Display detailed total residency information for each process on a per VM region category basis. -F Display summary information on per-process private pages that contribute to the total resident pages for each framework. -FD Display per-segment information on per-process private pages that contribute to the total resident pages for each framework. -purge Displays the NoVolatile resident column for all processes. Purgeable volatile pages are not counted towards this total. -n Do NOT display collected data (i.e. when an automated test is running allmemory). This lowers allmemory's highwater memory usage mark. -noframework Do NOT display data collected on frameworks. -noprocess Do NOT display data collected on processes. -proc pid | process_name Display data about the process with the specified pid/name. This option can be specified more than once to display data on more than one process. -32bit Display data only for 32-bit processes. Cannot be used in conjunction with the -64bit flag. -64bit Display data only for 64-bit processes. Cannot be used in conjunction with the -32bit flag. Data Saving/Restoring options: (Specify one at most): -d Load and display the data from the default save directory ( /tmp/allmemoryDataFiles/ ) -i path Load and display the data from a previous run of allmemory stored in the <path> directory -o path Specify a directory in which to store the data collected in this run of allmemory. Defaults to: /tmp/allmemoryDataFiles/ DESCRIPTION (diff Mode) In diff mode, allmemory is used to compare data taken at two different times. This is useful when trying to track down the specifics of a memory-related regression and saves time that would be otherwise spent on tedious and error-prone arithmetic. Since allmemory has knowledge of its own data structures, this mode is robust against output format changes. Required (specify all): <path1> <path2> Paths to the two data sets to compare. Options (Specify zero or more): -proc pid | process_name Display data about the process with the specified pid/name. This option can be specified more than once to display data on more than one process. -f Display a per-segment residency information breakdown for each framework. -F Display summary information on per-process private pages that contribute to the total resident pages for each framework. -noframework Do NOT display data collected on frameworks. -noprocess Do NOT display data collected on processes. -ff framework_filter Only displays frameworks for which the difference number of resident pages is equal to or above the framework_filter value. -pf process_filter Only displays processes for which the difference number of resident pages is equal to or above the process_filter value. -p Provides a detailed breakdown of the differences between the specified data sets on a per VM-region category basis. -32bit Display data only for 32-bit processes. Cannot be used in conjunction with the -64bit flag. -64bit Display data only for 64-bit processes. Cannot be used in conjunction with the -32bit flag. -no32v64 Do not compare 32-bit processes and frameworks versus 64-bit processes and frameworks. By default, the comparison will happen. EXPLANATION OF OUTPUT
Individual Process Data Columns: PrivateRes (In pages): The number of pages resident in physical memory in a given process's address space that are not shared with other processes. This total includes private pages as well as copied pages in COW regions and resident pages in shared regions that are not used by other pro- cesses. NoSpec PrivateRes is the number of pages resident in physical memory in a process's address space not counting pages brought in specula- tively. If one were to simply count the total number of pages resident in a process's address space, that total would be the sum of Shared and Resi- dent pages. Copied (In pages): The number of copied pages resident in physical memory in a given process's address space. Copied pages are assumed to be private to the process and are counted towards the Resident total. The Copied and Dirty columns are non- exclusive, as pages can be both dirty and copied. Dirty (In pages): The number of dirty pages resident in physical memory in a given process's address space. Dirty pages are not assumed to be private to the process and so do not automatically count towards the Resident total. The Copied and Dirty columns are non-exclusive, as pages can be both dirty and copied. Swapped (In pages): Pages swapped out of a given process's address space. These pages were previously resident in physical memory and are now swapped to disk. Swapped pages do not count towards any other totals. Shared (In pages): The number of shared pages resident in physical memory in a given process's address space. This total does not count towards the Resident pages category or any other category. As was the case with NoSpec Resident pages, the NoSpec Shared pages total ignores shared pages brought in speculatively. If one were to simply count the total number of pages resident in a process's address space, that total would be the sum of Shared and Resi- dent pages. Total Process Data Columns: TotalRes (In pages): The number of pages resident in physical memory across the entire system. This total includes private pages as well as copied pages in COW regions. Shared pages are counted towards this total once (i.e. double counting is avoided). NoSpec TotalRes is the number of pages resident in physical memory across the system not counting pages brought in speculatively. Copied (In pages): The number of copied pages resident in physical memory in a given process's address space. Copied pages are assumed to be private to the process and are counted towards the Resident total. The Copied and Dirty columns are non- exclusive, as pages can be both dirty and copied. Dirty (In pages): The number of dirty pages resident in physical memory in a given process's address space. Dirty pages are not assumed to be private to the process and so do not automatically count towards the Resident total. The Copied and Dirty columns are non-exclusive, as pages can be both dirty and copied. Swapped (In pages): Pages swapped out of a given process's address space. These pages were previously resident in physical memory and are now swapped to disk. Swapped pages do not count towards any other totals. Shared (In pages): The number of shared pages resident in physical memory across the entire system. This total counts towards the TotalRes pages category and its subcategories (i.e. Copied, Dirty, Swapped). As was the case with NoSpec Resident pages, the NoSpec Shared pages total ignores shared pages brought in speculatively. Framework Data Columns: Resident (In pages): The number of pages resident in physical memory attributed to a given framework across the address spaces of all processes. A heuristic is used to avoid double counting pages shared across several processes. Any copied pages encountered are assumed to be private to the process being examined and are counted towards the Resident total. In other words, Resident is the total number of private pages attributed to a given framework, plus the number of shared resident pages (avoiding dou- ble counting). NoSpec Resident total is calculated in the same way, ignoring speculative pages. Copied (In pages): The number of copied pages resident in physical memory attributed to the given framework across the address spaces of all processes. As described above, this total is included in the total Resident and NoSpec Resident framework totals. The Copied and Dirty columns are non-exclusive, as pages can be both dirty and copied. Dirty (In pages): The number of dirty pages resident in physical memory attributed to the given framework across the address spaces of all processes. The Copied and Dirty columns are non-exclusive, as pages can be both dirty and copied. Swapped (In pages): The number of pages swapped out of physical memory attributed to the given framework. These pages were previously resident in physical mem- ory and are now swapped to disk. These pages do not count towrds any other total. Filesize (In pages): The size in pages of the framework on disk. SEE ALSO
heap(1), leaks(1), top(1), vmmap(1) Apple Inc. June 2, 2019 Apple Inc.
All times are GMT -4. The time now is 02:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy