2021-10-30 12:34:14 -04:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [NodeStats ](./bitburner.nodestats.md )
## NodeStats interface
2021-10-30 15:46:34 -04:00
Object representing all the values related to a hacknet node.
2021-10-30 12:34:14 -04:00
< b > Signature:< / b >
```typescript
2021-11-03 18:16:10 -04:00
export interface NodeStats
2021-10-30 12:34:14 -04:00
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2022-08-17 08:50:05 -04:00
| [cache? ](./bitburner.nodestats.cache.md ) | number | < i > (Optional)</ i > Cache level. Only applicable for Hacknet Servers |
2021-10-30 12:34:14 -04:00
| [cores ](./bitburner.nodestats.cores.md ) | number | Node's number of cores |
2022-08-17 08:50:05 -04:00
| [hashCapacity? ](./bitburner.nodestats.hashcapacity.md ) | number | < i > (Optional)</ i > Hash Capacity provided by this Node. Only applicable for Hacknet Servers |
2021-10-30 12:34:14 -04:00
| [level ](./bitburner.nodestats.level.md ) | number | Node's level |
2021-10-30 15:46:34 -04:00
| [name ](./bitburner.nodestats.name.md ) | string | Node's name |
2021-10-30 12:34:14 -04:00
| [production ](./bitburner.nodestats.production.md ) | number | Node's production per second |
2022-01-15 18:39:37 -05:00
| [ram ](./bitburner.nodestats.ram.md ) | number | Node's RAM (GB) |
2022-08-17 08:50:05 -04:00
| [ramUsed? ](./bitburner.nodestats.ramused.md ) | number | < i > (Optional)</ i > Node's used RAM (GB) |
2021-10-30 12:34:14 -04:00
| [timeOnline ](./bitburner.nodestats.timeonline.md ) | number | Number of seconds since Node has been purchased |
| [totalProduction ](./bitburner.nodestats.totalproduction.md ) | number | Total number of money Node has produced |