RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_top.c File Reference

top Command Implementation More...

#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/cpuuse.h>
#include <rtems/printer.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_TOP_Command
 

Detailed Description

top Command Implementation

Variable Documentation

◆ rtems_shell_TOP_Command

rtems_shell_cmd_t rtems_shell_TOP_Command
Initial value:
= {
.name = "top",
.usage = "[-r] print or reset per thread cpu usage",
.topic = "rtems",
.command = rtems_shell_main_top,
.alias = NULL,
.next = NULL
}