1Z0-460 · Question #24
A system administrator wants to view all running processes on the system in real time, to find out what RAM has been allocating to each process. What system command should be used?
The correct answer is C. top. top - display Linux tasks The top program provides a dynamic real-time view of a running system. It candisplaysystem summary information as well as a list of tasks currently being managed by the Linux kernel. The types of system sum- mary information shownand the types, order…
Question
A system administrator wants to view all running processes on the system in real time, to find out what RAM has been allocating to each process. What system command should be used?
Options
- Aps 璭f
- Bps ax
- Ctop
- Dmeminfo
How the community answered
(26 responses)- A15% (4)
- B4% (1)
- C73% (19)
- D8% (2)
Explanation
top - display Linux tasks The top program provides a dynamic real-time view of a running system. It candisplaysystem summary information as well as a list of tasks currently being managed by the Linux kernel. The types of system sum- mary information shownand the types, order and size of information displayed for tasks are all user configurable and thatconfiguration can be made persistent across restarts. ps displays information about a selection of the active processes. To see every process on the system using standard syntax: To see every process on the system using BSD syntax: Not D:meminfo - provide information about memory The meminfo() function provides information about virtual and physical memory particular to the calling process. The user or developer of performance utilities can use this information to analyze system memory allocations and develop a better understanding of the factors affecting application performance.
Topics
Community Discussion
No community discussion yet for this question.