GB1404379A - Data processing apparatus - Google Patents
Data processing apparatusInfo
- Publication number
- GB1404379A GB1404379A GB5495473A GB5495473A GB1404379A GB 1404379 A GB1404379 A GB 1404379A GB 5495473 A GB5495473 A GB 5495473A GB 5495473 A GB5495473 A GB 5495473A GB 1404379 A GB1404379 A GB 1404379A
- Authority
- GB
- United Kingdom
- Prior art keywords
- storage
- address
- store
- levels
- buffer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3457—Performance evaluation by simulation
- G06F11/3461—Trace driven simulation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0893—Caches characterised by their organisation or structure
- G06F12/0897—Caches characterised by their organisation or structure with two or more cache hierarchy levels
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
- G06F11/3419—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/348—Circuit details, i.e. tracer hardware
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3485—Performance evaluation by tracing or monitoring for I/O devices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/88—Monitoring involving counting
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
1404379 Data processing systems INTERNATIONAL BUSINESS MACHINES CORP 27 Nov 1973 [2 Jan 1973 (2)] 54954/73 Heading G4A The performance of a proposed multi-level storage system, utilizing selected storage philosophies (defining the manner in which data is to be stored in the different levels) and replacement algorithms, is evaluated by a special purpose hardware monitor which includes directories which emulate the higher levels of storage and counters which record the number of successful and/or unsuccessful accesses made at the various storage levels when a stream of addresses is supplied to the monitor. The average access time can then be computed from the recorded counts and the individual store and fetch operation times at the different levels. Emulation of a storage system employing the set associative buffer technique is described i.e. a system in which blocks in the high speed buffer level L1 are divided into sets of two blocks each, and each block has an associated tag whereby, by inspecting two tags in buffer it can be decided which of a number of specific main memory blocks are in the buffer. For a three-level system the monitor has two directories 102, 105 for storing the block addresses (segment and class names) for levels L1 and L2, and is connected to the address bus 100 of a digital computer employing a single level of storage to provide a stream of addresses to be monitored. Each address originated by the CPU of the computer is broken down by a matrix 101 into segment and class address form appropriate to L1 according to the setting of block and class size selector switches, Fig. 5 (not shown). If the address is found in directory 102, a "hit" is recorded in the appropriate counter 103 according to the type of access, i.e. fetch or store, and if the address is not found, it is passed on to the L2 directory 105. I/O references to storage are made initially to L2, each address being broken down by matrix 104 into segment and class address form appropriate to L2. It is assumed that L1 and L2 have different class configurations so that a change of format is performed by a generator 107 on passing an address from L1 to L2. Directory 105 is searched and a "hit" or "miss" is recorded on appropriate counters 103. Whenever an address is not found in a directory, updating operations are performed according to the storage philosophy adopted: Store Through (a store operation is performed at whichever level the requested block is found and copies at lower levels are updated); Store Wherever (a store operation is performed at whichever level the requested block is found); Store in Buffer (requested block is moved, if necessary, to buffer where all store operations are performed). The directories are, as a result, updated according to the replacement algorithms being utilized, a least recently used replacement alogorithm circuit being described, Figs. 7, 8 (not shown). Counters may also be provided to record which particular blocks within the replacement priority order satisfied the requests and the number of replacements required. The directories and counters are preferably duplicated in the monitor whereby two storage philosophies may be tested simultaneously with the same address stream, and different replacement algorithms may also be selected. The different storage levels may utilize different storage philosophies.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US05/320,222 US4068304A (en) | 1973-01-02 | 1973-01-02 | Storage hierarchy performance monitor |
US05/320,393 US4087794A (en) | 1973-01-02 | 1973-01-02 | Multi-level storage hierarchy emulation monitor |
Publications (1)
Publication Number | Publication Date |
---|---|
GB1404379A true GB1404379A (en) | 1975-08-28 |
Family
ID=26982369
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
GB5495473A Expired GB1404379A (en) | 1973-01-02 | 1973-11-27 | Data processing apparatus |
Country Status (3)
Country | Link |
---|---|
DE (1) | DE2359731A1 (en) |
FR (1) | FR2212588B1 (en) |
GB (1) | GB1404379A (en) |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3577185A (en) * | 1969-10-02 | 1971-05-04 | Ibm | On-line system for measuring the efficiency of replacement algorithms |
-
1973
- 1973-11-27 GB GB5495473A patent/GB1404379A/en not_active Expired
- 1973-11-30 DE DE2359731A patent/DE2359731A1/en not_active Withdrawn
- 1973-12-11 FR FR7345361A patent/FR2212588B1/fr not_active Expired
Also Published As
Publication number | Publication date |
---|---|
FR2212588A1 (en) | 1974-07-26 |
FR2212588B1 (en) | 1976-11-19 |
DE2359731A1 (en) | 1974-07-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0095033B1 (en) | Set associative sector cache | |
US3588839A (en) | Hierarchical memory updating system | |
US5530829A (en) | Track and record mode caching scheme for a storage system employing a scatter index table with pointer and a track directory | |
US4410944A (en) | Apparatus and method for maintaining cache memory integrity in a shared memory environment | |
US3699533A (en) | Memory system including buffer memories | |
US7089396B2 (en) | Method and profiling cache for management of virtual memory | |
US4115855A (en) | Buffer memory control device having priority control units for priority processing set blocks and unit blocks in a buffer memory | |
US5214770A (en) | System for flushing instruction-cache only when instruction-cache address and data-cache address are matched and the execution of a return-from-exception-or-interrupt command | |
GB1494365A (en) | Apparatus for selectively clearing a cache store in a processor having segmentation and paging | |
EP0007001B1 (en) | Constrained paging data processing apparatus | |
JPS63247853A (en) | Dasd cash management | |
GB1487078A (en) | Buffered virtual storage and data processing system | |
EP0032956B1 (en) | Data processing system utilizing hierarchical memory | |
GB1468929A (en) | Data processing systems | |
CN101661437A (en) | By-pass conversion buffer as well as method and device for matching addresses in same | |
US3911401A (en) | Hierarchial memory/storage system for an electronic computer | |
US4380797A (en) | Two level store with many-to-one mapping scheme | |
GB1404379A (en) | Data processing apparatus | |
JPH0551933B2 (en) | ||
GB2037466A (en) | Computer with cache memory | |
JPH05120133A (en) | Cache device | |
KR20030071299A (en) | Apparatus for managing memory | |
JP3157673B2 (en) | Virtual storage system | |
JPS63284649A (en) | Cache memory control system | |
JPS5858752B2 (en) | address translation device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PS | Patent sealed | ||
PCNP | Patent ceased through non-payment of renewal fee |