2021-10-30 18:34:14 +02: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 21:46:34 +02:00
Object representing all the values related to a hacknet node.
2021-10-30 18:34:14 +02:00
< b > Signature:< / b >
```typescript
2021-11-03 23:16:10 +01:00
export interface NodeStats
2021-10-30 18:34:14 +02:00
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2022-08-17 14:50:05 +02:00
| [cache? ](./bitburner.nodestats.cache.md ) | number | < i > (Optional)</ i > Cache level. Only applicable for Hacknet Servers |
2021-10-30 18:34:14 +02:00
| [cores ](./bitburner.nodestats.cores.md ) | number | Node's number of cores |
2022-08-17 14:50:05 +02:00
| [hashCapacity? ](./bitburner.nodestats.hashcapacity.md ) | number | < i > (Optional)</ i > Hash Capacity provided by this Node. Only applicable for Hacknet Servers |
2021-10-30 18:34:14 +02:00
| [level ](./bitburner.nodestats.level.md ) | number | Node's level |
2021-10-30 21:46:34 +02:00
| [name ](./bitburner.nodestats.name.md ) | string | Node's name |
2021-10-30 18:34:14 +02:00
| [production ](./bitburner.nodestats.production.md ) | number | Node's production per second |
2022-01-16 00:39:37 +01:00
| [ram ](./bitburner.nodestats.ram.md ) | number | Node's RAM (GB) |
2022-08-17 14:50:05 +02:00
| [ramUsed? ](./bitburner.nodestats.ramused.md ) | number | < i > (Optional)</ i > Node's used RAM (GB) |
2021-10-30 18:34:14 +02: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 |