> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/sonar/rmm/how-to/monitoramento-de-produtividade.md).

# Monitoramento de produtividade

{% hint style="success" %}
Técnicas como colocar peso no teclado, mouse no ventilador para andar e gerar movimento, enganam as ferramentas de mensuraçāo de produtividade. O RMM ajuda verificando conexōes abertas e seus respctivos processos.
{% endhint %}

Consulte nesse documento:

[Histórico de acessos, processos e status desses acessos](#hosts-netflow)

[Script para capturar logon/logoff (hora que conectou, hora que saiu)](#logon-logoff-hora-que-conectou-hora-que-saiu)

***

## Hosts Netflow

<div align="left"><figure><img src="/files/TPMYulobSjvP0rKjltN2" alt="" width="243"><figcaption></figcaption></figure></div>

### Selecione o endpoint que deseja gerar o histórico de acessos

<figure><img src="/files/7FGfr3IG33ARFrkqWTZk" alt=""><figcaption></figcaption></figure>

> Se o Endpoint nāo aparece nessa lista, o agent instalado nele nāo tem habilitado o NET FLOW. Será necessário remover o agent anterior ([consulte esse documento](/product-guide/configuracoes/sonar/rmm/how-to/implementar-agentes/remover-agents-remotamente.md)) e reinstalar o agent com a opçāo habilitada.

## Logon/logoff (hora que conectou, hora que saiu)

* **4624**: Logon bem-sucedido
* **4647**: Logoff iniciado pelo usuário
* **4634**: Sessão foi encerrada (logoff também)

<figure><img src="/files/LBwMBTkxMYaQhBQRF2iT" alt=""><figcaption></figcaption></figure>

[Consulte esse documento](/product-guide/configuracoes/sonar/rmm/comandos-remotos.md) para verificar as possibilidades de Scripts.

{% hint style="info" %}
Plataformas de RMM nāo geram diretamente insights para capturar a produtividade de uma pessoa, o SONAR por permitir captura de trafego, logs e eventos, facilita essa análise com informaçōes **irrefutaveis**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.datadike.com/product-guide/configuracoes/sonar/rmm/how-to/monitoramento-de-produtividade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
