SYSTEM REPORTING (AKMAL,MARYANA,AMIRA)
⟹ SYSTEM REPORTING ⟸
➤Ntop
System Reporting is observes and tracks the operations and activities of users, applications and network services on a computer or enterprise systems. This type of software provides a way to supervise the overall processes that are performed on a computing system, and provides reporting services to the system or network administrator.
➤Ntop
- To monitor network traffic, connections and bandwith usage.
- Ntop is a computer software that probes a computer network to show network use in a way similar to what the program top does for processes.
➤Ps
- Currently running processes including their process identification numbers.
- A process, also referred to as a task, is an executing instance of a program and every process is assigned a unique identification numbers by the system.
➤Lsof
- To find out which files are open by which process.
- Lsof is a command meaning "list open files", which is used in many Unix-like systems to report a list of all open files and the processes that opened them.
➤Top
- Display and update information about the top CPU Processes.
- It can display system summary information as well as a list of processes or threads currently being managed by the Linux kernel.
🔺References:

Comments
Post a Comment