• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
what are the 3 types of work loads?
1. workstation
2. multiuser
3. server
nice and renice.
The nice and renice commands are used to change the priority of a process.
The nice command runs another command at a different priority, while the
renice command changes the priority of an already running process.
schedtune
Sets parameters for CPU scheduler and Virtual Memory Manager
processing.
svmon
Captures and analyzes a snapshot of virtual memory.
time Prints the elapsed execution time and the user and system
processing time attributed to a command.
lslv
Displays information about a logical volume or the logical volume
allocations of a physical volume.
tprof
The tprof command can be used over a time period to trace the activity of the
CPU.
reorgvg
Reorganizes the physical-partition allocation within a volume group.
schedtune
The schedtune command allows you to modify the default behavior of the
scheduling system for threads and processes, and should be used with extreme
care by experienced administrators.
ps
Displays the status of processes.
what does the vmstat command do?
The vmstat command reports statistics about kernel threads, virtual memory,
disks, traps, and CPU activity.
sar
Collects and reports or records system-activity information.
tprof
Reports CPU usage for individual programs and the whole system.
renice
Changes the priority of one or more processes.
nice
Runs a command at higher- or lower-than-normal priority.
no Displays or sets network options.
sar
The sar command writes to standard output the contents of selected cumulative
activity counters in the operating system.
memory bound?
A system is memory-bound if some virtual memory is forced
out to disk, meaning the system is waiting on a relatively slow
disk instead of relatively fast RAM. This is indicated by a
non-zero value in the page-in (pi) and page-out (po) values.
lsattr
Displays the attributes of devices.
iostat
Reports CPU and I/O statistics.
nfsstat
Displays statistics about Network File System (NFS) and Remote
Procedure Call (RPC) activity.
what is the svmon command used for?
The svmon command provides a more in-depth analysis of memory usage. It is
more informative, but also more intrusive, than the vmstat commands.
netstat
Displays the contents of network-related data structures.
what is the netstat command used for?
The netstat command symbolically displays the contents of various
network-related data structures for active connections.
how is the iostat command used?
The iostat command is used for monitoring system input/output device loading
by observing the time the physical disks are active in relation to their average
transfer rates.
trace
Records and reports selected system events.
vmstat
Reports virtual-memory activity and other system statistics.
what is the wlm?
The Workload Manager (WLM) allows the system administrator to divide
resources between jobs.
cpu bound?
A system is said to be CPU-bound if the total system (sy) and
user (us) CPU usage is approaching 100 percent. This would
imply that idle time and wait time for CPU are approaching
zero.
what 2 reports does the iostat command generate?
The iostat command generates two types of reports, the tty and CPU Utilization
report and the Disk Utilization report.