Skip to content

Commit 08cf68d

Browse files
committed
typos in README
1 parent 2e8f55a commit 08cf68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ See table below to find out how to create `URI` for each backend:
141141
142142
### Sending metric
143143
Simplified `send` method:
144-
```
144+
```cpp
145145
send(T value, std::string name)
146146
```
147147

@@ -201,7 +201,7 @@ The module can calculate derived metrics. To do so, use `addDerivedMetric(std::s
201201
202202
Derived metrics are generated each time as new value is passed to the module. Their names are suffixed with derived mode name.
203203
204-
### Mmonitoring process
204+
### Monitoring process
205205
To enable process monitoring *ProcessMonitor.enable* flag in configuration file must be set to 1 - see [Configuration file](#configuration-file) section. The following metrics are generated every N seconds (N can be specified in the config - *ProcessMonitor.interval*):
206206
+ **etime** - elapsed time since the process was started, in the form [[DD-]hh:]mm:ss
207207
+ **pcpu** - cpu utilization of the process in "##.#" format. Currently, it is the CPU time used divided by the time the process has been running (cputime/realtime ratio), expressed as a percentage. It will not add up to 100% unless you are lucky

0 commit comments

Comments
 (0)