---
title: statistics
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsconnection/statistics-c.property
---

# statistics

A dictionary containing various statistics for the receiver.

## Declaration

```occ
@property (copy, readonly) NSDictionary<NSString *,NSNumber *> * statistics;
```

## Discussion

Discussion An NSDictionary object containing various statistics for the receiver, such as the number of vended objects, the number of requests and replies, and so on. The statistics dictionary should be used only for debugging purposes.
